2024-09-17T08:45:05.235 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T08:45:05.252 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T08:45:05.323 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252 branch: reef description: orch/cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7908252' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: reef 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\) - CEPHADM_REFRESH_FAILED sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: 1cbdc9211df088cccbd94423c7cf3a2b85fe432b owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.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: 5234 sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 sleep_before_teardown: 0 subset: 46/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 1cbdc9211df088cccbd94423c7cf3a2b85fe432b targets: smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAFh4QVdoBnS24A3RCAKSNde1yzDPZf7PgIC9j6lIzhwbz5ngWCZ0vPMo95E73ZOEhbIlJPhK+rwa19NyHrZKBQ= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBISoZ2/FoLxLWd0oKbYFaVhBio2m6K6/OviLqYBo3wuHiuQ9g1cRUkxrLBCT4PCgIeDxxqE9WusxuHLhEHDrc5c= tasks: - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_22:08:02 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 ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - 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: teuthology verbose: false 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-17T08:45:05.323 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa; will attempt to use it 2024-09-17T08:45:05.324 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa/tasks 2024-09-17T08:45:05.324 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T08:45:05.325 INFO:teuthology.task.internal:Checking packages... 2024-09-17T08:45:05.349 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9' 2024-09-17T08:45:05.349 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T08:45:05.349 INFO:teuthology.packaging:ref: None 2024-09-17T08:45:05.349 INFO:teuthology.packaging:tag: None 2024-09-17T08:45:05.349 INFO:teuthology.packaging:branch: reef 2024-09-17T08:45:05.349 INFO:teuthology.packaging:sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:45:05.350 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-09-17T08:45:05.607 INFO:teuthology.task.internal:Found packages for ceph version 18.2.4-855.g19e2a2be 2024-09-17T08:45:05.609 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T08:45:05.947 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T08:45:05.947 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T08:45:06.179 INFO:teuthology.task.internal:Saving configuration 2024-09-17T08:45:06.208 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T08:45:06.217 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T08:45:06.243 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252', '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-17 08:40:07.623405', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAFh4QVdoBnS24A3RCAKSNde1yzDPZf7PgIC9j6lIzhwbz5ngWCZ0vPMo95E73ZOEhbIlJPhK+rwa19NyHrZKBQ='} 2024-09-17T08:45:06.266 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252', '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-17 08:40:07.621455', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBISoZ2/FoLxLWd0oKbYFaVhBio2m6K6/OviLqYBo3wuHiuQ9g1cRUkxrLBCT4PCgIeDxxqE9WusxuHLhEHDrc5c='} 2024-09-17T08:45:06.266 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T08:45:06.274 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-09-17T08:45:06.274 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-09-17T08:45:06.274 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T08:45:06.339 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4ef96bbac0>, signals=[15]) 2024-09-17T08:45:06.339 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T08:45:06.350 INFO:teuthology.task.internal:Opening connections... 2024-09-17T08:45:06.350 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T08:45:06.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:45:06.427 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-09-17T08:45:06.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:45:06.504 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T08:45:06.513 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-09-17T08:45:06.532 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-09-17T08:45:06.532 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-09-17T08:45:06.590 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="CentOS Stream" 2024-09-17T08:45:06.590 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="9" 2024-09-17T08:45:06.590 INFO:teuthology.orchestra.run.smithi110.stdout:ID="centos" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="rhel fedora" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="9" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el9" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:LOGO="fedora-logo-icon" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://centos.org/" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T08:45:06.591 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T08:45:06.592 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-09-17T08:45:06.617 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-09-17T08:45:06.635 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-09-17T08:45:06.636 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-09-17T08:45:06.694 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-09-17T08:45:06.695 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T08:45:06.696 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T08:45:06.696 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T08:45:06.696 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-09-17T08:45:06.725 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T08:45:06.738 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T08:45:06.759 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T08:45:06.759 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-09-17T08:45:06.762 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-09-17T08:45:06.779 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T08:45:06.790 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T08:45:06.790 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-09-17T08:45:06.820 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-09-17T08:45:07.139 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T08:45:07.188 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T08:45:07.207 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T08:45:07.207 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T08:45:07.208 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T08:45:07.208 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T08:45:07.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:45:07.225 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-09-17T08:45:07.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:45:07.226 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-09-17T08:45:07.283 INFO:teuthology.orchestra.run.smithi110.stdout:5.14.0-503.el9.x86_64 2024-09-17T08:45:07.283 INFO:teuthology.task.kernel:Running kernel on smithi110: 5.14.0-503.el9.x86_64 2024-09-17T08:45:07.283 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2024-09-17T08:45:07.285 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-503.el9.x86_64 2024-09-17T08:45:07.285 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-503.el9.x86_64 2024-09-17T08:45:07.285 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-09-17T08:45:09.890 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.3 MB 00:00 2024-09-17T08:45:10.370 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 6.8 MB/s | 8.3 MB 00:01 2024-09-17T08:45:13.555 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 9.7 MB/s | 20 MB 00:02 2024-09-17T08:45:15.332 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - AppStream 4.6 MB/s | 20 MB 00:04 2024-09-17T08:45:17.764 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-17T08:45:19.315 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 103 kB/s | 19 kB 00:00 2024-09-17T08:45:19.474 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - CRB 17 MB/s | 6.5 MB 00:00 2024-09-17T08:45:20.377 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 24 MB/s | 23 MB 00:00 2024-09-17T08:45:21.184 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - Extras packages 82 kB/s | 19 kB 00:00 2024-09-17T08:45:21.938 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 36 MB/s | 23 MB 00:00 2024-09-17T08:45:25.816 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-17T08:45:27.360 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-09-17T08:45:27.714 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T08:45:27.714 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T08:45:27.813 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T08:45:27.819 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T08:45:27.820 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:45:27.820 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-09-17T08:45:27.820 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-09-17T08:45:27.820 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-09-17T08:45:27.820 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:45:27.821 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 79 M 2024-09-17T08:45:27.821 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 126 M 2024-09-17T08:45:27.821 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-09-17T08:45:28.222 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 285 kB/s | 36 kB 00:00 2024-09-17T08:45:28.826 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 47 MB/s | 29 MB 00:00 2024-09-17T08:45:29.250 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T08:45:29.250 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T08:45:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-09-17T08:45:29.342 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-17T08:45:29.342 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-09-17T08:45:29.342 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout:Install 4 Packages 2024-09-17T08:45:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:45:29.344 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 79 M 2024-09-17T08:45:29.344 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 126 M 2024-09-17T08:45:29.344 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-09-17T08:45:29.393 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 12 MB/s | 16 MB 00:01 2024-09-17T08:45:29.478 INFO:teuthology.orchestra.run.smithi110.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 410 kB/s | 36 kB 00:00 2024-09-17T08:45:29.852 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 20 MB/s | 35 MB 00:01 2024-09-17T08:45:29.852 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:45:29.852 INFO:teuthology.orchestra.run.smithi138.stdout:Total 39 MB/s | 79 MB 00:02 2024-09-17T08:45:29.862 INFO:teuthology.orchestra.run.smithi110.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-09-17T08:45:30.337 INFO:teuthology.orchestra.run.smithi110.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 36 MB/s | 35 MB 00:00 2024-09-17T08:45:30.534 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-09-17T08:45:30.646 INFO:teuthology.orchestra.run.smithi110.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 24 MB/s | 29 MB 00:01 2024-09-17T08:45:30.646 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:45:30.646 INFO:teuthology.orchestra.run.smithi110.stdout:Total 60 MB/s | 79 MB 00:01 2024-09-17T08:45:30.902 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-09-17T08:45:30.902 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-09-17T08:45:31.334 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-09-17T08:45:31.702 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-09-17T08:45:31.702 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-09-17T08:45:31.898 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-09-17T08:45:31.898 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-09-17T08:45:32.643 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-09-17T08:45:32.644 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-09-17T08:45:34.326 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-09-17T08:45:35.022 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:45:35.059 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-09-17T08:45:35.112 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:45:35.801 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:45:35.890 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:45:37.851 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:45:37.989 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:45:38.659 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:45:38.800 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:45:42.821 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:45:42.864 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:45:43.623 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:45:43.675 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:45:47.700 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:45:48.507 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:25.898 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:25.938 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:26.313 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:26.313 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:46:26.313 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:46:26.313 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:46:26.809 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:26.849 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:46:27.215 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-09-17T08:46:27.258 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:27.258 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:46:27.258 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:46:27.258 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:46:27.574 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:46:27.657 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:46:27.657 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:46:27.657 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T08:46:27.657 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T08:46:27.657 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T08:46:27.657 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T08:46:27.657 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T08:46:27.658 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:46:27.717 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:46:27.718 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:46:27.718 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2024-09-17T08:46:27.755 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2024-09-17T08:46:27.755 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2024-09-17T08:46:27.755 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.06 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 82.el9 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Group : Unspecified 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 8274670 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : builder@centos.org 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2024-09-17T08:46:27.756 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:46:27.757 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T08:46:27.758 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T08:46:27.758 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 5.14.0-508.el9.x86_64 2024-09-17T08:46:27.758 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:46:28.082 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-09-17T08:46:28.451 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:46:28.489 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-09-17T08:46:28.537 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:46:28.537 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:46:28.537 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T08:46:28.537 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T08:46:28.537 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T08:46:28.537 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T08:46:28.537 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T08:46:28.538 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:46:28.597 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:46:28.597 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:46:28.597 DEBUG:teuthology.orchestra.run.smithi110:> sudo rpm -qi grub2-tools 2024-09-17T08:46:28.636 INFO:teuthology.orchestra.run.smithi110.stdout:Name : grub2-tools 2024-09-17T08:46:28.636 INFO:teuthology.orchestra.run.smithi110.stdout:Epoch : 1 2024-09-17T08:46:28.636 INFO:teuthology.orchestra.run.smithi110.stdout:Version : 2.06 2024-09-17T08:46:28.636 INFO:teuthology.orchestra.run.smithi110.stdout:Release : 82.el9 2024-09-17T08:46:28.636 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: x86_64 2024-09-17T08:46:28.636 INFO:teuthology.orchestra.run.smithi110.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T08:46:28.636 INFO:teuthology.orchestra.run.smithi110.stdout:Group : Unspecified 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Size : 8274670 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:License : GPLv3+ 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Packager : builder@centos.org 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Vendor : CentOS 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Summary : Support tools for GRUB. 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:Description : 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T08:46:28.637 INFO:teuthology.orchestra.run.smithi110.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T08:46:28.638 INFO:teuthology.orchestra.run.smithi110.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T08:46:28.638 INFO:teuthology.orchestra.run.smithi110.stdout:hardware devices. 2024-09-17T08:46:28.638 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:46:28.638 INFO:teuthology.orchestra.run.smithi110.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T08:46:28.638 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T08:46:28.639 INFO:teuthology.task.kernel:Updating grub on smithi110 to boot 5.14.0-508.el9.x86_64 2024-09-17T08:46:28.639 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T08:46:29.301 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2024-09-17T08:46:29.980 INFO:teuthology.orchestra.run.smithi138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T08:46:30.020 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-09-17T08:46:30.022 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-09-17T08:46:30.038 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.8Bs8GB51Mg 2024-09-17T08:46:30.038 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.8Bs8GB51Mg 2024-09-17T08:46:30.105 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.8Bs8GB51Mg 2024-09-17T08:46:30.246 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.8Bs8GB51Mg is 6KB 2024-09-17T08:46:30.295 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.8Bs8GB51Mg 2024-09-17T08:46:30.310 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T08:46:30.372 INFO:teuthology.orchestra.run.smithi138.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T08:46:30.373 INFO:teuthology.orchestra.run.smithi138.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T08:46:30.373 INFO:teuthology.orchestra.run.smithi138.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T08:46:30.373 INFO:teuthology.orchestra.run.smithi138.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T08:46:30.374 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T08:46:30.514 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-09-17T08:46:30.752 INFO:teuthology.orchestra.run.smithi110.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T08:46:30.782 INFO:teuthology.orchestra.run.smithi110.stderr:done 2024-09-17T08:46:30.792 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2024-09-17T08:46:30.808 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.0iCMVVkdSK 2024-09-17T08:46:30.809 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0iCMVVkdSK 2024-09-17T08:46:30.876 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.0iCMVVkdSK 2024-09-17T08:46:31.018 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.0iCMVVkdSK is 6KB 2024-09-17T08:46:31.066 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.0iCMVVkdSK 2024-09-17T08:46:31.081 DEBUG:teuthology.orchestra.run.smithi110:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T08:46:31.144 INFO:teuthology.orchestra.run.smithi110.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T08:46:31.144 INFO:teuthology.orchestra.run.smithi110.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T08:46:31.144 INFO:teuthology.orchestra.run.smithi110.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T08:46:31.144 INFO:teuthology.orchestra.run.smithi110.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T08:46:31.145 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T08:46:31.300 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2024-09-17T08:47:00.543 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T08:47:00.544 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-09-17T08:47:00.545 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:47:01.304 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T08:47:01.305 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-17T08:47:01.305 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:48:00.606 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T08:48:01.308 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T08:48:09.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-09-17T08:48:09.614 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:48:10.299 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-09-17T08:48:10.309 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-17T08:48:10.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:48:10.624 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-09-17T08:48:10.727 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-09-17T08:48:10.727 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T08:48:10.727 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-09-17T08:48:10.742 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-508.el9.x86_64 2024-09-17T08:48:10.742 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T08:48:10.742 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T08:48:10.742 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T08:48:10.997 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-17T08:48:10.997 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T08:48:10.997 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-09-17T08:48:11.011 INFO:teuthology.orchestra.run.smithi110.stdout:5.14.0-508.el9.x86_64 2024-09-17T08:48:11.012 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T08:48:11.012 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T08:48:11.012 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T08:48:11.743 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T08:48:11.744 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T08:48:11.831 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-09-17T08:48:11.857 DEBUG:teuthology.parallel:result is None 2024-09-17T08:48:12.013 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T08:48:12.013 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T08:48:12.100 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-09-17T08:48:12.129 DEBUG:teuthology.parallel:result is None 2024-09-17T08:48:12.129 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T08:48:12.136 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T08:48:12.136 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T08:48:12.138 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T08:48:12.153 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T08:48:12.160 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T08:48:12.168 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T08:48:12.168 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T08:48:12.198 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T08:48:12.225 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T08:48:12.232 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T08:48:12.232 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T08:48:12.263 DEBUG:teuthology.orchestra.run.smithi138:> 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-17T08:48:12.293 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:48:12.304 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:48:12.318 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:48:12.328 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:48:12.330 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T08:48:12.337 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T08:48:12.337 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T08:48:12.351 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T08:48:12.375 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T08:48:12.384 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T08:48:12.385 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T08:48:12.419 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T08:48:12.434 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:48:12.519 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:48:12.564 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:48:12.648 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:48:12.693 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:48:12.693 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T08:48:12.760 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:48:12.805 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:48:12.852 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:48:12.935 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:48:12.974 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-09-17T08:48:12.974 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T08:48:13.041 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-09-17T08:48:13.044 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-09-17T08:48:13.097 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T08:48:13.133 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T08:48:13.456 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T08:48:13.463 INFO:teuthology.task.internal:Starting timer... 2024-09-17T08:48:13.463 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T08:48:13.475 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T08:48:13.483 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-17T08:48:13.484 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2024-09-17T08:48:13.582 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2024-09-17T08:48:13.584 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-09-17T08:48:13.648 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-09-17T08:48:13.650 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T08:48:13.650 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2024-09-17T08:48:13.673 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2024-09-17T08:48:13.674 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-09-17T08:48:13.702 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-09-17T08:48:13.703 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi110.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive'} 2024-09-17T08:48:13.703 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-17T08:48:13.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:48:13.742 DEBUG:teuthology.orchestra.run.smithi138:> 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 2024-09-17T08:48:13.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:48:13.768 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T08:48:13.768 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2024-09-17T08:48:13.819 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-09-17T08:48:13.853 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T08:48:13.863 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T08:48:13.875 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-17T08:48:13.876 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com,smithi138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T08:51:59.454 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi110.front.sepia.ceph.com'), Remote(name='ubuntu@smithi138.front.sepia.ceph.com')] 2024-09-17T08:51:59.455 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-17T08:51:59.457 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:51:59.535 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-09-17T08:51:59.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-17T08:51:59.622 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-09-17T08:51:59.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:51:59.700 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-09-17T08:51:59.776 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-09-17T08:51:59.776 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T08:51:59.788 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T08:51:59.788 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T08:51:59.788 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T08:51:59.791 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T08:51:59.791 DEBUG:teuthology.orchestra.run.smithi138:> 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-17T08:51:59.817 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T08:51:59.831 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T08:51:59.845 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T08:51:59.855 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2024-09-17T08:51:59.859 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T08:51:59.866 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2024-09-17T08:51:59.881 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T08:51:59.883 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2024-09-17T08:51:59.894 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T08:51:59.894 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2024-09-17T08:51:59.909 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T08:51:59.923 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T08:51:59.960 INFO:teuthology.orchestra.run.smithi110.stderr:bash: line 1: ntpq: command not found 2024-09-17T08:51:59.964 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T08:51:59.964 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-09-17T08:51:59.964 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:51:59.964 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:51:59.964 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:51:59.964 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:51:59.983 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-09-17T08:51:59.986 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T08:51:59.986 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-09-17T08:51:59.986 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:51:59.986 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:51:59.986 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:51:59.986 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:51:59.987 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T08:52:00.079 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v16.2.4', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_REFRESH_FAILED'], 'sha1': '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9'} 2024-09-17T08:52:00.079 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.4 2024-09-17T08:52:00.080 INFO:tasks.cephadm:Cluster fsid is 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:00.080 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T08:52:00.080 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-17T08:52:00.080 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi110': '172.21.15.110', 'mon.smithi138': '172.21.15.138'} 2024-09-17T08:52:00.080 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T08:52:00.081 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-09-17T08:52:00.106 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2024-09-17T08:52:00.132 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-09-17T08:52:00.132 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T08:52:00.424 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-r--r--. 1 ubuntu ubuntu 292005 Sep 17 08:52 /home/ubuntu/cephtest/cephadm 2024-09-17T08:52:00.424 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T08:52:00.543 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-r--r--. 1 ubuntu ubuntu 292005 Sep 17 08:52 /home/ubuntu/cephtest/cephadm 2024-09-17T08:52:00.544 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T08:52:00.560 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T08:52:00.584 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.4 on all hosts... 2024-09-17T08:52:00.585 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 pull 2024-09-17T08:52:00.603 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 pull 2024-09-17T08:52:02.128 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay.io/ceph/ceph:v16.2.4... 2024-09-17T08:52:02.254 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay.io/ceph/ceph:v16.2.4... 2024-09-17T08:52:13.355 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-09-17T08:52:13.355 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph_version": "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)", 2024-09-17T08:52:13.355 INFO:teuthology.orchestra.run.smithi138.stdout: "image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", 2024-09-17T08:52:13.355 INFO:teuthology.orchestra.run.smithi138.stdout: "repo_digests": [ 2024-09-17T08:52:13.356 INFO:teuthology.orchestra.run.smithi138.stdout: "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", 2024-09-17T08:52:13.356 INFO:teuthology.orchestra.run.smithi138.stdout: "quay.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337" 2024-09-17T08:52:13.356 INFO:teuthology.orchestra.run.smithi138.stdout: ] 2024-09-17T08:52:13.356 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-09-17T08:52:13.442 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T08:52:13.443 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph_version": "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)", 2024-09-17T08:52:13.443 INFO:teuthology.orchestra.run.smithi110.stdout: "image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", 2024-09-17T08:52:13.443 INFO:teuthology.orchestra.run.smithi110.stdout: "repo_digests": [ 2024-09-17T08:52:13.443 INFO:teuthology.orchestra.run.smithi110.stdout: "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", 2024-09-17T08:52:13.443 INFO:teuthology.orchestra.run.smithi110.stdout: "quay.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337" 2024-09-17T08:52:13.443 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2024-09-17T08:52:13.443 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T08:52:13.464 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-09-17T08:52:13.506 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2024-09-17T08:52:13.534 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-09-17T08:52:13.573 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2024-09-17T08:52:13.599 INFO:tasks.cephadm:Writing seed config... 2024-09-17T08:52:13.600 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T08:52:13.600 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T08:52:13.601 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T08:52:13.601 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T08:52:13.601 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T08:52:13.601 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T08:52:13.601 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T08:52:13.601 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-17T08:52:13.601 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:52:13.602 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T08:52:13.630 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 = 1a0d3656-74d2-11ef-bceb-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-17T08:52:13.630 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110.service 2024-09-17T08:52:13.672 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T08:52:13.672 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 1a0d3656-74d2-11ef-bceb-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.110 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:52:13.859 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-17T08:52:13.881 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 5.2.2 2024-09-17T08:52:13.883 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying podman|docker is present... 2024-09-17T08:52:13.883 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-17T08:52:13.903 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 5.2.2 2024-09-17T08:52:13.905 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying lvm2 is present... 2024-09-17T08:52:13.906 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying time synchronization is in place... 2024-09-17T08:52:13.906 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled chrony.service 2024-09-17T08:52:13.912 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T08:52:13.913 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active chrony.service 2024-09-17T08:52:13.919 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-09-17T08:52:13.919 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-17T08:52:13.926 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: enabled 2024-09-17T08:52:13.926 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active chronyd.service 2024-09-17T08:52:13.932 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: active 2024-09-17T08:52:13.932 INFO:teuthology.orchestra.run.smithi110.stderr:Unit chronyd.service is enabled and running 2024-09-17T08:52:13.933 INFO:teuthology.orchestra.run.smithi110.stderr:Repeating the final host check... 2024-09-17T08:52:13.933 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-17T08:52:13.952 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 5.2.2 2024-09-17T08:52:13.954 INFO:teuthology.orchestra.run.smithi110.stderr:podman|docker (/bin/podman) is present 2024-09-17T08:52:13.954 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl is present 2024-09-17T08:52:13.954 INFO:teuthology.orchestra.run.smithi110.stderr:lvcreate is present 2024-09-17T08:52:13.954 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled chrony.service 2024-09-17T08:52:13.960 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T08:52:13.960 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active chrony.service 2024-09-17T08:52:13.966 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-09-17T08:52:13.967 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-17T08:52:13.973 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: enabled 2024-09-17T08:52:13.973 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active chronyd.service 2024-09-17T08:52:13.979 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: active 2024-09-17T08:52:13.980 INFO:teuthology.orchestra.run.smithi110.stderr:Unit chronyd.service is enabled and running 2024-09-17T08:52:13.980 INFO:teuthology.orchestra.run.smithi110.stderr:Host looks OK 2024-09-17T08:52:13.980 INFO:teuthology.orchestra.run.smithi110.stderr:Cluster fsid: 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:13.980 INFO:teuthology.orchestra.run.smithi110.stderr:Acquiring lock 139748157975712 on /run/cephadm/1a0d3656-74d2-11ef-bceb-c7b262605968.lock 2024-09-17T08:52:13.980 INFO:teuthology.orchestra.run.smithi110.stderr:Lock 139748157975712 acquired on /run/cephadm/1a0d3656-74d2-11ef-bceb-c7b262605968.lock 2024-09-17T08:52:13.981 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying IP 172.21.15.110 port 3300 ... 2024-09-17T08:52:13.981 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying IP 172.21.15.110 port 6789 ... 2024-09-17T08:52:13.981 INFO:teuthology.orchestra.run.smithi110.stderr:Base mon IP is 172.21.15.110, final addrv is [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2024-09-17T08:52:13.981 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /sbin/ip route ls 2024-09-17T08:52:13.983 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2024-09-17T08:52:13.984 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 metric 100 2024-09-17T08:52:13.984 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /sbin/ip -6 route ls 2024-09-17T08:52:13.986 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T08:52:13.986 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-17T08:52:13.986 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-17T08:52:13.987 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /sbin/ip -6 addr ls 2024-09-17T08:52:13.989 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T08:52:13.989 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-09-17T08:52:13.989 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-17T08:52:13.989 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-17T08:52:13.990 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cc35/64 scope link noprefixroute 2024-09-17T08:52:13.990 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-17T08:52:13.990 INFO:teuthology.orchestra.run.smithi110.stderr:Mon IP 172.21.15.110 is in CIDR network 172.21.0.0/20 2024-09-17T08:52:13.990 INFO:teuthology.orchestra.run.smithi110.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T08:52:13.991 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay.io/ceph/ceph:v16.2.4... 2024-09-17T08:52:13.991 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.4 2024-09-17T08:52:14.093 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.4... 2024-09-17T08:52:14.454 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Getting image source signatures 2024-09-17T08:52:14.454 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-09-17T08:52:14.455 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-09-17T08:52:14.455 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-09-17T08:52:14.621 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Writing manifest to image destination 2024-09-17T08:52:14.774 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-09-17T08:52:14.777 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 --version 2024-09-17T08:52:15.137 INFO:teuthology.orchestra.run.smithi110.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-09-17T08:52:15.657 INFO:teuthology.orchestra.run.smithi110.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-09-17T08:52:15.657 INFO:teuthology.orchestra.run.smithi110.stderr:Extracting ceph user uid/gid from container image... 2024-09-17T08:52:15.657 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-09-17T08:52:16.057 INFO:teuthology.orchestra.run.smithi110.stderr:stat: 167 167 2024-09-17T08:52:16.638 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial keys... 2024-09-17T08:52:16.638 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-17T08:52:16.996 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQBAQ+lmo6/HNxAAi/Nof8UPm+LglZz/aGrLYw== 2024-09-17T08:52:17.470 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-17T08:52:18.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQBCQ+lmbpYnERAAYlegQdPofGKECK5nuDiAgw== 2024-09-17T08:52:18.995 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-17T08:52:19.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQBDQ+lmOeF0ExAA2UdpL9BVe3IdyYn5BAHOGQ== 2024-09-17T08:52:19.868 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial monmap... 2024-09-17T08:52:19.868 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpcx2j5x32:/tmp/monmap:z quay.io/ceph/ceph:v16.2.4 --create --clobber --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 --addv smithi110 [v2:172.21.15.110:3300,v1:172.21.15.110:6789] /tmp/monmap 2024-09-17T08:52:20.268 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T08:52:20.268 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:20.269 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T08:52:20.807 INFO:teuthology.orchestra.run.smithi110.stderr:monmaptool for smithi110 [v2:172.21.15.110:3300,v1:172.21.15.110:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T08:52:20.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: set fsid to 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:20.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T08:52:20.807 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:52:20.807 INFO:teuthology.orchestra.run.smithi110.stderr:Creating mon... 2024-09-17T08:52:20.808 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110:/var/lib/ceph/mon/ceph-smithi110:z -v /tmp/ceph-tmpi1mes470:/tmp/keyring:z -v /tmp/ceph-tmpcx2j5x32:/tmp/monmap:z quay.io/ceph/ceph:v16.2.4 --mkfs -i smithi110 --fsid 1a0d3656-74d2-11ef-bceb-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-17T08:52:21.183 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.136+0000 7f71cd767700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:52:21.183 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.137+0000 7f71cd767700 1 imported monmap: 2024-09-17T08:52:21.208 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: epoch 0 2024-09-17T08:52:21.208 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:21.208 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: last_changed 2024-09-17T08:52:20.178533+0000 2024-09-17T08:52:21.208 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: created 2024-09-17T08:52:20.178533+0000 2024-09-17T08:52:21.208 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-09-17T08:52:21.208 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-09-17T08:52:21.208 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.smithi110 2024-09-17T08:52:21.208 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.137+0000 7f71cd767700 0 /usr/bin/ceph-mon: set fsid to 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: RocksDB version: 6.8.1 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Compile date May 13 2021 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: DB SUMMARY 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 0, files: 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.error_if_exists: 0 2024-09-17T08:52:21.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.create_if_missing: 1 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.env: 0x55c20dda11c0 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.fs: Posix File System 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.info_log: 0x55c20e7e0ec0 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.statistics: (nil) 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.use_fsync: 0 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T08:52:21.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.db_log_dir: 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi110/store.db 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:52:21.211 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.write_buffer_manager: 0x55c20e7e7530 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.unordered_write: 0 2024-09-17T08:52:21.212 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.row_cache: None 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.wal_filter: None 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.preserve_deletes: 0 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.two_write_queues: 0 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.atomic_flush: 0 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:52:21.213 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_open_files: -1 2024-09-17T08:52:21.214 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Compression algorithms supported: 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: kZSTD supported: 0 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: kXpressCompression supported: 0 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: kZlibCompression supported: 1 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:52:21.215 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000001 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.merge_operator: 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.compaction_filter: None 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c20e6f9cb8) 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-09-17T08:52:21.216 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: index_type: 0 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: checksum: 1 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_cache: 0x55c20e72ed10 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-09-17T08:52:21.217 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-09-17T08:52:21.218 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: format_version: 2 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_align: 0 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.compression: NoCompression 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.num_levels: 7 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:52:21.219 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.138+0000 7f71cd767700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:52:21.220 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:52:21.221 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:52:21.222 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.table_properties_collectors: 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.bloom_locality: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.ttl: 2592000 2024-09-17T08:52:21.223 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/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-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.139+0000 7f71cd767700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.140+0000 7f71cd767700 4 rocksdb: DB pointer 0x55c20e7f3800 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.140+0000 7f71b6600700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.140+0000 7f71b6600700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.224 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:52:21.225 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.226 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.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-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.227 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:52:21.228 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-09-17T08:52:21.228 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.141+0000 7f71cd767700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-09-17T08:52:21.228 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.141+0000 7f71cd767700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-09-17T08:52:21.228 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:52:21.141+0000 7f71cd767700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi110 for mon.smithi110 2024-09-17T08:52:21.805 INFO:teuthology.orchestra.run.smithi110.stderr:create mon.smithi110 on 2024-09-17T08:52:21.806 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:21.811 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl disable ceph.target 2024-09-17T08:52:22.018 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl enable ceph.target 2024-09-17T08:52:22.034 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T08:52:22.171 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl start ceph.target 2024-09-17T08:52:22.179 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl enable ceph-1a0d3656-74d2-11ef-bceb-c7b262605968.target 2024-09-17T08:52:22.187 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968.target. 2024-09-17T08:52:22.187 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968.target. 2024-09-17T08:52:22.319 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl start ceph-1a0d3656-74d2-11ef-bceb-c7b262605968.target 2024-09-17T08:52:22.340 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl daemon-reload 2024-09-17T08:52:22.482 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110 2024-09-17T08:52:22.512 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl reset-failed ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110 2024-09-17T08:52:22.518 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to reset failed state of unit ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110.service: Unit ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110.service not loaded. 2024-09-17T08:52:22.519 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl enable ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110 2024-09-17T08:52:22.526 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968.target.wants/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110.service → /etc/systemd/system/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@.service. 2024-09-17T08:52:22.695 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl start ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110 2024-09-17T08:52:23.213 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-17T08:52:23.222 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2024-09-17T08:52:23.223 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active firewalld.service 2024-09-17T08:52:23.229 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-09-17T08:52:23.230 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-09-17T08:52:23.230 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to enable service . firewalld.service is not available 2024-09-17T08:52:23.231 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-17T08:52:23.231 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mon to start... 2024-09-17T08:52:23.231 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mon... 2024-09-17T08:52:23.231 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110:/var/lib/ceph/mon/ceph-smithi110:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status 2024-09-17T08:52:23.281 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:23 smithi110 systemd[1]: Started Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T08:52:24.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: cluster 2024-09-17T08:52:23.112091+0000 mon.smithi110 (mon.0) 2 : cluster [INF] mon.smithi110 is new leader, mons smithi110 in quorum (ranks 0) 2024-09-17T08:52:24.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: cluster 2024-09-17T08:52:23.112207+0000 mon.smithi110 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} 2024-09-17T08:52:24.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: cluster 2024-09-17T08:52:23.113545+0000 mon.smithi110 (mon.0) 4 : cluster [DBG] fsmap 2024-09-17T08:52:24.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: cluster 2024-09-17T08:52:23.115144+0000 mon.smithi110 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T08:52:24.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: cluster 2024-09-17T08:52:23.115488+0000 mon.smithi110 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T08:52:26.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: audit 2024-09-17T08:52:26.345449+0000 mon.smithi110 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.110:0/2441011792' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T08:52:27.075 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: cluster: 2024-09-17T08:52:27.075 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: id: 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:27.075 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-09-17T08:52:27.075 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: services: 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi110 (age 3s) 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mgr: no daemons active 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: data: 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: pgs: 2024-09-17T08:52:27.076 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:32.685 INFO:teuthology.orchestra.run.smithi110.stderr:mon is available 2024-09-17T08:52:32.685 INFO:teuthology.orchestra.run.smithi110.stderr:Assimilating anything we can from ceph.conf... 2024-09-17T08:52:32.685 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z -v /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110:/var/lib/ceph/mon/ceph-smithi110:z quay.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi110/config 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [global] 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: fsid = 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: log_to_journald = false 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:34.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [mgr] 2024-09-17T08:52:34.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-09-17T08:52:34.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:34.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [osd] 2024-09-17T08:52:34.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-09-17T08:52:34.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-09-17T08:52:34.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-09-17T08:52:35.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: audit 2024-09-17T08:52:34.716180+0000 mon.smithi110 (mon.0) 8 : audit [INF] from='client.? 172.21.15.110:0/1248954809' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T08:52:35.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: audit 2024-09-17T08:52:34.718746+0000 mon.smithi110 (mon.0) 9 : audit [INF] from='client.? 172.21.15.110:0/1248954809' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T08:52:35.277 INFO:teuthology.orchestra.run.smithi110.stderr:Generating new minimal ceph.conf... 2024-09-17T08:52:35.277 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z -v /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110:/var/lib/ceph/mon/ceph-smithi110:z quay.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi110/config 2024-09-17T08:52:36.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: audit 2024-09-17T08:52:35.782292+0000 mon.smithi110 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.110:0/2083752030' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:36.318 INFO:teuthology.orchestra.run.smithi110.stderr:Restarting the monitor... 2024-09-17T08:52:36.318 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110 2024-09-17T08:52:36.443 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:36 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T08:52:36.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: debug 2024-09-17T08:52:36.441+0000 7fa5cd506700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi110 -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-17T08:52:36.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23273]: debug 2024-09-17T08:52:36.441+0000 7fa5cd506700 -1 mon.smithi110@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T08:52:36.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:36 smithi110 podman[23498]: 2024-09-17 08:52:36.53513829 +0000 UTC m=+0.191798240 container died e807cefab08bbfe9f60ea093e04ac16565a537406612968a9eb888012029a06a (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_CLEAN=True) 2024-09-17T08:52:37.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:36 smithi110 podman[23498]: 2024-09-17 08:52:36.925397107 +0000 UTC m=+0.582057044 container cleanup e807cefab08bbfe9f60ea093e04ac16565a537406612968a9eb888012029a06a (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-17T08:52:37.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:36 smithi110 podman[23498]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110 2024-09-17T08:52:37.455 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 podman[23511]: 2024-09-17 08:52:37.17645246 +0000 UTC m=+0.632888871 container remove e807cefab08bbfe9f60ea093e04ac16565a537406612968a9eb888012029a06a (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=HEAD) 2024-09-17T08:52:37.455 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110.service: Deactivated successfully. 2024-09-17T08:52:37.455 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 systemd[1]: Stopped Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T08:52:37.455 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 systemd[1]: Starting Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T08:52:37.456 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 podman[23552]: 2024-09-17 08:52:37.352382149 +0000 UTC m=+0.093567254 container create 1669bdf396b7e63a64549ccded062e34aeb84216fbfb68c0fb26bd6f69ca6407 (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, ceph=True, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e) 2024-09-17T08:52:37.456 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 podman[23552]: 2024-09-17 08:52:37.275608479 +0000 UTC m=+0.016793583 image pull 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 quay.io/ceph/ceph:v16.2.4 2024-09-17T08:52:37.650 INFO:teuthology.orchestra.run.smithi110.stderr:Setting mon public_network to 172.21.0.0/20 2024-09-17T08:52:37.652 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-09-17T08:52:37.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 podman[23552]: 2024-09-17 08:52:37.571126749 +0000 UTC m=+0.312311859 container init 1669bdf396b7e63a64549ccded062e34aeb84216fbfb68c0fb26bd6f69ca6407 (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True, org.label-schema.build-date=20201204, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, RELEASE=HEAD, org.label-schema.vendor=CentOS) 2024-09-17T08:52:37.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 podman[23552]: 2024-09-17 08:52:37.574214158 +0000 UTC m=+0.315399261 container start 1669bdf396b7e63a64549ccded062e34aeb84216fbfb68c0fb26bd6f69ca6407 (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=-16.2.4) 2024-09-17T08:52:37.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.594+0000 7f99c0413700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:52:37.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.594+0000 7f99c0413700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 2 2024-09-17T08:52:37.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.594+0000 7f99c0413700 0 pidfile_write: ignore empty --pid-file 2024-09-17T08:52:37.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 0 load: jerasure load: lrc load: isa 2024-09-17T08:52:37.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: RocksDB version: 6.8.1 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Compile date May 13 2021 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: DB SUMMARY 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: CURRENT file: CURRENT 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-09-17T08:52:37.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 1, files: 000004.sst 2024-09-17T08:52:37.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 000006.log size: 89583 ; 2024-09-17T08:52:37.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.error_if_exists: 0 2024-09-17T08:52:37.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.create_if_missing: 0 2024-09-17T08:52:37.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T08:52:37.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.env: 0x56216f5a11c0 2024-09-17T08:52:37.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.fs: Posix File System 2024-09-17T08:52:37.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.info_log: 0x562170671960 2024-09-17T08:52:37.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:52:37.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.statistics: (nil) 2024-09-17T08:52:37.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.use_fsync: 0 2024-09-17T08:52:37.859 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.db_log_dir: 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi110/store.db 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:52:37.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.write_buffer_manager: 0x562170677fb0 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:52:37.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.unordered_write: 0 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.row_cache: None 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.wal_filter: None 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:52:37.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.preserve_deletes: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.two_write_queues: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.atomic_flush: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:52:37.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.max_open_files: -1 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Compression algorithms supported: 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:52:37.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: kZSTD supported: 0 2024-09-17T08:52:37.866 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: kXpressCompression supported: 0 2024-09-17T08:52:37.866 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:52:37.866 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T08:52:37.866 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: kZlibCompression supported: 1 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.599+0000 7f99c0413700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000005 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.merge_operator: 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_filter: None 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:52:37.867 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562170589cb0) 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cache_index_and_filter_blocks: 1 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: pin_top_level_index_and_filter: 1 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: index_type: 0 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: data_block_index_type: 0 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: index_shortening: 1 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: hash_index_allow_collision: 1 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: checksum: 1 2024-09-17T08:52:37.868 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: no_block_cache: 0 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: block_cache: 0x5621705bef10 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: block_cache_name: BinnedLRUCache 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: block_cache_options: 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: capacity : 536870912 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: num_shard_bits : 4 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: strict_capacity_limit : 0 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: high_pri_pool_ratio: 0.000 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: block_cache_compressed: (nil) 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: persistent_cache: (nil) 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: block_size: 4096 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: block_size_deviation: 10 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: block_restart_interval: 16 2024-09-17T08:52:37.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: index_block_restart_interval: 1 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: metadata_block_size: 4096 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: partition_filters: 0 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: use_delta_encoding: 1 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: whole_key_filtering: 1 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: verify_compression: 0 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: read_amp_bytes_per_bit: 0 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: format_version: 2 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: enable_index_compression: 1 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: block_align: 0 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:52:37.870 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compression: NoCompression 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.num_levels: 7 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:52:37.871 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:52:37.872 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:52:37.873 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:52:37.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.table_properties_collectors: 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.bloom_locality: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:52:37.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.ttl: 2592000 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/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-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726563157601563, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.600+0000 7f99c0413700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.601+0000 7f99c0413700 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-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.601+0000 7f99c0413700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726563157602441, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 85764, "table_properties": {"data_size": 84011, "index_size": 358, "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": 9396, "raw_average_key_size": 46, "raw_value_size": 78521, "raw_average_value_size": 386, "num_data_blocks": 12, "num_entries": 203, "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": 1726563157, "oldest_key_time": 3, "file_creation_time": 0}} 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.601+0000 7f99c0413700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.602+0000 7f99c0413700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726563157602821, "job": 1, "event": "recovery_finished"} 2024-09-17T08:52:37.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.602+0000 7f99c0413700 4 rocksdb: DB pointer 0x562170683800 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.602+0000 7f99a722b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.602+0000 7f99a722b700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ** DB Stats ** 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ** Compaction Stats [default] ** 2024-09-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: L0 2/0 85.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.5 0.00 0.00 1 0.001 0 0 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Sum 2/0 85.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.5 0.00 0.00 1 0.001 0 0 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.5 0.00 0.00 1 0.001 0 0 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ** Compaction Stats [default] ** 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.5 0.00 0.00 1 0.001 0 0 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:52:37.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Cumulative compaction: 0.00 GB write, 29.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Interval compaction: 0.00 GB write, 29.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ** Compaction Stats [default] ** 2024-09-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:52:37.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: L0 2/0 85.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.5 0.00 0.00 1 0.001 0 0 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Sum 2/0 85.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.5 0.00 0.00 1 0.001 0 0 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ** Compaction Stats [default] ** 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.5 0.00 0.00 1 0.001 0 0 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:52:37.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Cumulative compaction: 0.00 GB write, 29.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.603+0000 7f99c0413700 0 starting mon.smithi110 rank 0 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi110 fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.604+0000 7f99c0413700 1 mon.smithi110@-1(???) e1 preinit fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.604+0000 7f99c0413700 0 mon.smithi110@-1(???).mds e1 new map 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.604+0000 7f99c0413700 0 mon.smithi110@-1(???).mds e1 print_map 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: e1 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-17T08:52:37.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: legacy client fscid: -1 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: No filesystems configured 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.604+0000 7f99c0413700 0 mon.smithi110@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.604+0000 7f99c0413700 0 mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.604+0000 7f99c0413700 0 mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.604+0000 7f99c0413700 0 mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:35.782292+0000 mon.smithi110 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.110:0/2083752030' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.604+0000 7f99c0413700 1 mon.smithi110@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta expand map: {default=false} 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta from 'false' to 'false' 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta expanded map: {default=false} 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta expand map: {default=info} 2024-09-17T08:52:37.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta from 'info' to 'info' 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta expanded map: {default=info} 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta expand map: {default=daemon} 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta expand map: {default=debug} 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:52:37.605+0000 7f99c0413700 20 expand_channel_meta expanded map: {default=debug} 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 bash[23552]: 1669bdf396b7e63a64549ccded062e34aeb84216fbfb68c0fb26bd6f69ca6407 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 systemd[1]: Started Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:37.608501+0000 mon.smithi110 (mon.0) 1 : cluster [INF] mon.smithi110 is new leader, mons smithi110 in quorum (ranks 0) 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:37.608550+0000 mon.smithi110 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:37.608585+0000 mon.smithi110 (mon.0) 3 : cluster [DBG] fsmap 2024-09-17T08:52:37.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:37.608608+0000 mon.smithi110 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T08:52:37.884 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:37.608904+0000 mon.smithi110 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T08:52:38.748 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-17T08:52:38.748 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:52:38.748 INFO:teuthology.orchestra.run.smithi110.stderr:Creating mgr... 2024-09-17T08:52:38.748 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying port 9283 ... 2024-09-17T08:52:38.750 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl daemon-reload 2024-09-17T08:52:38.899 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mgr.smithi110.pyeest 2024-09-17T08:52:38.914 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl reset-failed ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mgr.smithi110.pyeest 2024-09-17T08:52:38.919 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to reset failed state of unit ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mgr.smithi110.pyeest.service: Unit ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mgr.smithi110.pyeest.service not loaded. 2024-09-17T08:52:38.920 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl enable ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mgr.smithi110.pyeest 2024-09-17T08:52:38.927 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968.target.wants/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mgr.smithi110.pyeest.service → /etc/systemd/system/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@.service. 2024-09-17T08:52:39.064 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl start ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mgr.smithi110.pyeest 2024-09-17T08:52:39.378 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:38.170667+0000 mon.smithi110 (mon.0) 6 : audit [INF] from='client.? 172.21.15.110:0/1152849557' entity='client.admin' 2024-09-17T08:52:39.521 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-17T08:52:39.530 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2024-09-17T08:52:39.531 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active firewalld.service 2024-09-17T08:52:39.538 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-09-17T08:52:39.539 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-09-17T08:52:39.539 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to enable service . firewalld.service is not available 2024-09-17T08:52:39.539 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-17T08:52:39.539 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-17T08:52:39.547 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2024-09-17T08:52:39.548 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active firewalld.service 2024-09-17T08:52:39.554 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-09-17T08:52:39.555 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-09-17T08:52:39.555 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-17T08:52:39.555 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr to start... 2024-09-17T08:52:39.555 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr... 2024-09-17T08:52:39.555 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-17T08:52:40.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:40.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-09-17T08:52:40.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "1a0d3656-74d2-11ef-bceb-c7b262605968", 2024-09-17T08:52:40.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2024-09-17T08:52:40.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-17T08:52:40.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2024-09-17T08:52:40.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2024-09-17T08:52:40.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:40.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-17T08:52:40.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2024-09-17T08:52:40.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2024-09-17T08:52:40.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:40.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-17T08:52:40.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2024-09-17T08:52:40.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:40.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-09-17T08:52:40.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2024-09-17T08:52:40.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:40.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-17T08:52:40.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-17T08:52:40.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:40.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2024-09-17T08:52:40.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:40.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-17T08:52:40.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-17T08:52:40.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-17T08:52:40.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-17T08:52:40.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-17T08:52:40.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-17T08:52:40.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:40.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2024-09-17T08:52:40.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-17T08:52:40.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-17T08:52:40.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-17T08:52:40.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-17T08:52:40.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-17T08:52:40.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-17T08:52:40.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-17T08:52:40.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-17T08:52:40.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:40.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2024-09-17T08:52:40.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:40.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-17T08:52:40.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-17T08:52:40.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:40.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-17T08:52:40.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": false, 2024-09-17T08:52:40.393 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-17T08:52:40.393 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2024-09-17T08:52:40.393 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2024-09-17T08:52:40.393 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2024-09-17T08:52:40.393 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:40.393 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:52:40.393 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:40.394 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2024-09-17T08:52:40.394 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:40.394 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2024-09-17T08:52:23.112860+0000", 2024-09-17T08:52:40.394 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:52:40.394 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:40.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-17T08:52:40.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-09-17T08:52:40.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:40.373935+0000 mon.smithi110 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.110:0/4290829113' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:52:40.991 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (1/15)... 2024-09-17T08:52:42.998 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-17T08:52:43.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:43.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-09-17T08:52:43.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "1a0d3656-74d2-11ef-bceb-c7b262605968", 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-09-17T08:52:43.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:43.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-17T08:52:43.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": false, 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2024-09-17T08:52:23.112860+0000", 2024-09-17T08:52:43.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:52:43.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:43.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-17T08:52:43.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-09-17T08:52:43.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:43.504282+0000 mon.smithi110 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.110:0/4201675766' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:52:44.140 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (2/15)... 2024-09-17T08:52:45.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:44.445919+0000 mon.smithi110 (mon.0) 9 : cluster [INF] Activating manager daemon smithi110.pyeest 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:44.448451+0000 mon.smithi110 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi110.pyeest(active, starting, since 0.00261699s) 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.449163+0000 mon.smithi110 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.449287+0000 mon.smithi110 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.449390+0000 mon.smithi110 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.449509+0000 mon.smithi110 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.449755+0000 mon.smithi110 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:44.451476+0000 mon.smithi110 (mon.0) 16 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.458865+0000 mon.smithi110 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.462002+0000 mon.smithi110 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.463063+0000 mon.smithi110 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.467276+0000 mon.smithi110 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:44.468843+0000 mon.smithi110 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.110:0/3831548274' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:46.143 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-17T08:52:46.548 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:45.451558+0000 mon.smithi110 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi110.pyeest(active, since 1.00572s) 2024-09-17T08:52:46.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "1a0d3656-74d2-11ef-bceb-c7b262605968", 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:46.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-17T08:52:46.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-17T08:52:46.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2024-09-17T08:52:46.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2024-09-17T08:52:23.112860+0000", 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-17T08:52:46.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-09-17T08:52:47.363 INFO:teuthology.orchestra.run.smithi110.stderr:mgr is available 2024-09-17T08:52:47.363 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling cephadm module... 2024-09-17T08:52:47.363 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-09-17T08:52:47.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:46.451466+0000 mon.smithi110 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi110.pyeest(active, since 2s) 2024-09-17T08:52:47.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:46.758830+0000 mon.smithi110 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.110:0/3619227482' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:52:48.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:47.974377+0000 mon.smithi110 (mon.0) 25 : audit [INF] from='client.? 172.21.15.110:0/2538865575' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T08:52:49.229 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr stat 2024-09-17T08:52:49.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:48.613436+0000 mon.smithi110 (mon.0) 26 : audit [INF] from='client.? 172.21.15.110:0/2538865575' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T08:52:49.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:48.613489+0000 mon.smithi110 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi110.pyeest(active, since 4s) 2024-09-17T08:52:49.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-09-17T08:52:49.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 5, 2024-09-17T08:52:49.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2024-09-17T08:52:49.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "active_name": "smithi110.pyeest", 2024-09-17T08:52:49.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-17T08:52:49.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-09-17T08:52:50.376 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for the mgr to restart... 2024-09-17T08:52:50.376 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr epoch 5... 2024-09-17T08:52:50.376 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-09-17T08:52:50.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:49.803829+0000 mon.smithi110 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.110:0/2036389591' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T08:52:54.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-09-17T08:52:54.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-09-17T08:52:54.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "initialized": true 2024-09-17T08:52:54.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-09-17T08:52:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:53.495117+0000 mon.smithi110 (mon.0) 29 : cluster [INF] Active manager daemon smithi110.pyeest restarted 2024-09-17T08:52:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:53.495482+0000 mon.smithi110 (mon.0) 30 : cluster [INF] Activating manager daemon smithi110.pyeest 2024-09-17T08:52:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:53.497154+0000 mon.smithi110 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-17T08:52:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:53.611547+0000 mon.smithi110 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi110.pyeest(active, starting, since 0.116135s) 2024-09-17T08:52:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.612441+0000 mon.smithi110 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T08:52:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.612996+0000 mon.smithi110 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T08:52:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.613598+0000 mon.smithi110 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:52:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.613757+0000 mon.smithi110 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.613890+0000 mon.smithi110 (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:53.615813+0000 mon.smithi110 (mon.0) 38 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.628595+0000 mon.smithi110 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.631149+0000 mon.smithi110 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.633466+0000 mon.smithi110 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.722115+0000 mon.smithi110 (mon.0) 42 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.722747+0000 mon.smithi110 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.724088+0000 mon.smithi110 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.728127+0000 mon.smithi110 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.734878+0000 mon.smithi110 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:52:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:53.735975+0000 mon.smithi110 (mon.0) 47 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:52:55.158 INFO:teuthology.orchestra.run.smithi110.stderr:mgr epoch 5 is available 2024-09-17T08:52:55.158 INFO:teuthology.orchestra.run.smithi110.stderr:Setting orchestrator backend to cephadm... 2024-09-17T08:52:55.158 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-09-17T08:52:55.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:54.613858+0000 mgr.smithi110.pyeest (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T08:52:55.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:54.614618+0000 mon.smithi110 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi110.pyeest(active, since 1.1192s) 2024-09-17T08:52:55.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:54.620425+0000 mgr.smithi110.pyeest (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T08:52:56.297 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-09-17T08:52:56.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:52:55.615219+0000 mon.smithi110 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi110.pyeest(active, since 2s) 2024-09-17T08:52:56.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:55.717757+0000 mon.smithi110 (mon.0) 50 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:56.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:55.721240+0000 mon.smithi110 (mon.0) 51 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:56.837 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: value unchanged 2024-09-17T08:52:57.410 INFO:teuthology.orchestra.run.smithi110.stderr:Generating ssh key... 2024-09-17T08:52:57.410 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-09-17T08:52:57.779 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:55.714216+0000 mgr.smithi110.pyeest (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:59.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:56.836190+0000 mgr.smithi110.pyeest (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:59.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:58.613888+0000 mon.smithi110 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:59.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:58.615506+0000 mon.smithi110 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:52:59.119 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-09-17T08:52:59.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9jLN5IgGpCgyK8N8nQoeiVvy5nQe7iiQTVFb5XKBCcF8QLileDp/wa+h2EcqTirdWr351VJv48Q4g5jTgfpWBL65BLvFL9/crpcIgswKPEZsJA5CINv4NBV2k6rNgusHtigz98bTZnvezVpX/k+ZfWqi7y4wR7lQbKdazyUdDnX90BEdxIcvbxNlbu+pZVLB6UTNLezJgcjopvPHnp1XlhORCmr6DPnm/hOpEHw4XA7FTKMmmBLxv8a2XtEZB0zDvB4R6wlcStMAsy7IQ4Ow9j4dcaWGV7OFDZwTk1Iey/0Xvt5b7+9lKK/7nRzEZN4YYAOBuHk0WKjQAYu8ELtISwHOvth4lNXVuob1YATTln5g44QcGW3IUSaAaA5sGSgLuPXhSfF4cxIUw1I0Gpaz4U126Z72UPq7ocHiMgJHHr1npV8qxm0tOYIuX7d2ivzxtQ8YnxNuPJuR8KpxXyXf6kLN/fYVWty7xEfxBWsz1sq3+QQ0TI5uCROGj/DikHU= ceph-1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:53:00.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:52:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:52:57.957057+0000 mgr.smithi110.pyeest (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-09-17T08:53:00.241 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T08:53:00.241 INFO:teuthology.orchestra.run.smithi110.stderr:Adding key to root@localhost authorized_keys... 2024-09-17T08:53:00.248 INFO:teuthology.orchestra.run.smithi110.stderr:Adding host smithi110... 2024-09-17T08:53:00.248 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch host add smithi110 172.21.15.110 2024-09-17T08:53:00.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:52:59.716255+0000 mgr.smithi110.pyeest (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:01.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Added host 'smithi110' 2024-09-17T08:53:02.006 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying mon service with default placement... 2024-09-17T08:53:02.007 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply mon 2024-09-17T08:53:02.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled mon update... 2024-09-17T08:53:02.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:00.824142+0000 mgr.smithi110.pyeest (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "addr": "172.21.15.110", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:02.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:01.453159+0000 mon.smithi110 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:02.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:01.453427+0000 mgr.smithi110.pyeest (mgr.14114) 9 : cephadm [INF] Added host smithi110 2024-09-17T08:53:02.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:01.453634+0000 mon.smithi110 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:03.457 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying mgr service with default placement... 2024-09-17T08:53:03.457 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply mgr 2024-09-17T08:53:03.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:02.643304+0000 mgr.smithi110.pyeest (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:03.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:02.644066+0000 mgr.smithi110.pyeest (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-17T08:53:03.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:02.645976+0000 mon.smithi110 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:04.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-09-17T08:53:05.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:04.347971+0000 mgr.smithi110.pyeest (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:05.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:04.348484+0000 mgr.smithi110.pyeest (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-17T08:53:05.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:04.350449+0000 mon.smithi110 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:05.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:05.190708+0000 mon.smithi110 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:05.605 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying crash service with default placement... 2024-09-17T08:53:05.606 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply crash 2024-09-17T08:53:06.194 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled crash update... 2024-09-17T08:53:06.969 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling mgr prometheus module... 2024-09-17T08:53:06.969 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-09-17T08:53:07.380 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:06.124273+0000 mon.smithi110 (mon.0) 59 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:07.380 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:06.190214+0000 mgr.smithi110.pyeest (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:07.380 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:06.190841+0000 mgr.smithi110.pyeest (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-09-17T08:53:07.380 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:06.192960+0000 mon.smithi110 (mon.0) 60 : audit [INF] from='mgr.14114 172.21.15.110:0/393579910' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:08.485 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:07.610449+0000 mon.smithi110 (mon.0) 61 : audit [INF] from='client.? 172.21.15.110:0/37555958' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T08:53:08.755 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying prometheus service with default placement... 2024-09-17T08:53:08.755 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-09-17T08:53:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:08.128278+0000 mon.smithi110 (mon.0) 62 : audit [INF] from='client.? 172.21.15.110:0/37555958' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T08:53:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:08.128327+0000 mon.smithi110 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi110.pyeest(active, since 14s) 2024-09-17T08:53:14.374 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:13.093254+0000 mon.smithi110 (mon.0) 64 : cluster [INF] Active manager daemon smithi110.pyeest restarted 2024-09-17T08:53:14.374 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:13.093636+0000 mon.smithi110 (mon.0) 65 : cluster [INF] Activating manager daemon smithi110.pyeest 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:13.095171+0000 mon.smithi110 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:13.615825+0000 mon.smithi110 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi110.pyeest(active, starting, since 0.522273s) 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.616648+0000 mon.smithi110 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.617340+0000 mon.smithi110 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.618036+0000 mon.smithi110 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.618175+0000 mon.smithi110 (mon.0) 71 : audit [DBG] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.618308+0000 mon.smithi110 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:13.620205+0000 mon.smithi110 (mon.0) 73 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.719771+0000 mon.smithi110 (mon.0) 74 : audit [DBG] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.721002+0000 mon.smithi110 (mon.0) 75 : audit [DBG] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.735187+0000 mon.smithi110 (mon.0) 76 : audit [INF] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:53:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:13.738001+0000 mon.smithi110 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:53:14.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-09-17T08:53:15.348 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying grafana service with default placement... 2024-09-17T08:53:15.348 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply grafana 2024-09-17T08:53:15.958 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:14.617418+0000 mon.smithi110 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi110.pyeest(active, since 1.52387s) 2024-09-17T08:53:15.958 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:14.618357+0000 mgr.smithi110.pyeest (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-17T08:53:15.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:14.620056+0000 mon.smithi110 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:15.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:14.978521+0000 mon.smithi110 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:16.151 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-09-17T08:53:17.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:15.979852+0000 mon.smithi110 (mon.0) 81 : cluster [DBG] mgrmap e12: smithi110.pyeest(active, since 2s) 2024-09-17T08:53:17.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:16.148498+0000 mgr.smithi110.pyeest (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:17.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:16.149048+0000 mgr.smithi110.pyeest (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-17T08:53:17.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:16.151098+0000 mon.smithi110 (mon.0) 82 : audit [INF] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:17.361 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying node-exporter service with default placement... 2024-09-17T08:53:17.361 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-09-17T08:53:18.045 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-09-17T08:53:18.718 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying alertmanager service with default placement... 2024-09-17T08:53:18.718 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-09-17T08:53:19.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:18.040782+0000 mgr.smithi110.pyeest (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:19.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:18.041393+0000 mgr.smithi110.pyeest (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-17T08:53:19.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:18.043440+0000 mon.smithi110 (mon.0) 83 : audit [INF] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:19.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-09-17T08:53:20.033 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-09-17T08:53:20.623 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:19.344379+0000 mgr.smithi110.pyeest (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:20.623 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:19.344935+0000 mgr.smithi110.pyeest (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-17T08:53:20.623 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:19.346975+0000 mon.smithi110 (mon.0) 84 : audit [INF] from='mgr.14142 172.21.15.110:0/3284650127' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:21.197 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-17T08:53:21.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:20.610955+0000 mon.smithi110 (mon.0) 85 : audit [INF] from='client.? 172.21.15.110:0/615219559' entity='client.admin' 2024-09-17T08:53:22.503 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling the dashboard module... 2024-09-17T08:53:22.504 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-09-17T08:53:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:21.821481+0000 mon.smithi110 (mon.0) 86 : audit [INF] from='client.? 172.21.15.110:0/2291018041' entity='client.admin' 2024-09-17T08:53:24.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:23.164635+0000 mon.smithi110 (mon.0) 87 : audit [INF] from='client.? 172.21.15.110:0/877729100' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T08:53:24.461 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr stat 2024-09-17T08:53:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:23.825584+0000 mon.smithi110 (mon.0) 88 : audit [INF] from='client.? 172.21.15.110:0/877729100' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T08:53:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:23.825645+0000 mon.smithi110 (mon.0) 89 : cluster [DBG] mgrmap e13: smithi110.pyeest(active, since 10s) 2024-09-17T08:53:25.190 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-09-17T08:53:25.190 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 13, 2024-09-17T08:53:25.191 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2024-09-17T08:53:25.191 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "active_name": "smithi110.pyeest", 2024-09-17T08:53:25.191 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-17T08:53:25.191 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-09-17T08:53:25.869 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for the mgr to restart... 2024-09-17T08:53:25.869 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr epoch 13... 2024-09-17T08:53:25.869 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-09-17T08:53:26.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:25.189422+0000 mon.smithi110 (mon.0) 90 : audit [DBG] from='client.? 172.21.15.110:0/3814685131' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T08:53:29.971 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-09-17T08:53:29.972 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-09-17T08:53:29.972 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "initialized": true 2024-09-17T08:53:29.972 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-09-17T08:53:30.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:28.910580+0000 mon.smithi110 (mon.0) 91 : cluster [INF] Active manager daemon smithi110.pyeest restarted 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:28.910970+0000 mon.smithi110 (mon.0) 92 : cluster [INF] Activating manager daemon smithi110.pyeest 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:28.912447+0000 mon.smithi110 (mon.0) 93 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:28.963125+0000 mon.smithi110 (mon.0) 94 : cluster [DBG] mgrmap e14: smithi110.pyeest(active, starting, since 0.0522421s) 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:28.964117+0000 mon.smithi110 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:28.964726+0000 mon.smithi110 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:28.965446+0000 mon.smithi110 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:28.965581+0000 mon.smithi110 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:28.965706+0000 mon.smithi110 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:28.967627+0000 mon.smithi110 (mon.0) 100 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:29.066300+0000 mon.smithi110 (mon.0) 101 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:29.068329+0000 mon.smithi110 (mon.0) 102 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:29.090708+0000 mon.smithi110 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:53:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:29.093141+0000 mon.smithi110 (mon.0) 104 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:53:30.811 INFO:teuthology.orchestra.run.smithi110.stderr:mgr epoch 13 is available 2024-09-17T08:53:30.811 INFO:teuthology.orchestra.run.smithi110.stderr:Generating a dashboard self-signed certificate... 2024-09-17T08:53:30.811 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-09-17T08:53:31.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:29.964578+0000 mgr.smithi110.pyeest (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T08:53:31.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:29.965244+0000 mon.smithi110 (mon.0) 105 : cluster [DBG] mgrmap e15: smithi110.pyeest(active, since 1.05436s) 2024-09-17T08:53:31.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:29.970719+0000 mgr.smithi110.pyeest (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T08:53:31.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:30.434988+0000 mon.smithi110 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:31.958 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Self-signed certificate created 2024-09-17T08:53:32.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:31.436600+0000 mon.smithi110 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi110.pyeest(active, since 2s) 2024-09-17T08:53:32.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:31.714591+0000 mgr.smithi110.pyeest (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:32.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:31.749924+0000 mon.smithi110 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:32.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:31.751636+0000 mon.smithi110 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:32.514 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial admin user... 2024-09-17T08:53:32.514 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpv232i8xm:/tmp/dashboard.pw:z quay.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-09-17T08:53:33.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Rae9v0naXrrPIVMZYVCG2.NhnBmidpy8EkL8RMt3j3pxjs.IjK1IG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726563213, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T08:53:34.024 INFO:teuthology.orchestra.run.smithi110.stderr:Fetching dashboard port number... 2024-09-17T08:53:34.024 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2114ubw1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv65mbg1b:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-09-17T08:53:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:33.190782+0000 mgr.smithi110.pyeest (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:33.410992+0000 mon.smithi110 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:34.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 8443 2024-09-17T08:53:35.341 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-17T08:53:35.350 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2024-09-17T08:53:35.350 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active firewalld.service 2024-09-17T08:53:35.357 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-09-17T08:53:35.358 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-09-17T08:53:35.358 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T08:53:35.361 INFO:teuthology.orchestra.run.smithi110.stderr:Ceph Dashboard is now available at: 2024-09-17T08:53:35.361 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:53:35.361 INFO:teuthology.orchestra.run.smithi110.stderr: URL: https://smithi110.front.sepia.ceph.com:8443/ 2024-09-17T08:53:35.361 INFO:teuthology.orchestra.run.smithi110.stderr: User: admin 2024-09-17T08:53:35.361 INFO:teuthology.orchestra.run.smithi110.stderr: Password: kygykwm2zu 2024-09-17T08:53:35.361 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:53:35.361 INFO:teuthology.orchestra.run.smithi110.stderr:You can access the Ceph CLI with: 2024-09-17T08:53:35.361 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr: ceph telemetry on 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr:For more information see: 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr:Bootstrap complete. 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr:Releasing lock 139748157975712 on /run/cephadm/1a0d3656-74d2-11ef-bceb-c7b262605968.lock 2024-09-17T08:53:35.362 INFO:teuthology.orchestra.run.smithi110.stderr:Lock 139748157975712 released on /run/cephadm/1a0d3656-74d2-11ef-bceb-c7b262605968.lock 2024-09-17T08:53:35.396 INFO:tasks.cephadm:Fetching config... 2024-09-17T08:53:35.397 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:53:35.397 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T08:53:35.413 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T08:53:35.414 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:53:35.414 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T08:53:35.469 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T08:53:35.469 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:53:35.469 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/keyring of=/dev/stdout 2024-09-17T08:53:35.534 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T08:53:35.534 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:53:35.534 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T08:53:35.590 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T08:53:35.590 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9jLN5IgGpCgyK8N8nQoeiVvy5nQe7iiQTVFb5XKBCcF8QLileDp/wa+h2EcqTirdWr351VJv48Q4g5jTgfpWBL65BLvFL9/crpcIgswKPEZsJA5CINv4NBV2k6rNgusHtigz98bTZnvezVpX/k+ZfWqi7y4wR7lQbKdazyUdDnX90BEdxIcvbxNlbu+pZVLB6UTNLezJgcjopvPHnp1XlhORCmr6DPnm/hOpEHw4XA7FTKMmmBLxv8a2XtEZB0zDvB4R6wlcStMAsy7IQ4Ow9j4dcaWGV7OFDZwTk1Iey/0Xvt5b7+9lKK/7nRzEZN4YYAOBuHk0WKjQAYu8ELtISwHOvth4lNXVuob1YATTln5g44QcGW3IUSaAaA5sGSgLuPXhSfF4cxIUw1I0Gpaz4U126Z72UPq7ocHiMgJHHr1npV8qxm0tOYIuX7d2ivzxtQ8YnxNuPJuR8KpxXyXf6kLN/fYVWty7xEfxBWsz1sq3+QQ0TI5uCROGj/DikHU= ceph-1a0d3656-74d2-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T08:53:35.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:34.660912+0000 mon.smithi110 (mon.0) 111 : audit [DBG] from='client.? 172.21.15.110:0/3898350364' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T08:53:35.670 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9jLN5IgGpCgyK8N8nQoeiVvy5nQe7iiQTVFb5XKBCcF8QLileDp/wa+h2EcqTirdWr351VJv48Q4g5jTgfpWBL65BLvFL9/crpcIgswKPEZsJA5CINv4NBV2k6rNgusHtigz98bTZnvezVpX/k+ZfWqi7y4wR7lQbKdazyUdDnX90BEdxIcvbxNlbu+pZVLB6UTNLezJgcjopvPHnp1XlhORCmr6DPnm/hOpEHw4XA7FTKMmmBLxv8a2XtEZB0zDvB4R6wlcStMAsy7IQ4Ow9j4dcaWGV7OFDZwTk1Iey/0Xvt5b7+9lKK/7nRzEZN4YYAOBuHk0WKjQAYu8ELtISwHOvth4lNXVuob1YATTln5g44QcGW3IUSaAaA5sGSgLuPXhSfF4cxIUw1I0Gpaz4U126Z72UPq7ocHiMgJHHr1npV8qxm0tOYIuX7d2ivzxtQ8YnxNuPJuR8KpxXyXf6kLN/fYVWty7xEfxBWsz1sq3+QQ0TI5uCROGj/DikHU= ceph-1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:53:35.682 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9jLN5IgGpCgyK8N8nQoeiVvy5nQe7iiQTVFb5XKBCcF8QLileDp/wa+h2EcqTirdWr351VJv48Q4g5jTgfpWBL65BLvFL9/crpcIgswKPEZsJA5CINv4NBV2k6rNgusHtigz98bTZnvezVpX/k+ZfWqi7y4wR7lQbKdazyUdDnX90BEdxIcvbxNlbu+pZVLB6UTNLezJgcjopvPHnp1XlhORCmr6DPnm/hOpEHw4XA7FTKMmmBLxv8a2XtEZB0zDvB4R6wlcStMAsy7IQ4Ow9j4dcaWGV7OFDZwTk1Iey/0Xvt5b7+9lKK/7nRzEZN4YYAOBuHk0WKjQAYu8ELtISwHOvth4lNXVuob1YATTln5g44QcGW3IUSaAaA5sGSgLuPXhSfF4cxIUw1I0Gpaz4U126Z72UPq7ocHiMgJHHr1npV8qxm0tOYIuX7d2ivzxtQ8YnxNuPJuR8KpxXyXf6kLN/fYVWty7xEfxBWsz1sq3+QQ0TI5uCROGj/DikHU= ceph-1a0d3656-74d2-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T08:53:35.733 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9jLN5IgGpCgyK8N8nQoeiVvy5nQe7iiQTVFb5XKBCcF8QLileDp/wa+h2EcqTirdWr351VJv48Q4g5jTgfpWBL65BLvFL9/crpcIgswKPEZsJA5CINv4NBV2k6rNgusHtigz98bTZnvezVpX/k+ZfWqi7y4wR7lQbKdazyUdDnX90BEdxIcvbxNlbu+pZVLB6UTNLezJgcjopvPHnp1XlhORCmr6DPnm/hOpEHw4XA7FTKMmmBLxv8a2XtEZB0zDvB4R6wlcStMAsy7IQ4Ow9j4dcaWGV7OFDZwTk1Iey/0Xvt5b7+9lKK/7nRzEZN4YYAOBuHk0WKjQAYu8ELtISwHOvth4lNXVuob1YATTln5g44QcGW3IUSaAaA5sGSgLuPXhSfF4cxIUw1I0Gpaz4U126Z72UPq7ocHiMgJHHr1npV8qxm0tOYIuX7d2ivzxtQ8YnxNuPJuR8KpxXyXf6kLN/fYVWty7xEfxBWsz1sq3+QQ0TI5uCROGj/DikHU= ceph-1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:53:35.746 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T08:53:36.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:35.415058+0000 mon.smithi110 (mon.0) 112 : cluster [DBG] mgrmap e17: smithi110.pyeest(active, since 6s) 2024-09-17T08:53:39.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:37.974329+0000 mon.smithi110 (mon.0) 113 : audit [INF] from='client.? 172.21.15.110:0/1465086058' entity='client.admin' 2024-09-17T08:53:39.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:38.602107+0000 mon.smithi110 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:39.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:38.889501+0000 mon.smithi110 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:39.586 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi138 2024-09-17T08:53:39.587 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-09-17T08:53:39.587 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.conf 2024-09-17T08:53:39.606 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-09-17T08:53:39.606 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:53:39.664 INFO:tasks.cephadm:Adding host smithi138 to orchestrator... 2024-09-17T08:53:39.664 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch host add smithi138 2024-09-17T08:53:40.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:38.895533+0000 mgr.smithi110.pyeest (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi110 on smithi110 2024-09-17T08:53:42.643 INFO:teuthology.orchestra.run.smithi110.stdout:Added host 'smithi138' 2024-09-17T08:53:43.396 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T08:53:43.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:41.976458+0000 mgr.smithi110.pyeest (mgr.14162) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:43.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:42.641820+0000 mon.smithi110 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:43.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:42.642127+0000 mgr.smithi110.pyeest (mgr.14162) 7 : cephadm [INF] Added host smithi138 2024-09-17T08:53:45.298 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:53:45.298 INFO:teuthology.orchestra.run.smithi110.stdout:[{"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}, {"addr": "smithi138", "hostname": "smithi138", "labels": [], "status": ""}] 2024-09-17T08:53:45.897 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T08:53:45.898 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T08:53:46.191 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:45.297331+0000 mgr.smithi110.pyeest (mgr.14162) 8 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:53:48.626 INFO:teuthology.orchestra.run.smithi110.stderr:adjusted tunables profile to default 2024-09-17T08:53:49.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:47.978600+0000 mon.smithi110 (mon.0) 117 : audit [INF] from='client.? 172.21.15.110:0/4113377197' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T08:53:49.940 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:48.623453+0000 mon.smithi110 (mon.0) 118 : audit [INF] from='client.? 172.21.15.110:0/4113377197' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T08:53:49.940 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:48.623493+0000 mon.smithi110 (mon.0) 119 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:53:49.959 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2024-09-17T08:53:49.959 INFO:tasks.cephadm:Adding mon.smithi138 on smithi138 2024-09-17T08:53:49.960 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch apply mon '2;smithi110:172.21.15.110=smithi110;smithi138:172.21.15.138=smithi138' 2024-09-17T08:53:50.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:48.966505+0000 mgr.smithi110.pyeest (mgr.14162) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:53:51.812 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled mon update... 2024-09-17T08:53:52.310 DEBUG:teuthology.orchestra.run.smithi138:mon.smithi138> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi138.service 2024-09-17T08:53:52.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:53:52.313 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:53:53.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:50.966772+0000 mgr.smithi110.pyeest (mgr.14162) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:53:53.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:51.807882+0000 mgr.smithi110.pyeest (mgr.14162) 11 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi110:172.21.15.110=smithi110;smithi138:172.21.15.138=smithi138", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:53.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:51.809316+0000 mgr.smithi110.pyeest (mgr.14162) 12 : cephadm [INF] Saving service mon spec with placement smithi110:172.21.15.110=smithi110;smithi138:172.21.15.138=smithi138;count:2 2024-09-17T08:53:53.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:51.812096+0000 mon.smithi110 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:54.047 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:53:54.047 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:53:54.049 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:53:55.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:52.967014+0000 mgr.smithi110.pyeest (mgr.14162) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:53:55.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:54.046470+0000 mon.smithi110 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.138:0/3916218984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:53:55.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:54.365703+0000 mon.smithi110 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:55.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:54.366695+0000 mon.smithi110 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:53:55.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:54.368114+0000 mon.smithi110 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:53:55.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:54.368660+0000 mon.smithi110 (mon.0) 125 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:53:55.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:53:55.584 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:53:56.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:54.369118+0000 mgr.smithi110.pyeest (mgr.14162) 14 : cephadm [INF] Deploying daemon crash.smithi110 on smithi110 2024-09-17T08:53:57.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:54.967198+0000 mgr.smithi110.pyeest (mgr.14162) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:53:57.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:56.541947+0000 mon.smithi110 (mon.0) 126 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:57.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:56.677205+0000 mon.smithi110 (mon.0) 127 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:57.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:56.678824+0000 mon.smithi110 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:57.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:56.679187+0000 mon.smithi110 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:53:57.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:56.681688+0000 mon.smithi110 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:53:57.309 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:53:57.310 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:53:57.311 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:53:58.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:56.679601+0000 mgr.smithi110.pyeest (mgr.14162) 16 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:53:58.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:53:56.685255+0000 mgr.smithi110.pyeest (mgr.14162) 17 : cephadm [INF] Deploying daemon grafana.smithi110 on smithi110 2024-09-17T08:53:58.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:53:57.309154+0000 mon.smithi110 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.138:0/329282372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:53:58.898 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:53:58.898 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:53:59.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:53:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:56.967438+0000 mgr.smithi110.pyeest (mgr.14162) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:00.706 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:00.706 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:00.708 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:53:58.967669+0000 mgr.smithi110.pyeest (mgr.14162) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:00.705815+0000 mon.smithi110 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.138:0/2866245062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:02.303 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:02.304 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:03.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:00.967984+0000 mgr.smithi110.pyeest (mgr.14162) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:04.177 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:04.178 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:04.179 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:05.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:02.968183+0000 mgr.smithi110.pyeest (mgr.14162) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:05.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:04.177236+0000 mon.smithi110 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.138:0/315397327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:05.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:05.767 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:07.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:04.968379+0000 mgr.smithi110.pyeest (mgr.14162) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:07.577 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:07.577 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:07.579 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:08.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:07.576828+0000 mon.smithi110 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.138:0/2921506046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:09.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:09.107 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:09.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:06.968581+0000 mgr.smithi110.pyeest (mgr.14162) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:10.776 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:10.776 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:10.777 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:11.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:08.968783+0000 mgr.smithi110.pyeest (mgr.14162) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:11.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:10.775034+0000 mon.smithi110 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.138:0/975071077' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:12.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:12.447 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:13.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:10.969025+0000 mgr.smithi110.pyeest (mgr.14162) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:13.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:12.520132+0000 mon.smithi110 (mon.0) 136 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:14.193 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:14.240 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:14.240 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:14.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:54:12.521383+0000 mgr.smithi110.pyeest (mgr.14162) 26 : cephadm [INF] Deploying daemon node-exporter.smithi110 on smithi110 2024-09-17T08:54:15.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:12.969240+0000 mgr.smithi110.pyeest (mgr.14162) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:15.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:14.192585+0000 mon.smithi110 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.138:0/1206711335' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:15.797 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:15.798 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:17.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:14.969519+0000 mgr.smithi110.pyeest (mgr.14162) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:17.413 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:17.413 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:17.415 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:18.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:17.412739+0000 mon.smithi110 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.138:0/2278877907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:18.957 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:18.957 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:19.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:16.969871+0000 mgr.smithi110.pyeest (mgr.14162) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:20.595 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:20.595 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:20.597 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:21.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:18.970172+0000 mgr.smithi110.pyeest (mgr.14162) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:21.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:20.594843+0000 mon.smithi110 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.138:0/1123156683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:22.122 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:22.123 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:23.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:20.970484+0000 mgr.smithi110.pyeest (mgr.14162) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:23.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:21.833386+0000 mon.smithi110 (mon.0) 140 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:23.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:54:21.839176+0000 mgr.smithi110.pyeest (mgr.14162) 32 : cephadm [INF] Deploying daemon prometheus.smithi110 on smithi110 2024-09-17T08:54:23.909 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:23.910 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:23.911 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:22.970842+0000 mgr.smithi110.pyeest (mgr.14162) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:23.908956+0000 mon.smithi110 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.138:0/3817756591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:25.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:25.512 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:27.260 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:27.260 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:27.260 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:27.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:24.971079+0000 mgr.smithi110.pyeest (mgr.14162) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:28.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:27.256933+0000 mon.smithi110 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.138:0/3370755284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:28.825 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:28.825 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:29.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:26.971390+0000 mgr.smithi110.pyeest (mgr.14162) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:30.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:29.092499+0000 mon.smithi110 (mon.0) 143 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:54:30.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:29.094247+0000 mon.smithi110 (mon.0) 144 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:54:30.660 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:30.660 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:30.662 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:31.208 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:28.971633+0000 mgr.smithi110.pyeest (mgr.14162) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:31.208 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:30.659730+0000 mon.smithi110 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.138:0/4058417200' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:32.156 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:32.157 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:33.289 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:30.971905+0000 mgr.smithi110.pyeest (mgr.14162) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:34.019 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:34.019 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:34.021 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:35.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:32.972182+0000 mgr.smithi110.pyeest (mgr.14162) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:35.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:34.019048+0000 mon.smithi110 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.138:0/2205270887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:34.311900+0000 mon.smithi110 (mon.0) 147 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:34.312499+0000 mon.smithi110 (mon.0) 148 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:54:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:34.633879+0000 mon.smithi110 (mon.0) 149 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:34.825375+0000 mon.smithi110 (mon.0) 150 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:35.551 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:35.552 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:37.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:34.972458+0000 mgr.smithi110.pyeest (mgr.14162) 39 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:38.018 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:38.018 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:39.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:36.972815+0000 mgr.smithi110.pyeest (mgr.14162) 40 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:39.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:38.017653+0000 mon.smithi110 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.138:0/3054935941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:39.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:39.909 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:40.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:38.961208+0000 mon.smithi110 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:38.973078+0000 mgr.smithi110.pyeest (mgr.14162) 41 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:39.538220+0000 mon.smithi110 (mon.0) 153 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:41.707 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:41.708 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:41.709 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:42.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:40.973380+0000 mgr.smithi110.pyeest (mgr.14162) 42 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:42.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:41.707016+0000 mon.smithi110 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.138:0/3734405712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:43.237 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:43.237 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:44.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:42.943375+0000 mon.smithi110 (mon.0) 155 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:42.973622+0000 mgr.smithi110.pyeest (mgr.14162) 43 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:43.152476+0000 mon.smithi110 (mon.0) 156 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:43.153454+0000 mon.smithi110 (mon.0) 157 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:54:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:43.154962+0000 mon.smithi110 (mon.0) 158 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:54:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:43.155520+0000 mon.smithi110 (mon.0) 159 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:54:43.156068+0000 mgr.smithi110.pyeest (mgr.14162) 44 : cephadm [INF] Deploying daemon crash.smithi138 on smithi138 2024-09-17T08:54:46.307 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:46.307 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:46.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:44.973864+0000 mgr.smithi110.pyeest (mgr.14162) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:46.323 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:47.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:46.305031+0000 mon.smithi110 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.138:0/3352005889' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:47.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:46.526918+0000 mon.smithi110 (mon.0) 161 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:47.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:46.528282+0000 mon.smithi110 (mon.0) 162 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:54:47.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:46.530251+0000 mon.smithi110 (mon.0) 163 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T08:54:47.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:46.531007+0000 mon.smithi110 (mon.0) 164 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:54:47.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:46.531846+0000 mon.smithi110 (mon.0) 165 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:47.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:54:46.532585+0000 mgr.smithi110.pyeest (mgr.14162) 46 : cephadm [INF] Deploying daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T08:54:48.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:48.020 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:49.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:46.974167+0000 mgr.smithi110.pyeest (mgr.14162) 47 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:50.136 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:50.137 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:50.138 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:48.974473+0000 mgr.smithi110.pyeest (mgr.14162) 48 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:50.135524+0000 mon.smithi110 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.138:0/3996429856' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:51.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:50.148927+0000 mon.smithi110 (mon.0) 167 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:54:51.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:50.150255+0000 mon.smithi110 (mon.0) 168 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:54:51.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:50.151028+0000 mon.smithi110 (mon.0) 169 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:51.722 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:51.722 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:54:52.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:54:50.151815+0000 mgr.smithi110.pyeest (mgr.14162) 49 : cephadm [INF] Deploying daemon mon.smithi138 on smithi138 2024-09-17T08:54:53.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:50.974847+0000 mgr.smithi110.pyeest (mgr.14162) 50 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:53 smithi138 systemd[1]: Starting Ceph mon.smithi138 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T08:54:54.239 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 podman[26090]: 2024-09-17 08:54:54.117328362 +0000 UTC m=+0.547537969 image pull 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949 2024-09-17T08:54:54.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 podman[26090]: 2024-09-17 08:54:54.438501927 +0000 UTC m=+0.868711532 container create 04e39179d62a89c78c6b1fa6eb3cca422ce8cbd815ceb76b97bc984b95db8a40 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD) 2024-09-17T08:54:54.580 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:54:54.580 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:52:20.178533Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:54:54.581 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2024-09-17T08:54:54.888 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:52.975160+0000 mgr.smithi110.pyeest (mgr.14162) 51 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:54.888 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:54.579032+0000 mon.smithi110 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.138:0/516929654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:54.900 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 podman[26090]: 2024-09-17 08:54:54.646645842 +0000 UTC m=+1.076855448 container init 04e39179d62a89c78c6b1fa6eb3cca422ce8cbd815ceb76b97bc984b95db8a40 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True) 2024-09-17T08:54:54.900 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 podman[26090]: 2024-09-17 08:54:54.650362721 +0000 UTC m=+1.080572335 container start 04e39179d62a89c78c6b1fa6eb3cca422ce8cbd815ceb76b97bc984b95db8a40 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138, ceph=True, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.build-date=20201204, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS) 2024-09-17T08:54:54.900 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.669+0000 7fd426eba700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.669+0000 7fd426eba700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 2 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.669+0000 7fd426eba700 0 pidfile_write: ignore empty --pid-file 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.673+0000 7fd426eba700 0 load: jerasure load: lrc load: isa 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: RocksDB version: 6.8.1 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Compile date May 13 2021 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: DB SUMMARY 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: CURRENT file: CURRENT 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:54:54.902 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.902 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-17T08:54:54.902 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.902 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi138/store.db dir, Total Num: 0, files: 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi138/store.db: 000003.log size: 511 ; 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.error_if_exists: 0 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.create_if_missing: 0 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.env: 0x55775ffa11c0 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.fs: Posix File System 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.info_log: 0x557761e09960 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.statistics: (nil) 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.use_fsync: 0 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T08:54:54.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.db_log_dir: 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi138/store.db 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:54:54.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.write_buffer_manager: 0x557761e0ffb0 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:54:54.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.unordered_write: 0 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.row_cache: None 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.wal_filter: None 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:54:54.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.preserve_deletes: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.two_write_queues: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.atomic_flush: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:54:54.907 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_open_files: -1 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Compression algorithms supported: 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:54:54.908 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: kZSTD supported: 0 2024-09-17T08:54:54.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: kXpressCompression supported: 0 2024-09-17T08:54:54.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:54:54.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T08:54:54.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T08:54:54.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: kZlibCompression supported: 1 2024-09-17T08:54:54.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T08:54:54.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:54:54.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000001 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.merge_operator: 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_filter: None 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557761d21cb0) 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cache_index_and_filter_blocks: 1 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:54:54.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: pin_top_level_index_and_filter: 1 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: index_type: 0 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: data_block_index_type: 0 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: index_shortening: 1 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: hash_index_allow_collision: 1 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: checksum: 1 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: no_block_cache: 0 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: block_cache: 0x557761d56f10 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: block_cache_name: BinnedLRUCache 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: block_cache_options: 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: capacity : 536870912 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: num_shard_bits : 4 2024-09-17T08:54:54.912 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: strict_capacity_limit : 0 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: high_pri_pool_ratio: 0.000 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: block_cache_compressed: (nil) 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: persistent_cache: (nil) 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: block_size: 4096 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: block_size_deviation: 10 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: block_restart_interval: 16 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: index_block_restart_interval: 1 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: metadata_block_size: 4096 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: partition_filters: 0 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: use_delta_encoding: 1 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: whole_key_filtering: 1 2024-09-17T08:54:54.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: verify_compression: 0 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: read_amp_bytes_per_bit: 0 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: format_version: 2 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: enable_index_compression: 1 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: block_align: 0 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compression: NoCompression 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.num_levels: 7 2024-09-17T08:54:54.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:54:54.915 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:54:54.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:54:54.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.table_properties_collectors: 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.bloom_locality: 0 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:54:54.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.ttl: 2592000 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.674+0000 7fd426eba700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.675+0000 7fd426eba700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi138/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-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.675+0000 7fd426eba700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.675+0000 7fd426eba700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726563294676155, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.675+0000 7fd426eba700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.675+0000 7fd426eba700 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-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.676+0000 7fd426eba700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726563294676667, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "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": 1726563294, "oldest_key_time": 3, "file_creation_time": 0}} 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.676+0000 7fd426eba700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-09-17T08:54:54.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.676+0000 7fd426eba700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726563294677038, "job": 1, "event": "recovery_finished"} 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.677+0000 7fd426eba700 4 rocksdb: DB pointer 0x557761e1b800 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.677+0000 7fd40dcd2700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.677+0000 7fd40dcd2700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ** DB Stats ** 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ** Compaction Stats [default] ** 2024-09-17T08:54:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ** Compaction Stats [default] ** 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:54:54.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ** Compaction Stats [default] ** 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ** Compaction Stats [default] ** 2024-09-17T08:54:54.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.677+0000 7fd426eba700 0 mon.smithi138 does not exist in monmap, will attempt to join an existing cluster 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.677+0000 7fd426eba700 0 using public_addr v2:172.21.15.138:0/0 -> [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.678+0000 7fd426eba700 0 starting mon.smithi138 rank -1 at public addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] at bind addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi138 fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.679+0000 7fd426eba700 1 mon.smithi138@-1(???) e0 preinit fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 0 mon.smithi138@-1(synchronizing).mds e1 new map 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 0 mon.smithi138@-1(synchronizing).mds e1 print_map 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: e1 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: legacy client fscid: -1 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: No filesystems configured 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 1 mon.smithi138@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T08:54:54.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 1 mon.smithi138@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 1 mon.smithi138@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 1 mon.smithi138@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 1 mon.smithi138@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 1 mon.smithi138@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.704+0000 7fd4104d7700 1 mon.smithi138@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.705+0000 7fd4104d7700 0 mon.smithi138@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.705+0000 7fd4104d7700 0 mon.smithi138@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.705+0000 7fd4104d7700 0 mon.smithi138@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.705+0000 7fd4104d7700 0 mon.smithi138@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:52.975160+0000 mgr.smithi110.pyeest (mgr.14162) 51 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:54.579032+0000 mon.smithi110 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.138:0/516929654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.705+0000 7fd4104d7700 1 mon.smithi138@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta expand map: {default=false} 2024-09-17T08:54:54.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta from 'false' to 'false' 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta expanded map: {default=false} 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta expand map: {default=info} 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta from 'info' to 'info' 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta expanded map: {default=info} 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta expand map: {default=daemon} 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta expand map: {default=debug} 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 20 expand_channel_meta expanded map: {default=debug} 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T08:54:54.706+0000 7fd4104d7700 10 mon.smithi138@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-09-17T08:54:54.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 bash[26090]: 04e39179d62a89c78c6b1fa6eb3cca422ce8cbd815ceb76b97bc984b95db8a40 2024-09-17T08:54:54.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:54 smithi138 systemd[1]: Started Ceph mon.smithi138 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T08:54:56.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:54:56.308 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:55:00.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:54.711703+0000 mon.smithi110 (mon.0) 172 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T08:55:00.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:54.711871+0000 mon.smithi110 (mon.0) 173 : cluster [INF] mon.smithi110 calling monitor election 2024-09-17T08:55:00.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:54.712881+0000 mon.smithi110 (mon.0) 174 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:54.975448+0000 mgr.smithi110.pyeest (mgr.14162) 52 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:00.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:55.201907+0000 mon.smithi110 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.138:0/341888019' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T08:55:00.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:55.708997+0000 mon.smithi110 (mon.0) 176 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:56.709375+0000 mon.smithi110 (mon.0) 177 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:56.710226+0000 mon.smithi138 (mon.1) 1 : cluster [INF] mon.smithi138 calling monitor election 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:56.975784+0000 mgr.smithi110.pyeest (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:57.709399+0000 mon.smithi110 (mon.0) 178 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:58.709346+0000 mon.smithi110 (mon.0) 179 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:59.709693+0000 mon.smithi110 (mon.0) 180 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:59.714877+0000 mon.smithi110 (mon.0) 181 : cluster [INF] mon.smithi110 is new leader, mons smithi110,smithi138 in quorum (ranks 0,1) 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:59.717752+0000 mon.smithi110 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:59.717798+0000 mon.smithi110 (mon.0) 183 : cluster [DBG] fsmap 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:59.717825+0000 mon.smithi110 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:59.718048+0000 mon.smithi110 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi110.pyeest(active, since 90s) 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:59.718907+0000 mon.smithi110 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:59.720134+0000 mon.smithi110 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.138:0/341888019' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:55:00.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:59.721506+0000 mon.smithi110 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-09-17T08:55:00.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:59.721858+0000 mon.smithi110 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.138:0/341888019' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T08:55:00.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:59.722226+0000 mon.smithi110 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.138:0/341888019' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:55:00.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:54:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:59.723721+0000 mon.smithi110 (mon.0) 191 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:54.711703+0000 mon.smithi110 (mon.0) 172 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T08:55:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:54.711871+0000 mon.smithi110 (mon.0) 173 : cluster [INF] mon.smithi110 calling monitor election 2024-09-17T08:55:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:54.712881+0000 mon.smithi110 (mon.0) 174 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:54.975448+0000 mgr.smithi110.pyeest (mgr.14162) 52 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:55.201907+0000 mon.smithi110 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.138:0/341888019' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T08:55:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:55.708997+0000 mon.smithi110 (mon.0) 176 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:56.709375+0000 mon.smithi110 (mon.0) 177 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:56.710226+0000 mon.smithi138 (mon.1) 1 : cluster [INF] mon.smithi138 calling monitor election 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:56.975784+0000 mgr.smithi110.pyeest (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:57.709399+0000 mon.smithi110 (mon.0) 178 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:58.709346+0000 mon.smithi110 (mon.0) 179 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:59.709693+0000 mon.smithi110 (mon.0) 180 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:59.714877+0000 mon.smithi110 (mon.0) 181 : cluster [INF] mon.smithi110 is new leader, mons smithi110,smithi138 in quorum (ranks 0,1) 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:59.717752+0000 mon.smithi110 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:59.717798+0000 mon.smithi110 (mon.0) 183 : cluster [DBG] fsmap 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:59.717825+0000 mon.smithi110 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:59.718048+0000 mon.smithi110 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi110.pyeest(active, since 90s) 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:59.718907+0000 mon.smithi110 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:59.720134+0000 mon.smithi110 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.138:0/341888019' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:59.721506+0000 mon.smithi110 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-09-17T08:55:00.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:59.721858+0000 mon.smithi110 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.138:0/341888019' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T08:55:00.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:59.722226+0000 mon.smithi110 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.138:0/341888019' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:55:00.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:54:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:59.723721+0000 mon.smithi110 (mon.0) 191 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:58.976146+0000 mgr.smithi110.pyeest (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:54:59.724633+0000 mgr.smithi110.pyeest (mgr.14162) 55 : cephadm [INF] Deploying daemon node-exporter.smithi138 on smithi138 2024-09-17T08:55:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:54:59.779482+0000 mon.smithi110 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi110.pyeest(active, since 90s), standbys: smithi138.yorhtj 2024-09-17T08:55:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:54:59.779616+0000 mon.smithi110 (mon.0) 193 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T08:55:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:00.710190+0000 mon.smithi110 (mon.0) 194 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:01.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:58.976146+0000 mgr.smithi110.pyeest (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:01.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:54:59.724633+0000 mgr.smithi110.pyeest (mgr.14162) 55 : cephadm [INF] Deploying daemon node-exporter.smithi138 on smithi138 2024-09-17T08:55:01.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:54:59.779482+0000 mon.smithi110 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi110.pyeest(active, since 90s), standbys: smithi138.yorhtj 2024-09-17T08:55:01.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:54:59.779616+0000 mon.smithi110 (mon.0) 193 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T08:55:01.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:00.710190+0000 mon.smithi110 (mon.0) 194 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T08:55:01.146 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-17T08:55:01.146 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":2,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","modified":"2024-09-17T08:54:54.709279Z","created":"2024-09-17T08:52:20.178533Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T08:55:01.147 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 2 2024-09-17T08:55:01.729 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T08:55:01.730 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T08:55:02.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:01.144626+0000 mon.smithi110 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.138:0/1833651467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:55:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:01.144626+0000 mon.smithi110 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.138:0/1833651467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:55:03.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:00.976397+0000 mgr.smithi110.pyeest (mgr.14162) 56 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:00.976397+0000 mgr.smithi110.pyeest (mgr.14162) 56 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:03.577 INFO:teuthology.orchestra.run.smithi110.stdout:# minimal ceph.conf for 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:55:03.577 INFO:teuthology.orchestra.run.smithi110.stdout:[global] 2024-09-17T08:55:03.577 INFO:teuthology.orchestra.run.smithi110.stdout: fsid = 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T08:55:03.578 INFO:teuthology.orchestra.run.smithi110.stdout: mon_host = [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] 2024-09-17T08:55:04.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:03.577116+0000 mon.smithi110 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.110:0/99769162' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:03.577116+0000 mon.smithi110 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.110:0/99769162' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:04.217 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T08:55:04.217 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:55:04.218 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T08:55:04.245 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:55:04.245 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:55:04.310 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-09-17T08:55:04.310 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T08:55:04.344 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-09-17T08:55:04.344 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:55:04.412 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T08:55:04.413 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:55:04.413 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:55:04.428 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-17T08:55:04.429 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-17 08:54:33.683627711 +0000 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-17 08:51:38.472529620 +0000 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-17 08:51:38.472529620 +0000 2024-09-17T08:55:04.484 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-17 08:51:38.472529620 +0000 2024-09-17T08:55:04.484 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T08:55:04.546 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-17T08:55:04.547 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-17T08:55:04.547 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.9057e-05 s, 5.7 MB/s 2024-09-17T08:55:04.548 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T08:55:04.604 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2024-09-17T08:55:04.660 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T08:55:04.661 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:55:04.661 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-09-17T08:55:04.661 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:55:04.661 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:55:04.661 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-17 08:54:33.684627693 +0000 2024-09-17T08:55:04.661 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-17 08:51:38.795524000 +0000 2024-09-17T08:55:04.661 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-17 08:51:38.795524000 +0000 2024-09-17T08:55:04.661 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-17 08:51:38.795524000 +0000 2024-09-17T08:55:04.661 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T08:55:04.724 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-17T08:55:04.724 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-17T08:55:04.724 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000129659 s, 3.9 MB/s 2024-09-17T08:55:04.725 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T08:55:04.782 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2024-09-17T08:55:04.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:02.976697+0000 mgr.smithi110.pyeest (mgr.14162) 57 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:04.835 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T08:55:04.835 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:55:04.835 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-17T08:55:04.835 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:55:04.835 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:55:04.835 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-17 08:54:33.684627693 +0000 2024-09-17T08:55:04.835 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-17 08:51:39.131518153 +0000 2024-09-17T08:55:04.835 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-17 08:51:39.131518153 +0000 2024-09-17T08:55:04.836 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-17 08:51:39.131518153 +0000 2024-09-17T08:55:04.836 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T08:55:04.898 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-17T08:55:04.898 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-17T08:55:04.898 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 9.0178e-05 s, 5.7 MB/s 2024-09-17T08:55:04.899 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T08:55:04.955 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2024-09-17T08:55:05.011 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T08:55:05.011 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:55:05.011 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-17T08:55:05.011 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:55:05.011 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:55:05.011 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-17 08:54:33.684627693 +0000 2024-09-17T08:55:05.011 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-17 08:51:39.440512776 +0000 2024-09-17T08:55:05.011 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-17 08:51:39.440512776 +0000 2024-09-17T08:55:05.012 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-17 08:51:39.440512776 +0000 2024-09-17T08:55:05.012 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T08:55:05.074 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-17T08:55:05.075 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-17T08:55:05.075 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000124288 s, 4.1 MB/s 2024-09-17T08:55:05.076 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T08:55:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:02.976697+0000 mgr.smithi110.pyeest (mgr.14162) 57 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:05.133 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-09-17T08:55:05.133 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:55:05.153 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-17T08:55:05.153 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_1 2024-09-17T08:55:05.211 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T08:55:05.211 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:55:05.211 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-17T08:55:05.211 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:55:05.211 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:55:05.212 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-09-17 08:55:00.230307731 +0000 2024-09-17T08:55:05.212 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-09-17 08:51:38.204837747 +0000 2024-09-17T08:55:05.212 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-09-17 08:51:38.204837747 +0000 2024-09-17T08:55:05.212 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-09-17 08:51:38.204837747 +0000 2024-09-17T08:55:05.212 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T08:55:05.278 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-09-17T08:55:05.278 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-09-17T08:55:05.278 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000208927 s, 2.5 MB/s 2024-09-17T08:55:05.280 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T08:55:05.338 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_2 2024-09-17T08:55:05.395 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T08:55:05.395 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:55:05.395 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-17T08:55:05.395 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:55:05.396 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:55:05.396 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-09-17 08:55:00.230307731 +0000 2024-09-17T08:55:05.396 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-09-17 08:51:38.525830878 +0000 2024-09-17T08:55:05.396 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-09-17 08:51:38.525830878 +0000 2024-09-17T08:55:05.396 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-09-17 08:51:38.525830878 +0000 2024-09-17T08:55:05.396 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T08:55:05.460 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-09-17T08:55:05.460 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-09-17T08:55:05.461 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000207555 s, 2.5 MB/s 2024-09-17T08:55:05.462 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T08:55:05.519 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_3 2024-09-17T08:55:05.575 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T08:55:05.575 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:55:05.576 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-09-17T08:55:05.576 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:55:05.576 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:55:05.576 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-09-17 08:55:00.230307731 +0000 2024-09-17T08:55:05.576 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-09-17 08:51:38.848823965 +0000 2024-09-17T08:55:05.576 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-09-17 08:51:38.848823965 +0000 2024-09-17T08:55:05.576 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-09-17 08:51:38.848823965 +0000 2024-09-17T08:55:05.576 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T08:55:05.640 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-09-17T08:55:05.640 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-09-17T08:55:05.640 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000294194 s, 1.7 MB/s 2024-09-17T08:55:05.642 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T08:55:05.699 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_4 2024-09-17T08:55:05.755 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T08:55:05.755 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:55:05.755 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-17T08:55:05.755 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:55:05.755 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:55:05.756 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-09-17 08:55:00.231307710 +0000 2024-09-17T08:55:05.756 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-09-17 08:51:39.173817010 +0000 2024-09-17T08:55:05.756 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-09-17 08:51:39.173817010 +0000 2024-09-17T08:55:05.756 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-09-17 08:51:39.173817010 +0000 2024-09-17T08:55:05.756 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T08:55:05.819 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-09-17T08:55:05.819 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-09-17T08:55:05.819 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000218113 s, 2.3 MB/s 2024-09-17T08:55:05.820 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T08:55:05.877 INFO:tasks.cephadm:Deploying osd.0 on smithi110 with /dev/vg_nvme/lv_4... 2024-09-17T08:55:05.877 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-17T08:55:07.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:04.976995+0000 mgr.smithi110.pyeest (mgr.14162) 58 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:07.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:04.976995+0000 mgr.smithi110.pyeest (mgr.14162) 58 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:07.799 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-17T08:55:07.800 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-17T08:55:07.800 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-09-17T08:55:07.800 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-09-17T08:55:07.800 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00864471 s, 1.2 GB/s 2024-09-17T08:55:07.800 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 2024-09-17T08:55:07.800 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-09-17T08:55:08.457 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_4 2024-09-17T08:55:09.054 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:06.977260+0000 mgr.smithi110.pyeest (mgr.14162) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:09.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:06.977260+0000 mgr.smithi110.pyeest (mgr.14162) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:10.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:08.977496+0000 mgr.smithi110.pyeest (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:10.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:09.548848+0000 mon.smithi110 (mon.0) 197 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:10.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:09.549769+0000 mon.smithi110 (mon.0) 198 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:10.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:10.349076+0000 mon.smithi110 (mon.0) 199 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:55:10.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:10.350395+0000 mon.smithi110 (mon.0) 200 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:55:10.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:10.350880+0000 mon.smithi110 (mon.0) 201 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:08.977496+0000 mgr.smithi110.pyeest (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:09.548848+0000 mon.smithi110 (mon.0) 197 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:09.549769+0000 mon.smithi110 (mon.0) 198 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:10.349076+0000 mon.smithi110 (mon.0) 199 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:55:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:10.350395+0000 mon.smithi110 (mon.0) 200 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:55:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:10.350880+0000 mon.smithi110 (mon.0) 201 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:11.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:10.348221+0000 mgr.smithi110.pyeest (mgr.14162) 61 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:11.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:10.350218+0000 mgr.smithi110.pyeest (mgr.14162) 62 : cephadm [INF] Applying service osd.None on host smithi110... 2024-09-17T08:55:11.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:11.180999+0000 mon.smithi110 (mon.0) 202 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:11.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:10.348221+0000 mgr.smithi110.pyeest (mgr.14162) 61 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:11.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:10.350218+0000 mgr.smithi110.pyeest (mgr.14162) 62 : cephadm [INF] Applying service osd.None on host smithi110... 2024-09-17T08:55:11.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:11.180999+0000 mon.smithi110 (mon.0) 202 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:12.709 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:10.977840+0000 mgr.smithi110.pyeest (mgr.14162) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:12.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:10.977840+0000 mgr.smithi110.pyeest (mgr.14162) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:13.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:13.569785+0000 mon.smithi110 (mon.0) 203 : audit [INF] from='client.? 172.21.15.110:0/194729419' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "528da588-ae67-46c3-8122-854d590c0b0e"}]: dispatch 2024-09-17T08:55:13.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:13.573555+0000 mon.smithi110 (mon.0) 204 : audit [INF] from='client.? 172.21.15.110:0/194729419' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "528da588-ae67-46c3-8122-854d590c0b0e"}]': finished 2024-09-17T08:55:13.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:13.573605+0000 mon.smithi110 (mon.0) 205 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T08:55:13.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:13.573687+0000 mon.smithi110 (mon.0) 206 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:14.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:13.569785+0000 mon.smithi110 (mon.0) 203 : audit [INF] from='client.? 172.21.15.110:0/194729419' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "528da588-ae67-46c3-8122-854d590c0b0e"}]: dispatch 2024-09-17T08:55:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:13.573555+0000 mon.smithi110 (mon.0) 204 : audit [INF] from='client.? 172.21.15.110:0/194729419' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "528da588-ae67-46c3-8122-854d590c0b0e"}]': finished 2024-09-17T08:55:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:13.573605+0000 mon.smithi110 (mon.0) 205 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T08:55:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:13.573687+0000 mon.smithi110 (mon.0) 206 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:14.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:12.978064+0000 mgr.smithi110.pyeest (mgr.14162) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:14.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:13.994252+0000 mon.smithi110 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.110:0/941797519' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:55:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:12.978064+0000 mgr.smithi110.pyeest (mgr.14162) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:13.994252+0000 mon.smithi110 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.110:0/941797519' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:55:16.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:14.978398+0000 mgr.smithi110.pyeest (mgr.14162) 65 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:16.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:15.575846+0000 mon.smithi110 (mon.0) 208 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:15.578966+0000 mon.smithi110 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:15.580567+0000 mgr.smithi110.pyeest (mgr.14162) 66 : cephadm [INF] Reconfiguring mon.smithi110 (unknown last config time)... 2024-09-17T08:55:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:15.580790+0000 mon.smithi110 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:55:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:15.581294+0000 mon.smithi110 (mon.0) 211 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:55:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:15.581755+0000 mon.smithi110 (mon.0) 212 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:15.582156+0000 mgr.smithi110.pyeest (mgr.14162) 67 : cephadm [INF] Reconfiguring daemon mon.smithi110 on smithi110 2024-09-17T08:55:16.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:14.978398+0000 mgr.smithi110.pyeest (mgr.14162) 65 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:16.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:15.575846+0000 mon.smithi110 (mon.0) 208 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:16.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:15.578966+0000 mon.smithi110 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:15.580567+0000 mgr.smithi110.pyeest (mgr.14162) 66 : cephadm [INF] Reconfiguring mon.smithi110 (unknown last config time)... 2024-09-17T08:55:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:15.580790+0000 mon.smithi110 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:55:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:15.581294+0000 mon.smithi110 (mon.0) 211 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:55:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:15.581755+0000 mon.smithi110 (mon.0) 212 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:15.582156+0000 mgr.smithi110.pyeest (mgr.14162) 67 : cephadm [INF] Reconfiguring daemon mon.smithi110 on smithi110 2024-09-17T08:55:18.807 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:16.978687+0000 mgr.smithi110.pyeest (mgr.14162) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:16.978687+0000 mgr.smithi110.pyeest (mgr.14162) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:20.482 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:18.978960+0000 mgr.smithi110.pyeest (mgr.14162) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:20.482 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:19.177838+0000 mon.smithi110 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:20.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:19.178445+0000 mgr.smithi110.pyeest (mgr.14162) 70 : cephadm [INF] Reconfiguring mgr.smithi110.pyeest (unknown last config time)... 2024-09-17T08:55:20.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:19.178715+0000 mon.smithi110 (mon.0) 214 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.pyeest", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:55:20.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:19.179406+0000 mon.smithi110 (mon.0) 215 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:55:20.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:19.179953+0000 mon.smithi110 (mon.0) 216 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:20.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:19.180434+0000 mgr.smithi110.pyeest (mgr.14162) 71 : cephadm [INF] Reconfiguring daemon mgr.smithi110.pyeest on smithi110 2024-09-17T08:55:20.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:18.978960+0000 mgr.smithi110.pyeest (mgr.14162) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:20.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:19.177838+0000 mon.smithi110 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:20.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:19.178445+0000 mgr.smithi110.pyeest (mgr.14162) 70 : cephadm [INF] Reconfiguring mgr.smithi110.pyeest (unknown last config time)... 2024-09-17T08:55:20.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:19.178715+0000 mon.smithi110 (mon.0) 214 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.pyeest", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:55:20.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:19.179406+0000 mon.smithi110 (mon.0) 215 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:55:20.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:19.179953+0000 mon.smithi110 (mon.0) 216 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:20.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:19.180434+0000 mgr.smithi110.pyeest (mgr.14162) 71 : cephadm [INF] Reconfiguring daemon mgr.smithi110.pyeest on smithi110 2024-09-17T08:55:21.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:20.507124+0000 mon.smithi110 (mon.0) 217 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:55:21.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:20.507784+0000 mon.smithi110 (mon.0) 218 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:21.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:20.508256+0000 mgr.smithi110.pyeest (mgr.14162) 72 : cephadm [INF] Deploying daemon osd.0 on smithi110 2024-09-17T08:55:21.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:20.507124+0000 mon.smithi110 (mon.0) 217 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:55:21.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:20.507784+0000 mon.smithi110 (mon.0) 218 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:21.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:20.508256+0000 mgr.smithi110.pyeest (mgr.14162) 72 : cephadm [INF] Deploying daemon osd.0 on smithi110 2024-09-17T08:55:23.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:20.979154+0000 mgr.smithi110.pyeest (mgr.14162) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:23.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:21.690851+0000 mon.smithi110 (mon.0) 219 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:23.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:21.691487+0000 mgr.smithi110.pyeest (mgr.14162) 74 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T08:55:23.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:21.693786+0000 mgr.smithi110.pyeest (mgr.14162) 75 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T08:55:23.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:20.979154+0000 mgr.smithi110.pyeest (mgr.14162) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:21.690851+0000 mon.smithi110 (mon.0) 219 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:21.691487+0000 mgr.smithi110.pyeest (mgr.14162) 74 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T08:55:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:21.693786+0000 mgr.smithi110.pyeest (mgr.14162) 75 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T08:55:24.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:22.979364+0000 mgr.smithi110.pyeest (mgr.14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:25.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:22.979364+0000 mgr.smithi110.pyeest (mgr.14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:25.297 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 0 on host 'smithi110' 2024-09-17T08:55:25.995 DEBUG:teuthology.orchestra.run.smithi110:osd.0> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T08:55:25.997 INFO:tasks.cephadm:Deploying osd.1 on smithi110 with /dev/vg_nvme/lv_3... 2024-09-17T08:55:25.997 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-17T08:55:26.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:24.979571+0000 mgr.smithi110.pyeest (mgr.14162) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:26.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:25.290384+0000 mon.smithi110 (mon.0) 220 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:25.294028+0000 mon.smithi110 (mon.0) 221 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:26.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:24.979571+0000 mgr.smithi110.pyeest (mgr.14162) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:26.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:25.290384+0000 mon.smithi110 (mon.0) 220 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:26.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:25.294028+0000 mon.smithi110 (mon.0) 221 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:28.642 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 08:55:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0[31816]: debug 2024-09-17T08:55:28.378+0000 7fd053ff5080 -1 osd.0 0 log_to_monitors {default=true} 2024-09-17T08:55:28.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:26.979893+0000 mgr.smithi110.pyeest (mgr.14162) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:28.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:28.382507+0000 mon.smithi110 (mon.0) 222 : audit [INF] from='osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:55:29.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:26.979893+0000 mgr.smithi110.pyeest (mgr.14162) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:29.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:28.382507+0000 mon.smithi110 (mon.0) 222 : audit [INF] from='osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:55:29.593 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-17T08:55:29.593 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-17T08:55:29.593 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-09-17T08:55:29.593 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-09-17T08:55:29.593 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00969704 s, 1.1 GB/s 2024-09-17T08:55:29.593 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-09-17T08:55:29.820 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 08:55:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0[31816]: debug 2024-09-17T08:55:29.645+0000 7fd04a566700 -1 osd.0 0 waiting for initial osdmap 2024-09-17T08:55:29.820 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 08:55:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0[31816]: debug 2024-09-17T08:55:29.647+0000 7fd044cde700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:55:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:28.641293+0000 mon.smithi110 (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:55:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:28.641339+0000 mon.smithi110 (mon.0) 224 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T08:55:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:28.641627+0000 mon.smithi110 (mon.0) 225 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:28.641920+0000 mon.smithi110 (mon.0) 226 : audit [INF] from='osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T08:55:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:29.093699+0000 mon.smithi110 (mon.0) 227 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:55:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:29.095002+0000 mon.smithi110 (mon.0) 228 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:55:30.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:28.641293+0000 mon.smithi110 (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:55:30.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:28.641339+0000 mon.smithi110 (mon.0) 224 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T08:55:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:28.641627+0000 mon.smithi110 (mon.0) 225 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:28.641920+0000 mon.smithi110 (mon.0) 226 : audit [INF] from='osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T08:55:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:29.093699+0000 mon.smithi110 (mon.0) 227 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:55:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:29.095002+0000 mon.smithi110 (mon.0) 228 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:55:30.467 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_3 2024-09-17T08:55:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:28.980116+0000 mgr.smithi110.pyeest (mgr.14162) 79 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:29.642667+0000 mon.smithi110 (mon.0) 229 : audit [INF] from='osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-17T08:55:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:29.642744+0000 mon.smithi110 (mon.0) 230 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-17T08:55:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:29.642828+0000 mon.smithi110 (mon.0) 231 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:29.645923+0000 mon.smithi110 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:30.645820+0000 mon.smithi110 (mon.0) 233 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:31.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:28.980116+0000 mgr.smithi110.pyeest (mgr.14162) 79 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:31.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:29.642667+0000 mon.smithi110 (mon.0) 229 : audit [INF] from='osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-17T08:55:31.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:29.642744+0000 mon.smithi110 (mon.0) 230 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-17T08:55:31.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:29.642828+0000 mon.smithi110 (mon.0) 231 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:31.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:29.645923+0000 mon.smithi110 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:31.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:30.645820+0000 mon.smithi110 (mon.0) 233 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:31.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:29.418746+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:55:31.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:29.418840+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:55:31.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:30.650161+0000 mon.smithi110 (mon.0) 234 : cluster [INF] osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180] boot 2024-09-17T08:55:31.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:30.650185+0000 mon.smithi110 (mon.0) 235 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T08:55:31.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:30.650421+0000 mon.smithi110 (mon.0) 236 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:32.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:29.418746+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:55:32.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:29.418840+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:55:32.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:30.650161+0000 mon.smithi110 (mon.0) 234 : cluster [INF] osd.0 [v2:172.21.15.110:6802/3726677180,v1:172.21.15.110:6803/3726677180] boot 2024-09-17T08:55:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:30.650185+0000 mon.smithi110 (mon.0) 235 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T08:55:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:30.650421+0000 mon.smithi110 (mon.0) 236 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:55:32.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:30.980438+0000 mgr.smithi110.pyeest (mgr.14162) 80 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:32.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:31.657080+0000 mon.smithi110 (mon.0) 237 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-17T08:55:33.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:30.980438+0000 mgr.smithi110.pyeest (mgr.14162) 80 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:55:33.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:31.657080+0000 mon.smithi110 (mon.0) 237 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-17T08:55:34.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:32.980750+0000 mgr.smithi110.pyeest (mgr.14162) 81 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:34.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:33.158755+0000 mon.smithi110 (mon.0) 238 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:34.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:33.159262+0000 mgr.smithi110.pyeest (mgr.14162) 82 : cephadm [INF] Reconfiguring crash.smithi110 (monmap changed)... 2024-09-17T08:55:34.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:33.159520+0000 mon.smithi110 (mon.0) 239 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:55:34.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:33.160225+0000 mon.smithi110 (mon.0) 240 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:34.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:33.160757+0000 mgr.smithi110.pyeest (mgr.14162) 83 : cephadm [INF] Reconfiguring daemon crash.smithi110 on smithi110 2024-09-17T08:55:34.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:32.980750+0000 mgr.smithi110.pyeest (mgr.14162) 81 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:33.158755+0000 mon.smithi110 (mon.0) 238 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:33.159262+0000 mgr.smithi110.pyeest (mgr.14162) 82 : cephadm [INF] Reconfiguring crash.smithi110 (monmap changed)... 2024-09-17T08:55:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:33.159520+0000 mon.smithi110 (mon.0) 239 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:55:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:33.160225+0000 mon.smithi110 (mon.0) 240 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:33.160757+0000 mgr.smithi110.pyeest (mgr.14162) 83 : cephadm [INF] Reconfiguring daemon crash.smithi110 on smithi110 2024-09-17T08:55:35.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:34.484937+0000 mgr.smithi110.pyeest (mgr.14162) 84 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:35.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:34.485639+0000 mon.smithi110 (mon.0) 241 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:55:35.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:34.486586+0000 mgr.smithi110.pyeest (mgr.14162) 85 : cephadm [INF] Applying service osd.None on host smithi110... 2024-09-17T08:55:35.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:34.486761+0000 mon.smithi110 (mon.0) 242 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:55:35.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:34.487239+0000 mon.smithi110 (mon.0) 243 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:34.484937+0000 mgr.smithi110.pyeest (mgr.14162) 84 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:34.485639+0000 mon.smithi110 (mon.0) 241 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:55:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:34.486586+0000 mgr.smithi110.pyeest (mgr.14162) 85 : cephadm [INF] Applying service osd.None on host smithi110... 2024-09-17T08:55:35.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:34.486761+0000 mon.smithi110 (mon.0) 242 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:55:35.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:34.487239+0000 mon.smithi110 (mon.0) 243 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:36.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:34.980991+0000 mgr.smithi110.pyeest (mgr.14162) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:36.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:35.183112+0000 mon.smithi110 (mon.0) 244 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:36.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:35.183644+0000 mgr.smithi110.pyeest (mgr.14162) 87 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T08:55:36.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:35.187562+0000 mgr.smithi110.pyeest (mgr.14162) 88 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T08:55:36.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:34.980991+0000 mgr.smithi110.pyeest (mgr.14162) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:36.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:35.183112+0000 mon.smithi110 (mon.0) 244 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:36.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:35.183644+0000 mgr.smithi110.pyeest (mgr.14162) 87 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T08:55:36.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:35.187562+0000 mgr.smithi110.pyeest (mgr.14162) 88 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T08:55:38.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:36.981289+0000 mgr.smithi110.pyeest (mgr.14162) 89 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:39.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:36.981289+0000 mgr.smithi110.pyeest (mgr.14162) 89 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:41.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:38.981620+0000 mgr.smithi110.pyeest (mgr.14162) 90 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:41.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:39.985152+0000 mon.smithi110 (mon.0) 245 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:41.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:38.981620+0000 mgr.smithi110.pyeest (mgr.14162) 90 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:41.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:39.985152+0000 mon.smithi110 (mon.0) 245 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:42.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:39.985927+0000 mgr.smithi110.pyeest (mgr.14162) 91 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T08:55:42.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:39.988086+0000 mgr.smithi110.pyeest (mgr.14162) 92 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T08:55:42.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:40.974986+0000 mon.smithi110 (mon.0) 246 : audit [INF] from='client.? 172.21.15.110:0/869192542' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22e4ffbf-be01-47d7-833e-5e1c2267e8bf"}]: dispatch 2024-09-17T08:55:42.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:40.978516+0000 mon.smithi110 (mon.0) 247 : audit [INF] from='client.? 172.21.15.110:0/869192542' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22e4ffbf-be01-47d7-833e-5e1c2267e8bf"}]': finished 2024-09-17T08:55:42.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:40.978552+0000 mon.smithi110 (mon.0) 248 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T08:55:42.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:40.978641+0000 mon.smithi110 (mon.0) 249 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:55:42.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:41.401692+0000 mon.smithi110 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.110:0/3398594850' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:55:42.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:39.985927+0000 mgr.smithi110.pyeest (mgr.14162) 91 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T08:55:42.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:39.988086+0000 mgr.smithi110.pyeest (mgr.14162) 92 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T08:55:42.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:40.974986+0000 mon.smithi110 (mon.0) 246 : audit [INF] from='client.? 172.21.15.110:0/869192542' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22e4ffbf-be01-47d7-833e-5e1c2267e8bf"}]: dispatch 2024-09-17T08:55:42.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:40.978516+0000 mon.smithi110 (mon.0) 247 : audit [INF] from='client.? 172.21.15.110:0/869192542' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22e4ffbf-be01-47d7-833e-5e1c2267e8bf"}]': finished 2024-09-17T08:55:42.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:40.978552+0000 mon.smithi110 (mon.0) 248 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T08:55:42.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:40.978641+0000 mon.smithi110 (mon.0) 249 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:55:42.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:41.401692+0000 mon.smithi110 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.110:0/3398594850' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:55:43.066 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:40.981847+0000 mgr.smithi110.pyeest (mgr.14162) 93 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:43.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:40.981847+0000 mgr.smithi110.pyeest (mgr.14162) 93 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:44.778 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:42.982338+0000 mgr.smithi110.pyeest (mgr.14162) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:45.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:42.982338+0000 mgr.smithi110.pyeest (mgr.14162) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:46.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:44.982612+0000 mgr.smithi110.pyeest (mgr.14162) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:47.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:44.982612+0000 mgr.smithi110.pyeest (mgr.14162) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:48.791 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:46.982877+0000 mgr.smithi110.pyeest (mgr.14162) 96 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:46.982877+0000 mgr.smithi110.pyeest (mgr.14162) 96 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:50.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:48.983220+0000 mgr.smithi110.pyeest (mgr.14162) 97 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:49.009984+0000 mon.smithi110 (mon.0) 251 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:49.010432+0000 mgr.smithi110.pyeest (mgr.14162) 98 : cephadm [INF] Reconfiguring crash.smithi138 (monmap changed)... 2024-09-17T08:55:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:49.010665+0000 mon.smithi110 (mon.0) 252 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:55:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:49.011272+0000 mon.smithi110 (mon.0) 253 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:49.011639+0000 mgr.smithi110.pyeest (mgr.14162) 99 : cephadm [INF] Reconfiguring daemon crash.smithi138 on smithi138 2024-09-17T08:55:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:48.983220+0000 mgr.smithi110.pyeest (mgr.14162) 97 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:49.009984+0000 mon.smithi110 (mon.0) 251 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:49.010432+0000 mgr.smithi110.pyeest (mgr.14162) 98 : cephadm [INF] Reconfiguring crash.smithi138 (monmap changed)... 2024-09-17T08:55:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:49.010665+0000 mon.smithi110 (mon.0) 252 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:55:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:49.011272+0000 mon.smithi110 (mon.0) 253 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:49.011639+0000 mgr.smithi110.pyeest (mgr.14162) 99 : cephadm [INF] Reconfiguring daemon crash.smithi138 on smithi138 2024-09-17T08:55:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:50.273327+0000 mon.smithi110 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:50.273777+0000 mgr.smithi110.pyeest (mgr.14162) 100 : cephadm [INF] Reconfiguring mgr.smithi138.yorhtj (monmap changed)... 2024-09-17T08:55:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:50.273973+0000 mon.smithi110 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:55:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:50.274562+0000 mon.smithi110 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:55:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:50.275073+0000 mon.smithi110 (mon.0) 257 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:50.275514+0000 mgr.smithi110.pyeest (mgr.14162) 101 : cephadm [INF] Reconfiguring daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T08:55:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:50.725072+0000 mon.smithi110 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:55:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:50.725698+0000 mon.smithi110 (mon.0) 259 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:50.726176+0000 mgr.smithi110.pyeest (mgr.14162) 102 : cephadm [INF] Deploying daemon osd.1 on smithi110 2024-09-17T08:55:51.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:50.273327+0000 mon.smithi110 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:51.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:50.273777+0000 mgr.smithi110.pyeest (mgr.14162) 100 : cephadm [INF] Reconfiguring mgr.smithi138.yorhtj (monmap changed)... 2024-09-17T08:55:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:50.273973+0000 mon.smithi110 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:55:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:50.274562+0000 mon.smithi110 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:55:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:50.275073+0000 mon.smithi110 (mon.0) 257 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:50.275514+0000 mgr.smithi110.pyeest (mgr.14162) 101 : cephadm [INF] Reconfiguring daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T08:55:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:50.725072+0000 mon.smithi110 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:55:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:50.725698+0000 mon.smithi110 (mon.0) 259 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:50.726176+0000 mgr.smithi110.pyeest (mgr.14162) 102 : cephadm [INF] Deploying daemon osd.1 on smithi110 2024-09-17T08:55:52.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:50.983592+0000 mgr.smithi110.pyeest (mgr.14162) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:52.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:51.452813+0000 mon.smithi110 (mon.0) 260 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:52.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:51.453252+0000 mgr.smithi110.pyeest (mgr.14162) 104 : cephadm [INF] Reconfiguring mon.smithi138 (monmap changed)... 2024-09-17T08:55:52.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:51.453516+0000 mon.smithi110 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:55:52.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:51.454045+0000 mon.smithi110 (mon.0) 262 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:55:52.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:51.454516+0000 mon.smithi110 (mon.0) 263 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:52.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:55:51.454911+0000 mgr.smithi110.pyeest (mgr.14162) 105 : cephadm [INF] Reconfiguring daemon mon.smithi138 on smithi138 2024-09-17T08:55:52.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:50.983592+0000 mgr.smithi110.pyeest (mgr.14162) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:52.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:51.452813+0000 mon.smithi110 (mon.0) 260 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:52.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:51.453252+0000 mgr.smithi110.pyeest (mgr.14162) 104 : cephadm [INF] Reconfiguring mon.smithi138 (monmap changed)... 2024-09-17T08:55:52.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:51.453516+0000 mon.smithi110 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:55:52.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:51.454045+0000 mon.smithi110 (mon.0) 262 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:55:52.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:51.454516+0000 mon.smithi110 (mon.0) 263 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:52.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:55:51.454911+0000 mgr.smithi110.pyeest (mgr.14162) 105 : cephadm [INF] Reconfiguring daemon mon.smithi138 on smithi138 2024-09-17T08:55:53.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:52.611874+0000 mon.smithi110 (mon.0) 264 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:53.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:52.614016+0000 mon.smithi110 (mon.0) 265 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:55:53.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:52.614304+0000 mgr.smithi110.pyeest (mgr.14162) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:55:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:52.611874+0000 mon.smithi110 (mon.0) 264 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:52.614016+0000 mon.smithi110 (mon.0) 265 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:55:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:52.614304+0000 mgr.smithi110.pyeest (mgr.14162) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:55:54.319 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 1 on host 'smithi110' 2024-09-17T08:55:54.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:52.983846+0000 mgr.smithi110.pyeest (mgr.14162) 107 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:54.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.313498+0000 mon.smithi110 (mon.0) 266 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:54.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.316863+0000 mon.smithi110 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:54.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.327709+0000 mon.smithi110 (mon.0) 268 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.110:9093"}]: dispatch 2024-09-17T08:55:54.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.331654+0000 mon.smithi110 (mon.0) 269 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:54.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.335418+0000 mon.smithi110 (mon.0) 270 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:55:54.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.339742+0000 mon.smithi110 (mon.0) 271 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.110:3000"}]: dispatch 2024-09-17T08:55:54.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.343602+0000 mon.smithi110 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:54.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.347330+0000 mon.smithi110 (mon.0) 273 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:55:54.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.353926+0000 mon.smithi110 (mon.0) 274 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.110:9095"}]: dispatch 2024-09-17T08:55:54.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.358162+0000 mon.smithi110 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:54.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.359779+0000 mon.smithi110 (mon.0) 276 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:55.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:52.983846+0000 mgr.smithi110.pyeest (mgr.14162) 107 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:55.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.313498+0000 mon.smithi110 (mon.0) 266 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:55.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.316863+0000 mon.smithi110 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:55.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.327709+0000 mon.smithi110 (mon.0) 268 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.110:9093"}]: dispatch 2024-09-17T08:55:55.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.331654+0000 mon.smithi110 (mon.0) 269 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:55.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.335418+0000 mon.smithi110 (mon.0) 270 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:55:55.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.339742+0000 mon.smithi110 (mon.0) 271 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.110:3000"}]: dispatch 2024-09-17T08:55:55.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.343602+0000 mon.smithi110 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:55.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.347330+0000 mon.smithi110 (mon.0) 273 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:55:55.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.353926+0000 mon.smithi110 (mon.0) 274 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.110:9095"}]: dispatch 2024-09-17T08:55:55.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.358162+0000 mon.smithi110 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:55.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.359779+0000 mon.smithi110 (mon.0) 276 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:55.025 DEBUG:teuthology.orchestra.run.smithi110:osd.1> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T08:55:55.028 INFO:tasks.cephadm:Deploying osd.2 on smithi110 with /dev/vg_nvme/lv_2... 2024-09-17T08:55:55.028 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-17T08:55:55.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.328006+0000 mgr.smithi110.pyeest (mgr.14162) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.110:9093"}]: dispatch 2024-09-17T08:55:55.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.335757+0000 mgr.smithi110.pyeest (mgr.14162) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:55:55.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.340056+0000 mgr.smithi110.pyeest (mgr.14162) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.110:3000"}]: dispatch 2024-09-17T08:55:55.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.347658+0000 mgr.smithi110.pyeest (mgr.14162) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:55:55.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:54.354301+0000 mgr.smithi110.pyeest (mgr.14162) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.110:9095"}]: dispatch 2024-09-17T08:55:55.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.328006+0000 mgr.smithi110.pyeest (mgr.14162) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.110:9093"}]: dispatch 2024-09-17T08:55:55.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.335757+0000 mgr.smithi110.pyeest (mgr.14162) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:55:55.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.340056+0000 mgr.smithi110.pyeest (mgr.14162) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.110:3000"}]: dispatch 2024-09-17T08:55:55.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.347658+0000 mgr.smithi110.pyeest (mgr.14162) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:55:55.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:54.354301+0000 mgr.smithi110.pyeest (mgr.14162) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.110:9095"}]: dispatch 2024-09-17T08:55:57.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:54.984058+0000 mgr.smithi110.pyeest (mgr.14162) 113 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:57.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:55.975757+0000 mon.smithi110 (mon.0) 277 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:57.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:54.984058+0000 mgr.smithi110.pyeest (mgr.14162) 113 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:57.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:55.975757+0000 mon.smithi110 (mon.0) 277 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:55:57.555 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 08:55:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1[34499]: debug 2024-09-17T08:55:57.371+0000 7f0f556c7080 -1 osd.1 0 log_to_monitors {default=true} 2024-09-17T08:55:57.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:57.374536+0000 mon.smithi110 (mon.0) 278 : audit [INF] from='osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:55:58.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:57.374536+0000 mon.smithi110 (mon.0) 278 : audit [INF] from='osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:55:58.534 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-17T08:55:58.535 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-17T08:55:58.535 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-09-17T08:55:58.535 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-09-17T08:55:58.535 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00995394 s, 1.1 GB/s 2024-09-17T08:55:58.535 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-09-17T08:55:58.820 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 08:55:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1[34499]: debug 2024-09-17T08:55:58.662+0000 7f0f4bc38700 -1 osd.1 0 waiting for initial osdmap 2024-09-17T08:55:58.820 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 08:55:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1[34499]: debug 2024-09-17T08:55:58.665+0000 7f0f44bad700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:55:58.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:56.984408+0000 mgr.smithi110.pyeest (mgr.14162) 114 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:58.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:57.657451+0000 mon.smithi110 (mon.0) 279 : audit [INF] from='osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:55:58.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:57.657504+0000 mon.smithi110 (mon.0) 280 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T08:55:58.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:57.657594+0000 mon.smithi110 (mon.0) 281 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:55:58.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:57.657875+0000 mon.smithi110 (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T08:55:59.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:56.984408+0000 mgr.smithi110.pyeest (mgr.14162) 114 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:55:59.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:57.657451+0000 mon.smithi110 (mon.0) 279 : audit [INF] from='osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:55:59.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:57.657504+0000 mon.smithi110 (mon.0) 280 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T08:55:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:57.657594+0000 mon.smithi110 (mon.0) 281 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:55:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:57.657875+0000 mon.smithi110 (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T08:55:59.196 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_2 2024-09-17T08:55:59.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:58.659823+0000 mon.smithi110 (mon.0) 283 : audit [INF] from='osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-17T08:55:59.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:58.659870+0000 mon.smithi110 (mon.0) 284 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-17T08:55:59.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:58.660141+0000 mon.smithi110 (mon.0) 285 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:55:59.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:55:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:58.663413+0000 mon.smithi110 (mon.0) 286 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:56:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:58.659823+0000 mon.smithi110 (mon.0) 283 : audit [INF] from='osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-17T08:56:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:58.659870+0000 mon.smithi110 (mon.0) 284 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-17T08:56:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:58.660141+0000 mon.smithi110 (mon.0) 285 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:56:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:55:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:58.663413+0000 mon.smithi110 (mon.0) 286 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:56:00.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:58.366024+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:56:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:58.366111+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:56:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:58.984792+0000 mgr.smithi110.pyeest (mgr.14162) 115 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:56:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:59.664214+0000 mon.smithi110 (mon.0) 287 : cluster [INF] osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081] boot 2024-09-17T08:56:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:55:59.664238+0000 mon.smithi110 (mon.0) 288 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T08:56:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:55:59.664708+0000 mon.smithi110 (mon.0) 289 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:56:00.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:58.366024+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:56:00.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:58.366111+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:56:00.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:58.984792+0000 mgr.smithi110.pyeest (mgr.14162) 115 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:56:00.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:59.664214+0000 mon.smithi110 (mon.0) 287 : cluster [INF] osd.1 [v2:172.21.15.110:6810/649800081,v1:172.21.15.110:6811/649800081] boot 2024-09-17T08:56:00.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:55:59.664238+0000 mon.smithi110 (mon.0) 288 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T08:56:00.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:55:59.664708+0000 mon.smithi110 (mon.0) 289 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:56:01.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:00.672264+0000 mon.smithi110 (mon.0) 290 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-17T08:56:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:00.672264+0000 mon.smithi110 (mon.0) 290 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-17T08:56:03.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:00.985031+0000 mgr.smithi110.pyeest (mgr.14162) 116 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:03.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:01.925458+0000 mon.smithi110 (mon.0) 291 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:56:03.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:01.926604+0000 mon.smithi110 (mon.0) 292 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:56:03.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:01.927090+0000 mon.smithi110 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:00.985031+0000 mgr.smithi110.pyeest (mgr.14162) 116 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:01.925458+0000 mon.smithi110 (mon.0) 291 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:56:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:01.926604+0000 mon.smithi110 (mon.0) 292 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:56:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:01.927090+0000 mon.smithi110 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:04.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:01.924768+0000 mgr.smithi110.pyeest (mgr.14162) 117 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:04.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:56:01.926413+0000 mgr.smithi110.pyeest (mgr.14162) 118 : cephadm [INF] Applying service osd.None on host smithi110... 2024-09-17T08:56:04.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:02.682831+0000 mon.smithi110 (mon.0) 294 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:01.924768+0000 mgr.smithi110.pyeest (mgr.14162) 117 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:56:01.926413+0000 mgr.smithi110.pyeest (mgr.14162) 118 : cephadm [INF] Applying service osd.None on host smithi110... 2024-09-17T08:56:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:02.682831+0000 mon.smithi110 (mon.0) 294 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:04.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:02.985238+0000 mgr.smithi110.pyeest (mgr.14162) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:02.985238+0000 mgr.smithi110.pyeest (mgr.14162) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:05.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:05.129207+0000 mon.smithi110 (mon.0) 295 : audit [INF] from='client.? 172.21.15.110:0/1309752838' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "627d1d22-29e5-4a00-957e-aa87b9226018"}]: dispatch 2024-09-17T08:56:05.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:05.132738+0000 mon.smithi110 (mon.0) 296 : audit [INF] from='client.? 172.21.15.110:0/1309752838' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "627d1d22-29e5-4a00-957e-aa87b9226018"}]': finished 2024-09-17T08:56:05.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:05.132774+0000 mon.smithi110 (mon.0) 297 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T08:56:05.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:05.132868+0000 mon.smithi110 (mon.0) 298 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:05.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:05.535787+0000 mon.smithi110 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.110:0/3928080729' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:56:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:05.129207+0000 mon.smithi110 (mon.0) 295 : audit [INF] from='client.? 172.21.15.110:0/1309752838' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "627d1d22-29e5-4a00-957e-aa87b9226018"}]: dispatch 2024-09-17T08:56:06.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:05.132738+0000 mon.smithi110 (mon.0) 296 : audit [INF] from='client.? 172.21.15.110:0/1309752838' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "627d1d22-29e5-4a00-957e-aa87b9226018"}]': finished 2024-09-17T08:56:06.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:05.132774+0000 mon.smithi110 (mon.0) 297 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T08:56:06.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:05.132868+0000 mon.smithi110 (mon.0) 298 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:06.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:05.535787+0000 mon.smithi110 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.110:0/3928080729' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:56:06.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:04.985474+0000 mgr.smithi110.pyeest (mgr.14162) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:07.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:04.985474+0000 mgr.smithi110.pyeest (mgr.14162) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:09.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:06.985735+0000 mgr.smithi110.pyeest (mgr.14162) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:09.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:06.985735+0000 mgr.smithi110.pyeest (mgr.14162) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:10.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:08.986085+0000 mgr.smithi110.pyeest (mgr.14162) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:08.986085+0000 mgr.smithi110.pyeest (mgr.14162) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:12.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:10.986504+0000 mgr.smithi110.pyeest (mgr.14162) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:12.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:56:11.548482+0000 mgr.smithi110.pyeest (mgr.14162) 124 : cephadm [INF] Detected new or changed devices on smithi110 2024-09-17T08:56:12.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:11.553115+0000 mon.smithi110 (mon.0) 300 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:12.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:11.827770+0000 mon.smithi110 (mon.0) 301 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:12.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:11.829847+0000 mon.smithi110 (mon.0) 302 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:12.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:10.986504+0000 mgr.smithi110.pyeest (mgr.14162) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:12.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:56:11.548482+0000 mgr.smithi110.pyeest (mgr.14162) 124 : cephadm [INF] Detected new or changed devices on smithi110 2024-09-17T08:56:12.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:11.553115+0000 mon.smithi110 (mon.0) 300 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:12.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:11.827770+0000 mon.smithi110 (mon.0) 301 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:12.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:11.829847+0000 mon.smithi110 (mon.0) 302 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:13.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:12.675491+0000 mon.smithi110 (mon.0) 303 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:56:13.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:12.676078+0000 mon.smithi110 (mon.0) 304 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:13.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:56:12.676522+0000 mgr.smithi110.pyeest (mgr.14162) 125 : cephadm [INF] Deploying daemon osd.2 on smithi110 2024-09-17T08:56:13.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:13.305650+0000 mon.smithi110 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:14.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:12.675491+0000 mon.smithi110 (mon.0) 303 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:56:14.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:12.676078+0000 mon.smithi110 (mon.0) 304 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:56:12.676522+0000 mgr.smithi110.pyeest (mgr.14162) 125 : cephadm [INF] Deploying daemon osd.2 on smithi110 2024-09-17T08:56:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:13.305650+0000 mon.smithi110 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:15.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:12.986878+0000 mgr.smithi110.pyeest (mgr.14162) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:12.986878+0000 mgr.smithi110.pyeest (mgr.14162) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:16.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:14.987149+0000 mgr.smithi110.pyeest (mgr.14162) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:14.987149+0000 mgr.smithi110.pyeest (mgr.14162) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:18.805 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 2 on host 'smithi110' 2024-09-17T08:56:18.805 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:16.987385+0000 mgr.smithi110.pyeest (mgr.14162) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:16.987385+0000 mgr.smithi110.pyeest (mgr.14162) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:19.589 DEBUG:teuthology.orchestra.run.smithi110:osd.2> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T08:56:19.592 INFO:tasks.cephadm:Deploying osd.3 on smithi110 with /dev/vg_nvme/lv_1... 2024-09-17T08:56:19.592 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-17T08:56:19.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:18.797784+0000 mon.smithi110 (mon.0) 306 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:19.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:18.803366+0000 mon.smithi110 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:19.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:18.834739+0000 mon.smithi110 (mon.0) 308 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:20.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:18.797784+0000 mon.smithi110 (mon.0) 306 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:18.803366+0000 mon.smithi110 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:18.834739+0000 mon.smithi110 (mon.0) 308 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:21.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:18.987763+0000 mgr.smithi110.pyeest (mgr.14162) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:21.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:18.987763+0000 mgr.smithi110.pyeest (mgr.14162) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:22.040 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 08:56:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2[37638]: debug 2024-09-17T08:56:21.874+0000 7f6dd69ae080 -1 osd.2 0 log_to_monitors {default=true} 2024-09-17T08:56:22.955 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-17T08:56:22.955 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-17T08:56:22.955 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-09-17T08:56:22.955 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-09-17T08:56:22.955 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.010844 s, 967 MB/s 2024-09-17T08:56:22.955 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-09-17T08:56:22.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:20.988011+0000 mgr.smithi110.pyeest (mgr.14162) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:22.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:21.877533+0000 mon.smithi110 (mon.0) 309 : audit [INF] from='osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:56:23.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:20.988011+0000 mgr.smithi110.pyeest (mgr.14162) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:23.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:21.877533+0000 mon.smithi110 (mon.0) 309 : audit [INF] from='osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:56:23.814 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_1 2024-09-17T08:56:24.070 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 08:56:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2[37638]: debug 2024-09-17T08:56:23.848+0000 7f6dccf1f700 -1 osd.2 0 waiting for initial osdmap 2024-09-17T08:56:24.070 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 08:56:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2[37638]: debug 2024-09-17T08:56:23.852+0000 7f6dc7e98700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:56:24.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:22.845516+0000 mon.smithi110 (mon.0) 310 : audit [INF] from='osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:56:24.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:22.845598+0000 mon.smithi110 (mon.0) 311 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T08:56:24.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:22.845751+0000 mon.smithi110 (mon.0) 312 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:24.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:22.846163+0000 mon.smithi110 (mon.0) 313 : audit [INF] from='osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T08:56:24.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:22.845516+0000 mon.smithi110 (mon.0) 310 : audit [INF] from='osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:56:24.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:22.845598+0000 mon.smithi110 (mon.0) 311 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T08:56:24.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:22.845751+0000 mon.smithi110 (mon.0) 312 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:22.846163+0000 mon.smithi110 (mon.0) 313 : audit [INF] from='osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T08:56:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:22.988295+0000 mgr.smithi110.pyeest (mgr.14162) 131 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:23.846219+0000 mon.smithi110 (mon.0) 314 : audit [INF] from='osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-17T08:56:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:23.846298+0000 mon.smithi110 (mon.0) 315 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-17T08:56:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:23.846625+0000 mon.smithi110 (mon.0) 316 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:23.849564+0000 mon.smithi110 (mon.0) 317 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:24.689952+0000 mon.smithi110 (mon.0) 318 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:24.692736+0000 mon.smithi110 (mon.0) 319 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:24.694918+0000 mon.smithi110 (mon.0) 320 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:24.849243+0000 mon.smithi110 (mon.0) 321 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:22.988295+0000 mgr.smithi110.pyeest (mgr.14162) 131 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:23.846219+0000 mon.smithi110 (mon.0) 314 : audit [INF] from='osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-17T08:56:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:23.846298+0000 mon.smithi110 (mon.0) 315 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-17T08:56:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:23.846625+0000 mon.smithi110 (mon.0) 316 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:23.849564+0000 mon.smithi110 (mon.0) 317 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:24.689952+0000 mon.smithi110 (mon.0) 318 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:24.692736+0000 mon.smithi110 (mon.0) 319 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:24.694918+0000 mon.smithi110 (mon.0) 320 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:24.849243+0000 mon.smithi110 (mon.0) 321 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:26.409 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:22.833774+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:56:26.409 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:22.833853+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:24.853039+0000 mon.smithi110 (mon.0) 322 : cluster [INF] osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963] boot 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:24.853064+0000 mon.smithi110 (mon.0) 323 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:24.853445+0000 mon.smithi110 (mon.0) 324 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:24.853666+0000 mon.smithi110 (mon.0) 325 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:24.988526+0000 mgr.smithi110.pyeest (mgr.14162) 132 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:25.856357+0000 mon.smithi110 (mon.0) 326 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:25.856401+0000 mon.smithi110 (mon.0) 327 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:25.857093+0000 mon.smithi110 (mon.0) 328 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:22.833774+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:22.833853+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:24.853039+0000 mon.smithi110 (mon.0) 322 : cluster [INF] osd.2 [v2:172.21.15.110:6818/3721456963,v1:172.21.15.110:6819/3721456963] boot 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:24.853064+0000 mon.smithi110 (mon.0) 323 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:24.853445+0000 mon.smithi110 (mon.0) 324 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:24.853666+0000 mon.smithi110 (mon.0) 325 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:24.988526+0000 mgr.smithi110.pyeest (mgr.14162) 132 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:25.856357+0000 mon.smithi110 (mon.0) 326 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:25.856401+0000 mon.smithi110 (mon.0) 327 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T08:56:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:25.857093+0000 mon.smithi110 (mon.0) 328 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-17T08:56:27.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:26.229148+0000 mon.smithi110 (mon.0) 329 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:26.267244+0000 mgr.smithi110.pyeest (mgr.14162) 133 : audit [DBG] from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:26.857933+0000 mon.smithi110 (mon.0) 330 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-17T08:56:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:26.858003+0000 mon.smithi110 (mon.0) 331 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T08:56:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:26.864027+0000 mon.smithi110 (mon.0) 332 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:56:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:56:26.865143+0000 mgr.smithi110.pyeest (mgr.14162) 134 : cephadm [INF] Applying service osd.None on host smithi110... 2024-09-17T08:56:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:26.865345+0000 mon.smithi110 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:56:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:26.865949+0000 mon.smithi110 (mon.0) 334 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:26.229148+0000 mon.smithi110 (mon.0) 329 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:26.267244+0000 mgr.smithi110.pyeest (mgr.14162) 133 : audit [DBG] from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:27.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:26.857933+0000 mon.smithi110 (mon.0) 330 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-17T08:56:27.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:26.858003+0000 mon.smithi110 (mon.0) 331 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T08:56:27.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:26.864027+0000 mon.smithi110 (mon.0) 332 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:56:27.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:56:26.865143+0000 mgr.smithi110.pyeest (mgr.14162) 134 : cephadm [INF] Applying service osd.None on host smithi110... 2024-09-17T08:56:27.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:26.865345+0000 mon.smithi110 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:56:27.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:26.865949+0000 mon.smithi110 (mon.0) 334 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:28.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:26.988829+0000 mgr.smithi110.pyeest (mgr.14162) 135 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:28.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:27.860906+0000 mon.smithi110 (mon.0) 335 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-17T08:56:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:26.988829+0000 mgr.smithi110.pyeest (mgr.14162) 135 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:27.860906+0000 mon.smithi110 (mon.0) 335 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-17T08:56:30.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:29.094725+0000 mon.smithi110 (mon.0) 336 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:56:30.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:29.095842+0000 mon.smithi110 (mon.0) 337 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:56:30.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:29.094725+0000 mon.smithi110 (mon.0) 336 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:56:30.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:29.095842+0000 mon.smithi110 (mon.0) 337 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:56:31.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:29.006568+0000 mgr.smithi110.pyeest (mgr.14162) 136 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:31.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:30.062859+0000 mon.smithi110 (mon.0) 338 : audit [INF] from='client.? 172.21.15.110:0/387192779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fb45141-e34f-4cb3-98c7-74411659264b"}]: dispatch 2024-09-17T08:56:31.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:30.066447+0000 mon.smithi110 (mon.0) 339 : audit [INF] from='client.? 172.21.15.110:0/387192779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7fb45141-e34f-4cb3-98c7-74411659264b"}]': finished 2024-09-17T08:56:31.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:30.066502+0000 mon.smithi110 (mon.0) 340 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T08:56:31.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:30.066594+0000 mon.smithi110 (mon.0) 341 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:31.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:30.474818+0000 mon.smithi110 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.110:0/1022243775' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:56:31.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:29.006568+0000 mgr.smithi110.pyeest (mgr.14162) 136 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:31.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:30.062859+0000 mon.smithi110 (mon.0) 338 : audit [INF] from='client.? 172.21.15.110:0/387192779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fb45141-e34f-4cb3-98c7-74411659264b"}]: dispatch 2024-09-17T08:56:31.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:30.066447+0000 mon.smithi110 (mon.0) 339 : audit [INF] from='client.? 172.21.15.110:0/387192779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7fb45141-e34f-4cb3-98c7-74411659264b"}]': finished 2024-09-17T08:56:31.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:30.066502+0000 mon.smithi110 (mon.0) 340 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T08:56:31.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:30.066594+0000 mon.smithi110 (mon.0) 341 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:31.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:30.474818+0000 mon.smithi110 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.110:0/1022243775' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:56:32.764 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:31.006930+0000 mgr.smithi110.pyeest (mgr.14162) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:32.764 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:31.540302+0000 mon.smithi110 (mon.0) 343 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:32.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:31.006930+0000 mgr.smithi110.pyeest (mgr.14162) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:32.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:31.540302+0000 mon.smithi110 (mon.0) 343 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:33.007427+0000 mgr.smithi110.pyeest (mgr.14162) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:35.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:33.007427+0000 mgr.smithi110.pyeest (mgr.14162) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:36.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:35.007678+0000 mgr.smithi110.pyeest (mgr.14162) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:36.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:36.161666+0000 mon.smithi110 (mon.0) 344 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:36.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:36.164295+0000 mon.smithi110 (mon.0) 345 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:37.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:35.007678+0000 mgr.smithi110.pyeest (mgr.14162) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:37.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:36.161666+0000 mon.smithi110 (mon.0) 344 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:36.164295+0000 mon.smithi110 (mon.0) 345 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:37.779 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:56:36.157118+0000 mgr.smithi110.pyeest (mgr.14162) 140 : cephadm [INF] Detected new or changed devices on smithi110 2024-09-17T08:56:37.780 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:37.463215+0000 mon.smithi110 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:56:37.780 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:37.463752+0000 mon.smithi110 (mon.0) 347 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:38.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:56:36.157118+0000 mgr.smithi110.pyeest (mgr.14162) 140 : cephadm [INF] Detected new or changed devices on smithi110 2024-09-17T08:56:38.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:37.463215+0000 mon.smithi110 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:56:38.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:37.463752+0000 mon.smithi110 (mon.0) 347 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:38.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:37.007942+0000 mgr.smithi110.pyeest (mgr.14162) 141 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:38.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:56:37.464153+0000 mgr.smithi110.pyeest (mgr.14162) 142 : cephadm [INF] Deploying daemon osd.3 on smithi110 2024-09-17T08:56:39.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:37.007942+0000 mgr.smithi110.pyeest (mgr.14162) 141 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:39.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:56:37.464153+0000 mgr.smithi110.pyeest (mgr.14162) 142 : cephadm [INF] Deploying daemon osd.3 on smithi110 2024-09-17T08:56:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:39.008190+0000 mgr.smithi110.pyeest (mgr.14162) 143 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:40.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:39.008190+0000 mgr.smithi110.pyeest (mgr.14162) 143 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:40.924 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 3 on host 'smithi110' 2024-09-17T08:56:41.525 DEBUG:teuthology.orchestra.run.smithi110:osd.3> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.3.service 2024-09-17T08:56:41.527 INFO:tasks.cephadm:Deploying osd.4 on smithi138 with /dev/vg_nvme/lv_4... 2024-09-17T08:56:41.528 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-17T08:56:41.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:40.913376+0000 mon.smithi110 (mon.0) 348 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:41.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:40.917146+0000 mon.smithi110 (mon.0) 349 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:41.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:40.921726+0000 mon.smithi110 (mon.0) 350 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:40.913376+0000 mon.smithi110 (mon.0) 348 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:40.917146+0000 mon.smithi110 (mon.0) 349 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:40.921726+0000 mon.smithi110 (mon.0) 350 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:42.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:41.008438+0000 mgr.smithi110.pyeest (mgr.14162) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:43.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:41.008438+0000 mgr.smithi110.pyeest (mgr.14162) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:43.425 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-17T08:56:43.425 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-17T08:56:43.426 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-09-17T08:56:43.426 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-09-17T08:56:43.426 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111704 s, 939 MB/s 2024-09-17T08:56:43.426 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-09-17T08:56:43.977 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi138:vg_nvme/lv_4 2024-09-17T08:56:44.306 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 08:56:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3[40515]: debug 2024-09-17T08:56:44.037+0000 7f78ff2ba080 -1 osd.3 0 log_to_monitors {default=true} 2024-09-17T08:56:44.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:43.008832+0000 mgr.smithi110.pyeest (mgr.14162) 145 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:44.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:44.040458+0000 mon.smithi110 (mon.0) 351 : audit [INF] from='osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:56:45.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:43.008832+0000 mgr.smithi110.pyeest (mgr.14162) 145 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:45.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:44.040458+0000 mon.smithi110 (mon.0) 351 : audit [INF] from='osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:56:45.820 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3[40515]: debug 2024-09-17T08:56:45.676+0000 7f78f582b700 -1 osd.3 0 waiting for initial osdmap 2024-09-17T08:56:45.821 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3[40515]: debug 2024-09-17T08:56:45.680+0000 7f78ef7a2700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:56:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:44.673630+0000 mon.smithi110 (mon.0) 352 : audit [INF] from='osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:56:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:44.673694+0000 mon.smithi110 (mon.0) 353 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T08:56:45.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:44.674018+0000 mon.smithi110 (mon.0) 354 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:45.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:44.674361+0000 mon.smithi110 (mon.0) 355 : audit [INF] from='osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T08:56:45.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:45.670489+0000 mon.smithi110 (mon.0) 356 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:45.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:45.674326+0000 mon.smithi110 (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-17T08:56:45.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:45.674367+0000 mon.smithi110 (mon.0) 358 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-17T08:56:45.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:45.674462+0000 mon.smithi110 (mon.0) 359 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:44.673630+0000 mon.smithi110 (mon.0) 352 : audit [INF] from='osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:56:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:44.673694+0000 mon.smithi110 (mon.0) 353 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T08:56:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:44.674018+0000 mon.smithi110 (mon.0) 354 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:44.674361+0000 mon.smithi110 (mon.0) 355 : audit [INF] from='osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T08:56:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:45.670489+0000 mon.smithi110 (mon.0) 356 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:45.674326+0000 mon.smithi110 (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-17T08:56:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:45.674367+0000 mon.smithi110 (mon.0) 358 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-17T08:56:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:45.674462+0000 mon.smithi110 (mon.0) 359 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:46.958 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:45.009096+0000 mgr.smithi110.pyeest (mgr.14162) 146 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:46.958 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:45.677482+0000 mon.smithi110 (mon.0) 360 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:46.958 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:45.784144+0000 mgr.smithi110.pyeest (mgr.14162) 147 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:46.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:45.784919+0000 mon.smithi110 (mon.0) 361 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:56:46.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:56:45.786058+0000 mgr.smithi110.pyeest (mgr.14162) 148 : cephadm [INF] Applying service osd.None on host smithi138... 2024-09-17T08:56:46.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:45.786241+0000 mon.smithi110 (mon.0) 362 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:56:46.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:45.786759+0000 mon.smithi110 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:46.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:46.677253+0000 mon.smithi110 (mon.0) 364 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:47.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:45.009096+0000 mgr.smithi110.pyeest (mgr.14162) 146 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:47.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:45.677482+0000 mon.smithi110 (mon.0) 360 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:47.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:45.784144+0000 mgr.smithi110.pyeest (mgr.14162) 147 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:47.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:45.784919+0000 mon.smithi110 (mon.0) 361 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:56:47.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:56:45.786058+0000 mgr.smithi110.pyeest (mgr.14162) 148 : cephadm [INF] Applying service osd.None on host smithi138... 2024-09-17T08:56:47.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:45.786241+0000 mon.smithi110 (mon.0) 362 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:56:47.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:45.786759+0000 mon.smithi110 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:47.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:46.677253+0000 mon.smithi110 (mon.0) 364 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:48.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:45.034467+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:56:48.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:45.034561+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:56:48.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:46.684250+0000 mon.smithi110 (mon.0) 365 : cluster [INF] osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172] boot 2024-09-17T08:56:48.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:46.684274+0000 mon.smithi110 (mon.0) 366 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T08:56:48.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:46.684680+0000 mon.smithi110 (mon.0) 367 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:48.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:45.034467+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:56:48.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:45.034561+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:56:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:46.684250+0000 mon.smithi110 (mon.0) 365 : cluster [INF] osd.3 [v2:172.21.15.110:6826/601838172,v1:172.21.15.110:6827/601838172] boot 2024-09-17T08:56:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:46.684274+0000 mon.smithi110 (mon.0) 366 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T08:56:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:46.684680+0000 mon.smithi110 (mon.0) 367 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:56:49.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:47.009448+0000 mgr.smithi110.pyeest (mgr.14162) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:49.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:47.695269+0000 mon.smithi110 (mon.0) 368 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T08:56:49.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:47.964376+0000 mon.smithi138 (mon.1) 2 : audit [INF] from='client.? 172.21.15.138:0/3421181929' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e8cb7bd-a552-4a64-86c0-9a6f35bb1951"}]: dispatch 2024-09-17T08:56:49.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:47.964988+0000 mon.smithi110 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e8cb7bd-a552-4a64-86c0-9a6f35bb1951"}]: dispatch 2024-09-17T08:56:49.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:47.968447+0000 mon.smithi110 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e8cb7bd-a552-4a64-86c0-9a6f35bb1951"}]': finished 2024-09-17T08:56:49.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:47.968492+0000 mon.smithi110 (mon.0) 371 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T08:56:49.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:47.968569+0000 mon.smithi110 (mon.0) 372 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:56:49.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:48.387810+0000 mon.smithi138 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.138:0/3829735691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:56:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:47.009448+0000 mgr.smithi110.pyeest (mgr.14162) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:56:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:47.695269+0000 mon.smithi110 (mon.0) 368 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T08:56:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:47.964376+0000 mon.smithi138 (mon.1) 2 : audit [INF] from='client.? 172.21.15.138:0/3421181929' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e8cb7bd-a552-4a64-86c0-9a6f35bb1951"}]: dispatch 2024-09-17T08:56:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:47.964988+0000 mon.smithi110 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e8cb7bd-a552-4a64-86c0-9a6f35bb1951"}]: dispatch 2024-09-17T08:56:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:47.968447+0000 mon.smithi110 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e8cb7bd-a552-4a64-86c0-9a6f35bb1951"}]': finished 2024-09-17T08:56:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:47.968492+0000 mon.smithi110 (mon.0) 371 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T08:56:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:47.968569+0000 mon.smithi110 (mon.0) 372 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:56:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:48.387810+0000 mon.smithi138 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.138:0/3829735691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:56:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:48.823878+0000 mon.smithi110 (mon.0) 373 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:48.826555+0000 mon.smithi110 (mon.0) 374 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:48.828645+0000 mon.smithi110 (mon.0) 375 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:50.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:48.823878+0000 mon.smithi110 (mon.0) 373 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:50.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:48.826555+0000 mon.smithi110 (mon.0) 374 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:50.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:48.828645+0000 mon.smithi110 (mon.0) 375 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:51.053 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:49.009709+0000 mgr.smithi110.pyeest (mgr.14162) 150 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:51.200 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:49.009709+0000 mgr.smithi110.pyeest (mgr.14162) 150 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:52.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:51.010060+0000 mgr.smithi110.pyeest (mgr.14162) 151 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:52.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:52.811741+0000 mon.smithi110 (mon.0) 376 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:52.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:52.814440+0000 mon.smithi110 (mon.0) 377 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:53.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:51.010060+0000 mgr.smithi110.pyeest (mgr.14162) 151 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:53.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:52.811741+0000 mon.smithi110 (mon.0) 376 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:53.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:52.814440+0000 mon.smithi110 (mon.0) 377 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:54.156 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:53.534528+0000 mon.smithi110 (mon.0) 378 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:56:54.156 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:53.535332+0000 mon.smithi110 (mon.0) 379 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:54.222 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:53.534528+0000 mon.smithi110 (mon.0) 378 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:56:54.222 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:53.535332+0000 mon.smithi110 (mon.0) 379 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:55.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:53.010471+0000 mgr.smithi110.pyeest (mgr.14162) 152 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:55.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:56:53.535889+0000 mgr.smithi110.pyeest (mgr.14162) 153 : cephadm [INF] Deploying daemon osd.4 on smithi138 2024-09-17T08:56:55.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:53.010471+0000 mgr.smithi110.pyeest (mgr.14162) 152 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:55.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:56:53.535889+0000 mgr.smithi110.pyeest (mgr.14162) 153 : cephadm [INF] Deploying daemon osd.4 on smithi138 2024-09-17T08:56:56.854 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 4 on host 'smithi138' 2024-09-17T08:56:57.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:55.010789+0000 mgr.smithi110.pyeest (mgr.14162) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:57.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:55.010789+0000 mgr.smithi110.pyeest (mgr.14162) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:57.448 DEBUG:teuthology.orchestra.run.smithi138:osd.4> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.4.service 2024-09-17T08:56:57.451 INFO:tasks.cephadm:Deploying osd.5 on smithi138 with /dev/vg_nvme/lv_3... 2024-09-17T08:56:57.451 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-17T08:56:58.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:56.842769+0000 mon.smithi110 (mon.0) 380 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:58.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:56.845675+0000 mon.smithi110 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:58.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:56.850413+0000 mon.smithi110 (mon.0) 382 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:58.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:56.842769+0000 mon.smithi110 (mon.0) 380 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:58.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:56.845675+0000 mon.smithi110 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:58.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:56.850413+0000 mon.smithi110 (mon.0) 382 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:56:59.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:56:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:57.011069+0000 mgr.smithi110.pyeest (mgr.14162) 155 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:59.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:56:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:57.011069+0000 mgr.smithi110.pyeest (mgr.14162) 155 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:56:59.786 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-17T08:56:59.787 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-17T08:56:59.787 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-09-17T08:56:59.787 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-09-17T08:56:59.787 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0136386 s, 769 MB/s 2024-09-17T08:56:59.787 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-09-17T08:57:00.043 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 08:56:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4[29455]: debug 2024-09-17T08:56:59.958+0000 7f0e69270080 -1 osd.4 0 log_to_monitors {default=true} 2024-09-17T08:57:00.775 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi138:vg_nvme/lv_3 2024-09-17T08:57:01.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:56:59.011470+0000 mgr.smithi110.pyeest (mgr.14162) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:57:01.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:59.962631+0000 mon.smithi138 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.138:6800/3557243904,v1:172.21.15.138:6801/3557243904]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:57:01.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:56:59.963134+0000 mon.smithi110 (mon.0) 383 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:57:01.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:00.382698+0000 mon.smithi110 (mon.0) 384 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:01.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:56:59.011470+0000 mgr.smithi110.pyeest (mgr.14162) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:57:01.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:59.962631+0000 mon.smithi138 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.138:6800/3557243904,v1:172.21.15.138:6801/3557243904]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:57:01.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:56:59.963134+0000 mon.smithi110 (mon.0) 383 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:57:01.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:00.382698+0000 mon.smithi110 (mon.0) 384 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:02.078 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 08:57:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4[29455]: debug 2024-09-17T08:57:01.869+0000 7f0e5f7e1700 -1 osd.4 0 waiting for initial osdmap 2024-09-17T08:57:02.079 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 08:57:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4[29455]: debug 2024-09-17T08:57:01.874+0000 7f0e57f55700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:57:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:00.855893+0000 mon.smithi110 (mon.0) 385 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:57:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:00.855950+0000 mon.smithi110 (mon.0) 386 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T08:57:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:00.856231+0000 mon.smithi110 (mon.0) 387 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:57:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:00.861196+0000 mon.smithi138 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.138:6800/3557243904,v1:172.21.15.138:6801/3557243904]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:00.869744+0000 mon.smithi110 (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:00.912060+0000 mon.smithi110 (mon.0) 389 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:02.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:00.855893+0000 mon.smithi110 (mon.0) 385 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:57:02.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:00.855950+0000 mon.smithi110 (mon.0) 386 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T08:57:02.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:00.856231+0000 mon.smithi110 (mon.0) 387 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:57:02.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:00.861196+0000 mon.smithi138 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.138:6800/3557243904,v1:172.21.15.138:6801/3557243904]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:02.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:00.869744+0000 mon.smithi110 (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:02.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:00.912060+0000 mon.smithi110 (mon.0) 389 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:02.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:01.011812+0000 mgr.smithi110.pyeest (mgr.14162) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:57:02.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:01.866086+0000 mon.smithi110 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-09-17T08:57:02.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:01.866189+0000 mon.smithi110 (mon.0) 391 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T08:57:02.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:01.866643+0000 mon.smithi110 (mon.0) 392 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:57:02.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:01.871334+0000 mon.smithi110 (mon.0) 393 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:57:02.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:02.663019+0000 mon.smithi110 (mon.0) 394 : cluster [INF] osd.4 [v2:172.21.15.138:6800/3557243904,v1:172.21.15.138:6801/3557243904] boot 2024-09-17T08:57:02.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:02.663106+0000 mon.smithi110 (mon.0) 395 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T08:57:02.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:02.663427+0000 mon.smithi110 (mon.0) 396 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:57:03.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:01.011812+0000 mgr.smithi110.pyeest (mgr.14162) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:57:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:01.866086+0000 mon.smithi110 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-09-17T08:57:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:01.866189+0000 mon.smithi110 (mon.0) 391 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T08:57:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:01.866643+0000 mon.smithi110 (mon.0) 392 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:57:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:01.871334+0000 mon.smithi110 (mon.0) 393 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:57:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:02.663019+0000 mon.smithi110 (mon.0) 394 : cluster [INF] osd.4 [v2:172.21.15.138:6800/3557243904,v1:172.21.15.138:6801/3557243904] boot 2024-09-17T08:57:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:02.663106+0000 mon.smithi110 (mon.0) 395 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T08:57:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:02.663427+0000 mon.smithi110 (mon.0) 396 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:57:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:01.006831+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:57:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:01.007020+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:57:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:03.399039+0000 mon.smithi110 (mon.0) 397 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:57:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:03.400828+0000 mon.smithi110 (mon.0) 398 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:57:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:03.401523+0000 mon.smithi110 (mon.0) 399 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:03.664777+0000 mon.smithi110 (mon.0) 400 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T08:57:04.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:01.006831+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:57:04.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:01.007020+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:57:04.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:03.399039+0000 mon.smithi110 (mon.0) 397 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:57:04.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:03.400828+0000 mon.smithi110 (mon.0) 398 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:57:04.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:03.401523+0000 mon.smithi110 (mon.0) 399 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:04.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:03.664777+0000 mon.smithi110 (mon.0) 400 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T08:57:05.240 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:03.012251+0000 mgr.smithi110.pyeest (mgr.14162) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:05.240 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:03.398122+0000 mgr.smithi110.pyeest (mgr.14162) 159 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:05.240 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:03.400549+0000 mgr.smithi110.pyeest (mgr.14162) 160 : cephadm [INF] Applying service osd.None on host smithi138... 2024-09-17T08:57:05.240 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:04.665922+0000 mon.smithi110 (mon.0) 401 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T08:57:05.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:03.012251+0000 mgr.smithi110.pyeest (mgr.14162) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:05.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:03.398122+0000 mgr.smithi110.pyeest (mgr.14162) 159 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:05.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:03.400549+0000 mgr.smithi110.pyeest (mgr.14162) 160 : cephadm [INF] Applying service osd.None on host smithi138... 2024-09-17T08:57:05.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:04.665922+0000 mon.smithi110 (mon.0) 401 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T08:57:06.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:05.012642+0000 mgr.smithi110.pyeest (mgr.14162) 161 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:06.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:05.163378+0000 mgr.smithi110.pyeest (mgr.14162) 162 : cephadm [INF] Detected new or changed devices on smithi138 2024-09-17T08:57:06.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:05.168108+0000 mon.smithi110 (mon.0) 402 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:06.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:05.566868+0000 mon.smithi110 (mon.0) 403 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:06.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:05.569239+0000 mon.smithi110 (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:06.531 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:05.012642+0000 mgr.smithi110.pyeest (mgr.14162) 161 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:06.531 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:05.163378+0000 mgr.smithi110.pyeest (mgr.14162) 162 : cephadm [INF] Detected new or changed devices on smithi138 2024-09-17T08:57:06.531 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:05.168108+0000 mon.smithi110 (mon.0) 402 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:06.531 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:05.566868+0000 mon.smithi110 (mon.0) 403 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:06.531 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:05.569239+0000 mon.smithi110 (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:07.540 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:06.215404+0000 mon.smithi138 (mon.1) 6 : audit [INF] from='client.? 172.21.15.138:0/4132772332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "252fa602-b82a-4751-8c0a-e7ad8bb54514"}]: dispatch 2024-09-17T08:57:07.540 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:06.215670+0000 mon.smithi110 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "252fa602-b82a-4751-8c0a-e7ad8bb54514"}]: dispatch 2024-09-17T08:57:07.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:06.218688+0000 mon.smithi110 (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "252fa602-b82a-4751-8c0a-e7ad8bb54514"}]': finished 2024-09-17T08:57:07.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:06.218744+0000 mon.smithi110 (mon.0) 407 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T08:57:07.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:06.218859+0000 mon.smithi110 (mon.0) 408 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:07.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:06.641821+0000 mon.smithi138 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.138:0/3813025309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:57:07.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:06.215404+0000 mon.smithi138 (mon.1) 6 : audit [INF] from='client.? 172.21.15.138:0/4132772332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "252fa602-b82a-4751-8c0a-e7ad8bb54514"}]: dispatch 2024-09-17T08:57:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:06.215670+0000 mon.smithi110 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "252fa602-b82a-4751-8c0a-e7ad8bb54514"}]: dispatch 2024-09-17T08:57:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:06.218688+0000 mon.smithi110 (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "252fa602-b82a-4751-8c0a-e7ad8bb54514"}]': finished 2024-09-17T08:57:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:06.218744+0000 mon.smithi110 (mon.0) 407 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T08:57:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:06.218859+0000 mon.smithi110 (mon.0) 408 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:06.641821+0000 mon.smithi138 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.138:0/3813025309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:57:08.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:07.012916+0000 mgr.smithi110.pyeest (mgr.14162) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:09.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:07.012916+0000 mgr.smithi110.pyeest (mgr.14162) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:09.013225+0000 mgr.smithi110.pyeest (mgr.14162) 164 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:09.580611+0000 mon.smithi110 (mon.0) 409 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:09.583449+0000 mon.smithi110 (mon.0) 410 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:11.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:09.013225+0000 mgr.smithi110.pyeest (mgr.14162) 164 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:11.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:09.580611+0000 mon.smithi110 (mon.0) 409 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:09.583449+0000 mon.smithi110 (mon.0) 410 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:12.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:11.013616+0000 mgr.smithi110.pyeest (mgr.14162) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:12.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:11.843315+0000 mon.smithi110 (mon.0) 411 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:57:12.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:11.844054+0000 mon.smithi110 (mon.0) 412 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:12.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:11.844642+0000 mgr.smithi110.pyeest (mgr.14162) 166 : cephadm [INF] Deploying daemon osd.5 on smithi138 2024-09-17T08:57:13.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:11.013616+0000 mgr.smithi110.pyeest (mgr.14162) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:11.843315+0000 mon.smithi110 (mon.0) 411 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:57:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:11.844054+0000 mon.smithi110 (mon.0) 412 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:11.844642+0000 mgr.smithi110.pyeest (mgr.14162) 166 : cephadm [INF] Deploying daemon osd.5 on smithi138 2024-09-17T08:57:15.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:13.013985+0000 mgr.smithi110.pyeest (mgr.14162) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:15.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:13.013985+0000 mgr.smithi110.pyeest (mgr.14162) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:15.374 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 5 on host 'smithi138' 2024-09-17T08:57:15.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:15.360373+0000 mon.smithi110 (mon.0) 413 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:15.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:15.365034+0000 mon.smithi110 (mon.0) 414 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:15.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:15.371538+0000 mon.smithi110 (mon.0) 415 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:15.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:15.360373+0000 mon.smithi110 (mon.0) 413 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:15.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:15.365034+0000 mon.smithi110 (mon.0) 414 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:15.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:15.371538+0000 mon.smithi110 (mon.0) 415 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:16.022 DEBUG:teuthology.orchestra.run.smithi138:osd.5> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.5.service 2024-09-17T08:57:16.024 INFO:tasks.cephadm:Deploying osd.6 on smithi138 with /dev/vg_nvme/lv_2... 2024-09-17T08:57:16.024 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-17T08:57:16.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:15.014412+0000 mgr.smithi110.pyeest (mgr.14162) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:17.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:15.014412+0000 mgr.smithi110.pyeest (mgr.14162) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:18.422 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-17T08:57:18.423 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-17T08:57:18.423 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-09-17T08:57:18.423 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-09-17T08:57:18.423 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0144031 s, 728 MB/s 2024-09-17T08:57:18.423 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-09-17T08:57:18.674 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 08:57:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5[31927]: debug 2024-09-17T08:57:18.476+0000 7fd24beb2080 -1 osd.5 0 log_to_monitors {default=true} 2024-09-17T08:57:18.992 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:17.014764+0000 mgr.smithi110.pyeest (mgr.14162) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:18.992 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:18.480051+0000 mon.smithi138 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.138:6808/3516442601,v1:172.21.15.138:6809/3516442601]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:57:18.993 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:18.480315+0000 mon.smithi110 (mon.0) 416 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:57:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:17.014764+0000 mgr.smithi110.pyeest (mgr.14162) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:18.480051+0000 mon.smithi138 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.138:6808/3516442601,v1:172.21.15.138:6809/3516442601]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:57:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:18.480315+0000 mon.smithi110 (mon.0) 416 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:57:19.475 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi138:vg_nvme/lv_2 2024-09-17T08:57:19.777 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5[31927]: debug 2024-09-17T08:57:19.689+0000 7fd243c26700 -1 osd.5 0 waiting for initial osdmap 2024-09-17T08:57:19.777 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5[31927]: debug 2024-09-17T08:57:19.693+0000 7fd23cb9b700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:57:19.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:18.678304+0000 mon.smithi110 (mon.0) 417 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:57:19.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:18.678387+0000 mon.smithi110 (mon.0) 418 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T08:57:19.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:18.678486+0000 mon.smithi110 (mon.0) 419 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:19.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:18.678938+0000 mon.smithi138 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.138:6808/3516442601,v1:172.21.15.138:6809/3516442601]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:19.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:18.679095+0000 mon.smithi110 (mon.0) 420 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:19.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:19.400492+0000 mon.smithi110 (mon.0) 421 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:19.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:19.622645+0000 mon.smithi110 (mon.0) 422 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:20.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:18.678304+0000 mon.smithi110 (mon.0) 417 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:57:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:18.678387+0000 mon.smithi110 (mon.0) 418 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T08:57:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:18.678486+0000 mon.smithi110 (mon.0) 419 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:18.678938+0000 mon.smithi138 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.138:6808/3516442601,v1:172.21.15.138:6809/3516442601]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:18.679095+0000 mon.smithi110 (mon.0) 420 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:19.400492+0000 mon.smithi110 (mon.0) 421 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:19.622645+0000 mon.smithi110 (mon.0) 422 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:19.015092+0000 mgr.smithi110.pyeest (mgr.14162) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:19.679650+0000 mon.smithi110 (mon.0) 423 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-09-17T08:57:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:19.679707+0000 mon.smithi110 (mon.0) 424 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T08:57:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:19.680004+0000 mon.smithi110 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:19.686705+0000 mon.smithi110 (mon.0) 426 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:20.682475+0000 mon.smithi110 (mon.0) 427 : cluster [INF] osd.5 [v2:172.21.15.138:6808/3516442601,v1:172.21.15.138:6809/3516442601] boot 2024-09-17T08:57:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:20.682537+0000 mon.smithi110 (mon.0) 428 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T08:57:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:20.682779+0000 mon.smithi110 (mon.0) 429 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:21.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:19.015092+0000 mgr.smithi110.pyeest (mgr.14162) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:57:21.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:19.679650+0000 mon.smithi110 (mon.0) 423 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-09-17T08:57:21.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:19.679707+0000 mon.smithi110 (mon.0) 424 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T08:57:21.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:19.680004+0000 mon.smithi110 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:21.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:19.686705+0000 mon.smithi110 (mon.0) 426 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:21.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:20.682475+0000 mon.smithi110 (mon.0) 427 : cluster [INF] osd.5 [v2:172.21.15.138:6808/3516442601,v1:172.21.15.138:6809/3516442601] boot 2024-09-17T08:57:21.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:20.682537+0000 mon.smithi110 (mon.0) 428 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T08:57:21.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:20.682779+0000 mon.smithi110 (mon.0) 429 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:57:21.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:19.513874+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:57:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:19.513962+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:57:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:21.579762+0000 mon.smithi110 (mon.0) 430 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:57:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:21.581419+0000 mon.smithi110 (mon.0) 431 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:57:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:21.582166+0000 mon.smithi110 (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:21.683586+0000 mon.smithi110 (mon.0) 433 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T08:57:22.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:19.513874+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:57:22.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:19.513962+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:57:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:21.579762+0000 mon.smithi110 (mon.0) 430 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:57:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:21.581419+0000 mon.smithi110 (mon.0) 431 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:57:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:21.582166+0000 mon.smithi110 (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:21.683586+0000 mon.smithi110 (mon.0) 433 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T08:57:23.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:21.015451+0000 mgr.smithi110.pyeest (mgr.14162) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:23.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:21.578812+0000 mgr.smithi110.pyeest (mgr.14162) 172 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:23.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:21.581146+0000 mgr.smithi110.pyeest (mgr.14162) 173 : cephadm [INF] Applying service osd.None on host smithi138... 2024-09-17T08:57:23.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:22.689096+0000 mon.smithi110 (mon.0) 434 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T08:57:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:21.015451+0000 mgr.smithi110.pyeest (mgr.14162) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:21.578812+0000 mgr.smithi110.pyeest (mgr.14162) 172 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:21.581146+0000 mgr.smithi110.pyeest (mgr.14162) 173 : cephadm [INF] Applying service osd.None on host smithi138... 2024-09-17T08:57:23.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:22.689096+0000 mon.smithi110 (mon.0) 434 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T08:57:24.966 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:23.015923+0000 mgr.smithi110.pyeest (mgr.14162) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:23.015923+0000 mgr.smithi110.pyeest (mgr.14162) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:26.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:25.016224+0000 mgr.smithi110.pyeest (mgr.14162) 175 : cluster [DBG] pgmap v146: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:25.254408+0000 mgr.smithi110.pyeest (mgr.14162) 176 : cephadm [INF] Detected new or changed devices on smithi138 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:25.258508+0000 mon.smithi110 (mon.0) 435 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:25.261945+0000 mon.smithi110 (mon.0) 436 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:25.264346+0000 mon.smithi110 (mon.0) 437 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:25.951903+0000 mon.smithi138 (mon.1) 10 : audit [INF] from='client.? 172.21.15.138:0/977678598' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e68d7f35-9c00-4809-ad26-c236a09d2054"}]: dispatch 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:25.952104+0000 mon.smithi110 (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e68d7f35-9c00-4809-ad26-c236a09d2054"}]: dispatch 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:25.955634+0000 mon.smithi110 (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e68d7f35-9c00-4809-ad26-c236a09d2054"}]': finished 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:25.955677+0000 mon.smithi110 (mon.0) 440 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-17T08:57:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:25.955776+0000 mon.smithi110 (mon.0) 441 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:26.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:25.016224+0000 mgr.smithi110.pyeest (mgr.14162) 175 : cluster [DBG] pgmap v146: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:26.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:25.254408+0000 mgr.smithi110.pyeest (mgr.14162) 176 : cephadm [INF] Detected new or changed devices on smithi138 2024-09-17T08:57:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:25.258508+0000 mon.smithi110 (mon.0) 435 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:25.261945+0000 mon.smithi110 (mon.0) 436 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:25.264346+0000 mon.smithi110 (mon.0) 437 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:25.951903+0000 mon.smithi138 (mon.1) 10 : audit [INF] from='client.? 172.21.15.138:0/977678598' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e68d7f35-9c00-4809-ad26-c236a09d2054"}]: dispatch 2024-09-17T08:57:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:25.952104+0000 mon.smithi110 (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e68d7f35-9c00-4809-ad26-c236a09d2054"}]: dispatch 2024-09-17T08:57:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:25.955634+0000 mon.smithi110 (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e68d7f35-9c00-4809-ad26-c236a09d2054"}]': finished 2024-09-17T08:57:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:25.955677+0000 mon.smithi110 (mon.0) 440 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-17T08:57:26.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:25.955776+0000 mon.smithi110 (mon.0) 441 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:27.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:26.358872+0000 mon.smithi138 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.138:0/1263878415' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:57:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:26.358872+0000 mon.smithi138 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.138:0/1263878415' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:57:28.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:27.016583+0000 mgr.smithi110.pyeest (mgr.14162) 177 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:28.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:27.016583+0000 mgr.smithi110.pyeest (mgr.14162) 177 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:29.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:29.098949+0000 mon.smithi110 (mon.0) 442 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:57:29.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:29.099134+0000 mon.smithi110 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:57:29.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:29.402087+0000 mon.smithi110 (mon.0) 444 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:29.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:29.404779+0000 mon.smithi110 (mon.0) 445 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:30.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:29.098949+0000 mon.smithi110 (mon.0) 442 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:57:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:29.099134+0000 mon.smithi110 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:57:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:29.402087+0000 mon.smithi110 (mon.0) 444 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:29.404779+0000 mon.smithi110 (mon.0) 445 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:30.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:29.016896+0000 mgr.smithi110.pyeest (mgr.14162) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:31.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:29.016896+0000 mgr.smithi110.pyeest (mgr.14162) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:31.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:31.554747+0000 mon.smithi110 (mon.0) 446 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:57:31.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:31.555562+0000 mon.smithi110 (mon.0) 447 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:32.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:31.554747+0000 mon.smithi110 (mon.0) 446 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:57:32.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:31.555562+0000 mon.smithi110 (mon.0) 447 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:32.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:31.017353+0000 mgr.smithi110.pyeest (mgr.14162) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:32.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:31.556174+0000 mgr.smithi110.pyeest (mgr.14162) 180 : cephadm [INF] Deploying daemon osd.6 on smithi138 2024-09-17T08:57:33.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:31.017353+0000 mgr.smithi110.pyeest (mgr.14162) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:33.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:31.556174+0000 mgr.smithi110.pyeest (mgr.14162) 180 : cephadm [INF] Deploying daemon osd.6 on smithi138 2024-09-17T08:57:34.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:33.017669+0000 mgr.smithi110.pyeest (mgr.14162) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:34.835 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 6 on host 'smithi138' 2024-09-17T08:57:35.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:33.017669+0000 mgr.smithi110.pyeest (mgr.14162) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:35.626 DEBUG:teuthology.orchestra.run.smithi138:osd.6> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.6.service 2024-09-17T08:57:35.628 INFO:tasks.cephadm:Deploying osd.7 on smithi138 with /dev/vg_nvme/lv_1... 2024-09-17T08:57:35.628 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-17T08:57:35.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:34.821722+0000 mon.smithi110 (mon.0) 448 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:35.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:34.825926+0000 mon.smithi110 (mon.0) 449 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:35.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:34.831864+0000 mon.smithi110 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:35.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:34.821722+0000 mon.smithi110 (mon.0) 448 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:35.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:34.825926+0000 mon.smithi110 (mon.0) 449 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:35.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:34.831864+0000 mon.smithi110 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:37.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:35.017968+0000 mgr.smithi110.pyeest (mgr.14162) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:37.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:35.017968+0000 mgr.smithi110.pyeest (mgr.14162) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:38.078 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 08:57:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6[34389]: debug 2024-09-17T08:57:37.945+0000 7fe52fce6080 -1 osd.6 0 log_to_monitors {default=true} 2024-09-17T08:57:38.755 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-17T08:57:38.755 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-17T08:57:38.755 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-09-17T08:57:38.755 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-09-17T08:57:38.755 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0147716 s, 710 MB/s 2024-09-17T08:57:38.755 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-09-17T08:57:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:37.018292+0000 mgr.smithi110.pyeest (mgr.14162) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:37.948246+0000 mon.smithi138 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.138:6816/1535583032,v1:172.21.15.138:6817/1535583032]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:57:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:37.948530+0000 mon.smithi110 (mon.0) 451 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:57:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:38.585102+0000 mon.smithi110 (mon.0) 452 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:39.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:37.018292+0000 mgr.smithi110.pyeest (mgr.14162) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:39.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:37.948246+0000 mon.smithi138 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.138:6816/1535583032,v1:172.21.15.138:6817/1535583032]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:57:39.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:37.948530+0000 mon.smithi110 (mon.0) 451 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:57:39.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:38.585102+0000 mon.smithi110 (mon.0) 452 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:40.043 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 08:57:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6[34389]: debug 2024-09-17T08:57:39.845+0000 7fe526257700 -1 osd.6 0 waiting for initial osdmap 2024-09-17T08:57:40.044 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 08:57:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6[34389]: debug 2024-09-17T08:57:39.851+0000 7fe51e9cb700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:57:40.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:38.835777+0000 mon.smithi110 (mon.0) 453 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:57:40.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:38.835850+0000 mon.smithi110 (mon.0) 454 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-17T08:57:40.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:38.836199+0000 mon.smithi110 (mon.0) 455 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:40.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:38.836675+0000 mon.smithi138 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.138:6816/1535583032,v1:172.21.15.138:6817/1535583032]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:40.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:38.839496+0000 mon.smithi110 (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:40.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:38.873824+0000 mon.smithi110 (mon.0) 457 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:40.067 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi138:vg_nvme/lv_1 2024-09-17T08:57:40.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:38.835777+0000 mon.smithi110 (mon.0) 453 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:57:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:38.835850+0000 mon.smithi110 (mon.0) 454 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-17T08:57:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:38.836199+0000 mon.smithi110 (mon.0) 455 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:38.836675+0000 mon.smithi138 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.138:6816/1535583032,v1:172.21.15.138:6817/1535583032]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:38.839496+0000 mon.smithi110 (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:38.873824+0000 mon.smithi110 (mon.0) 457 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:41.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:39.018513+0000 mgr.smithi110.pyeest (mgr.14162) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:41.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:39.841316+0000 mon.smithi110 (mon.0) 458 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-09-17T08:57:41.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:39.841423+0000 mon.smithi110 (mon.0) 459 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-17T08:57:41.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:39.841798+0000 mon.smithi110 (mon.0) 460 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:41.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:39.845814+0000 mon.smithi110 (mon.0) 461 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:41.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:39.018513+0000 mgr.smithi110.pyeest (mgr.14162) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:41.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:39.841316+0000 mon.smithi110 (mon.0) 458 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-09-17T08:57:41.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:39.841423+0000 mon.smithi110 (mon.0) 459 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-17T08:57:41.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:39.841798+0000 mon.smithi110 (mon.0) 460 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:41.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:39.845814+0000 mon.smithi110 (mon.0) 461 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:41.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:38.985860+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:57:41.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:38.985969+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:57:41.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:40.847077+0000 mon.smithi110 (mon.0) 462 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:41.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:40.849899+0000 mon.smithi110 (mon.0) 463 : cluster [INF] osd.6 [v2:172.21.15.138:6816/1535583032,v1:172.21.15.138:6817/1535583032] boot 2024-09-17T08:57:41.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:40.849952+0000 mon.smithi110 (mon.0) 464 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-17T08:57:41.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:40.850121+0000 mon.smithi110 (mon.0) 465 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:42.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:38.985860+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:57:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:38.985969+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:57:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:40.847077+0000 mon.smithi110 (mon.0) 462 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:40.849899+0000 mon.smithi110 (mon.0) 463 : cluster [INF] osd.6 [v2:172.21.15.138:6816/1535583032,v1:172.21.15.138:6817/1535583032] boot 2024-09-17T08:57:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:40.849952+0000 mon.smithi110 (mon.0) 464 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-17T08:57:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:40.850121+0000 mon.smithi110 (mon.0) 465 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:57:43.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:41.018961+0000 mgr.smithi110.pyeest (mgr.14162) 185 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:43.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:41.852759+0000 mon.smithi110 (mon.0) 466 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-17T08:57:43.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:42.661064+0000 mon.smithi110 (mon.0) 467 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:57:43.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:42.662673+0000 mon.smithi110 (mon.0) 468 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:57:43.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:42.663402+0000 mon.smithi110 (mon.0) 469 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:43.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:41.018961+0000 mgr.smithi110.pyeest (mgr.14162) 185 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:57:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:41.852759+0000 mon.smithi110 (mon.0) 466 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-17T08:57:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:42.661064+0000 mon.smithi110 (mon.0) 467 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:57:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:42.662673+0000 mon.smithi110 (mon.0) 468 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:57:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:42.663402+0000 mon.smithi110 (mon.0) 469 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:44.121 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:42.660109+0000 mgr.smithi110.pyeest (mgr.14162) 186 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:44.121 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:42.662351+0000 mgr.smithi110.pyeest (mgr.14162) 187 : cephadm [INF] Applying service osd.None on host smithi138... 2024-09-17T08:57:44.121 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:42.860015+0000 mon.smithi110 (mon.0) 470 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-17T08:57:44.121 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:43.352415+0000 mon.smithi110 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:44.122 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:43.355824+0000 mon.smithi110 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:44.122 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:43.358729+0000 mon.smithi110 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:44.122 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:43.362673+0000 mon.smithi110 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:42.660109+0000 mgr.smithi110.pyeest (mgr.14162) 186 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:42.662351+0000 mgr.smithi110.pyeest (mgr.14162) 187 : cephadm [INF] Applying service osd.None on host smithi138... 2024-09-17T08:57:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:42.860015+0000 mon.smithi110 (mon.0) 470 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-17T08:57:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:43.352415+0000 mon.smithi110 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:43.355824+0000 mon.smithi110 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:43.358729+0000 mon.smithi110 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:43.362673+0000 mon.smithi110 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:45.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:43.019276+0000 mgr.smithi110.pyeest (mgr.14162) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:45.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:43.347100+0000 mgr.smithi110.pyeest (mgr.14162) 189 : cephadm [INF] Detected new or changed devices on smithi138 2024-09-17T08:57:45.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:43.019276+0000 mgr.smithi110.pyeest (mgr.14162) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:45.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:43.347100+0000 mgr.smithi110.pyeest (mgr.14162) 189 : cephadm [INF] Detected new or changed devices on smithi138 2024-09-17T08:57:46.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:45.090284+0000 mon.smithi138 (mon.1) 14 : audit [INF] from='client.? 172.21.15.138:0/1779988237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a506ee50-076c-4972-869e-254949cb3fe1"}]: dispatch 2024-09-17T08:57:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:45.090677+0000 mon.smithi110 (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a506ee50-076c-4972-869e-254949cb3fe1"}]: dispatch 2024-09-17T08:57:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:45.094786+0000 mon.smithi110 (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a506ee50-076c-4972-869e-254949cb3fe1"}]': finished 2024-09-17T08:57:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:45.094841+0000 mon.smithi110 (mon.0) 477 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-17T08:57:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:45.094950+0000 mon.smithi110 (mon.0) 478 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:57:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:45.512114+0000 mon.smithi138 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.138:0/2318239282' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:57:46.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:45.090284+0000 mon.smithi138 (mon.1) 14 : audit [INF] from='client.? 172.21.15.138:0/1779988237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a506ee50-076c-4972-869e-254949cb3fe1"}]: dispatch 2024-09-17T08:57:46.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:45.090677+0000 mon.smithi110 (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a506ee50-076c-4972-869e-254949cb3fe1"}]: dispatch 2024-09-17T08:57:46.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:45.094786+0000 mon.smithi110 (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a506ee50-076c-4972-869e-254949cb3fe1"}]': finished 2024-09-17T08:57:46.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:45.094841+0000 mon.smithi110 (mon.0) 477 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-17T08:57:46.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:45.094950+0000 mon.smithi110 (mon.0) 478 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:57:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:45.512114+0000 mon.smithi138 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.138:0/2318239282' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:57:47.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:45.019861+0000 mgr.smithi110.pyeest (mgr.14162) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:47.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:45.019861+0000 mgr.smithi110.pyeest (mgr.14162) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:49.276 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:47.020220+0000 mgr.smithi110.pyeest (mgr.14162) 191 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:49.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:47.020220+0000 mgr.smithi110.pyeest (mgr.14162) 191 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:51.261 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:49.020600+0000 mgr.smithi110.pyeest (mgr.14162) 192 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:51.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:49.020600+0000 mgr.smithi110.pyeest (mgr.14162) 192 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:52.181 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:50.941468+0000 mon.smithi110 (mon.0) 479 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:57:52.182 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:50.942509+0000 mon.smithi110 (mon.0) 480 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:52.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:50.941468+0000 mon.smithi110 (mon.0) 479 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:57:52.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:50.942509+0000 mon.smithi110 (mon.0) 480 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:53.285 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:57:50.943152+0000 mgr.smithi110.pyeest (mgr.14162) 193 : cephadm [INF] Deploying daemon osd.7 on smithi138 2024-09-17T08:57:53.285 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:51.020988+0000 mgr.smithi110.pyeest (mgr.14162) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:53.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:57:50.943152+0000 mgr.smithi110.pyeest (mgr.14162) 193 : cephadm [INF] Deploying daemon osd.7 on smithi138 2024-09-17T08:57:53.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:51.020988+0000 mgr.smithi110.pyeest (mgr.14162) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:54.504 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 7 on host 'smithi138' 2024-09-17T08:57:55.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:53.021325+0000 mgr.smithi110.pyeest (mgr.14162) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:55.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:54.492338+0000 mon.smithi110 (mon.0) 481 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:55.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:54.496438+0000 mon.smithi110 (mon.0) 482 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:55.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:54.501526+0000 mon.smithi110 (mon.0) 483 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:55.113 DEBUG:teuthology.orchestra.run.smithi138:osd.7> sudo journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.7.service 2024-09-17T08:57:55.115 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-17T08:57:55.116 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:57:55.144 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:53.021325+0000 mgr.smithi110.pyeest (mgr.14162) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:55.144 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:54.492338+0000 mon.smithi110 (mon.0) 481 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:55.145 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:54.496438+0000 mon.smithi110 (mon.0) 482 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:55.145 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:54.501526+0000 mon.smithi110 (mon.0) 483 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:56.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:55.021802+0000 mgr.smithi110.pyeest (mgr.14162) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:56.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:56.865054+0000 mon.smithi110 (mon.0) 484 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:57.141 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:57:57.148 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:55.021802+0000 mgr.smithi110.pyeest (mgr.14162) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:57.148 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:56.865054+0000 mon.smithi110 (mon.0) 484 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:57:57.779 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1726563460,"num_in_osds":8,"osd_in_since":1726563465,"num_remapped_pgs":0} 2024-09-17T08:57:57.828 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 08:57:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7[36872]: debug 2024-09-17T08:57:57.613+0000 7f5acd416080 -1 osd.7 0 log_to_monitors {default=true} 2024-09-17T08:57:58.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:57.140631+0000 mon.smithi110 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.110:0/2765126099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:57:58.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:57.617681+0000 mon.smithi138 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.138:6824/3994541654,v1:172.21.15.138:6825/3994541654]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:57:58.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:57.617923+0000 mon.smithi110 (mon.0) 486 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:57:58.240 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:57.140631+0000 mon.smithi110 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.110:0/2765126099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:57:58.241 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:57.617681+0000 mon.smithi138 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.138:6824/3994541654,v1:172.21.15.138:6825/3994541654]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:57:58.241 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:57.617923+0000 mon.smithi110 (mon.0) 486 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:57:58.780 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:57:59.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:57.022185+0000 mgr.smithi110.pyeest (mgr.14162) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:59.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:57.894826+0000 mon.smithi110 (mon.0) 487 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:57:59.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:57.894908+0000 mon.smithi110 (mon.0) 488 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-17T08:57:59.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:57.895124+0000 mon.smithi110 (mon.0) 489 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:57:59.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:57.895547+0000 mon.smithi138 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.138:6824/3994541654,v1:172.21.15.138:6825/3994541654]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:59.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:57.895682+0000 mon.smithi110 (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:59.251 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 08:57:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7[36872]: debug 2024-09-17T08:57:58.898+0000 7f5ac3987700 -1 osd.7 0 waiting for initial osdmap 2024-09-17T08:57:59.251 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 08:57:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7[36872]: debug 2024-09-17T08:57:58.908+0000 7f5ac0103700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:57:59.251 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:57.022185+0000 mgr.smithi110.pyeest (mgr.14162) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:57:59.252 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:57.894826+0000 mon.smithi110 (mon.0) 487 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:57:59.252 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:57.894908+0000 mon.smithi110 (mon.0) 488 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-17T08:57:59.252 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:57.895124+0000 mon.smithi110 (mon.0) 489 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:57:59.252 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:57.895547+0000 mon.smithi138 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.138:6824/3994541654,v1:172.21.15.138:6825/3994541654]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:57:59.252 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:57.895682+0000 mon.smithi110 (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T08:58:00.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:58.895608+0000 mon.smithi110 (mon.0) 491 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-09-17T08:58:00.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:58.895663+0000 mon.smithi110 (mon.0) 492 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-17T08:58:00.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:58.896132+0000 mon.smithi110 (mon.0) 493 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:58:00.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:57:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:58.899426+0000 mon.smithi110 (mon.0) 494 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:58:00.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:58.895608+0000 mon.smithi110 (mon.0) 491 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-09-17T08:58:00.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:58.895663+0000 mon.smithi110 (mon.0) 492 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-17T08:58:00.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:58.896132+0000 mon.smithi110 (mon.0) 493 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:58:00.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:57:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:58.899426+0000 mon.smithi110 (mon.0) 494 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:58:00.953 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:58:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:58.636284+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:58:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:58.636385+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:58:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:59.022496+0000 mgr.smithi110.pyeest (mgr.14162) 198 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:58:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:59.900592+0000 mon.smithi110 (mon.0) 495 : cluster [INF] osd.7 [v2:172.21.15.138:6824/3994541654,v1:172.21.15.138:6825/3994541654] boot 2024-09-17T08:58:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:57:59.900661+0000 mon.smithi110 (mon.0) 496 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-17T08:58:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:57:59.901103+0000 mon.smithi110 (mon.0) 497 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:58:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:00.057417+0000 mon.smithi110 (mon.0) 498 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:58:00.955 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:00.061934+0000 mon.smithi110 (mon.0) 499 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:58:00.955 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:00.064384+0000 mon.smithi110 (mon.0) 500 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:00.955 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:00.067862+0000 mon.smithi110 (mon.0) 501 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:58:01.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:58.636284+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:58.636385+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:59.022496+0000 mgr.smithi110.pyeest (mgr.14162) 198 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:59.900592+0000 mon.smithi110 (mon.0) 495 : cluster [INF] osd.7 [v2:172.21.15.138:6824/3994541654,v1:172.21.15.138:6825/3994541654] boot 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:57:59.900661+0000 mon.smithi110 (mon.0) 496 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:57:59.901103+0000 mon.smithi110 (mon.0) 497 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:00.057417+0000 mon.smithi110 (mon.0) 498 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:00.061934+0000 mon.smithi110 (mon.0) 499 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:00.064384+0000 mon.smithi110 (mon.0) 500 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:00.067862+0000 mon.smithi110 (mon.0) 501 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:58:01.764 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1726563479,"num_in_osds":8,"osd_in_since":1726563465,"num_remapped_pgs":0} 2024-09-17T08:58:01.764 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:58:01.969 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:58:00.052982+0000 mgr.smithi110.pyeest (mgr.14162) 199 : cephadm [INF] Detected new or changed devices on smithi138 2024-09-17T08:58:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:00.902118+0000 mon.smithi110 (mon.0) 502 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-17T08:58:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:00.953369+0000 mon.smithi110 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.110:0/441887484' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:58:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:01.902692+0000 mon.smithi110 (mon.0) 504 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-17T08:58:02.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:58:00.052982+0000 mgr.smithi110.pyeest (mgr.14162) 199 : cephadm [INF] Detected new or changed devices on smithi138 2024-09-17T08:58:02.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:00.902118+0000 mon.smithi110 (mon.0) 502 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-17T08:58:02.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:00.953369+0000 mon.smithi110 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.110:0/441887484' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:58:02.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:01.902692+0000 mon.smithi110 (mon.0) 504 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-17T08:58:03.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:01.022970+0000 mgr.smithi110.pyeest (mgr.14162) 200 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:03.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:01.022970+0000 mgr.smithi110.pyeest (mgr.14162) 200 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:03.805 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:58:03.805 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":51,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","created":"2024-09-17T08:52:23.112390+0000","modified":"2024-09-17T08:58:01.899298+0000","last_up_change":"2024-09-17T08:57:59.896940+0000","last_in_change":"2024-09-17T08:57:45.091285+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-17T08:56:25.104661+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":"528da588-ae67-46c3-8122-854d590c0b0e","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.110:6802","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6803","nonce":3726677180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6805","nonce":3726677180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6809","nonce":3726677180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6807","nonce":3726677180}]},"public_addr":"172.21.15.110:6803/3726677180","cluster_addr":"172.21.15.110:6805/3726677180","heartbeat_back_addr":"172.21.15.110:6809/3726677180","heartbeat_front_addr":"172.21.15.110:6807/3726677180","state":["exists","up"]},{"osd":1,"uuid":"22e4ffbf-be01-47d7-833e-5e1c2267e8bf","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.110:6810","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6811","nonce":649800081}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6813","nonce":649800081}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6817","nonce":649800081}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6815","nonce":649800081}]},"public_addr":"172.21.15.110:6811/649800081","cluster_addr":"172.21.15.110:6813/649800081","heartbeat_back_addr":"172.21.15.110:6817/649800081","heartbeat_front_addr":"172.21.15.110:6815/649800081","state":["exists","up"]},{"osd":2,"uuid":"627d1d22-29e5-4a00-957e-aa87b9226018","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.110:6818","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6819","nonce":3721456963}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6821","nonce":3721456963}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6825","nonce":3721456963}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6823","nonce":3721456963}]},"public_addr":"172.21.15.110:6819/3721456963","cluster_addr":"172.21.15.110:6821/3721456963","heartbeat_back_addr":"172.21.15.110:6825/3721456963","heartbeat_front_addr":"172.21.15.110:6823/3721456963","state":["exists","up"]},{"osd":3,"uuid":"7fb45141-e34f-4cb3-98c7-74411659264b","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.110:6826","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6827","nonce":601838172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6829","nonce":601838172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6833","nonce":601838172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6831","nonce":601838172}]},"public_addr":"172.21.15.110:6827/601838172","cluster_addr":"172.21.15.110:6829/601838172","heartbeat_back_addr":"172.21.15.110:6833/601838172","heartbeat_front_addr":"172.21.15.110:6831/601838172","state":["exists","up"]},{"osd":4,"uuid":"3e8cb7bd-a552-4a64-86c0-9a6f35bb1951","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.138:6800","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6801","nonce":3557243904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6803","nonce":3557243904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6807","nonce":3557243904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6805","nonce":3557243904}]},"public_addr":"172.21.15.138:6801/3557243904","cluster_addr":"172.21.15.138:6803/3557243904","heartbeat_back_addr":"172.21.15.138:6807/3557243904","heartbeat_front_addr":"172.21.15.138:6805/3557243904","state":["exists","up"]},{"osd":5,"uuid":"252fa602-b82a-4751-8c0a-e7ad8bb54514","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.138:6808","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6809","nonce":3516442601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6811","nonce":3516442601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6815","nonce":3516442601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6813","nonce":3516442601}]},"public_addr":"172.21.15.138:6809/3516442601","cluster_addr":"172.21.15.138:6811/3516442601","heartbeat_back_addr":"172.21.15.138:6815/3516442601","heartbeat_front_addr":"172.21.15.138:6813/3516442601","state":["exists","up"]},{"osd":6,"uuid":"e68d7f35-9c00-4809-ad26-c236a09d2054","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.138:6816","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6817","nonce":1535583032}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6819","nonce":1535583032}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6823","nonce":1535583032}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6821","nonce":1535583032}]},"public_addr":"172.21.15.138:6817/1535583032","cluster_addr":"172.21.15.138:6819/1535583032","heartbeat_back_addr":"172.21.15.138:6823/1535583032","heartbeat_front_addr":"172.21.15.138:6821/1535583032","state":["exists","up"]},{"osd":7,"uuid":"a506ee50-076c-4972-869e-254949cb3fe1","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.138:6824","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6825","nonce":3994541654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6827","nonce":3994541654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6831","nonce":3994541654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6829","nonce":3994541654}]},"public_addr":"172.21.15.138:6825/3994541654","cluster_addr":"172.21.15.138:6827/3994541654","heartbeat_back_addr":"172.21.15.138:6831/3994541654","heartbeat_front_addr":"172.21.15.138:6829/3994541654","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-17T08:55:29.418843+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-17T08:55:58.366114+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-17T08:56:22.833855+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-17T08:56:45.034563+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-17T08:57:01.007024+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-17T08:57:19.513965+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-17T08:57:38.985971+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-17T08:57:58.636389+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:6801/3413434060":"2024-09-18T08:53:28.910596+0000","172.21.15.110:6800/3413434060":"2024-09-18T08:53:28.910596+0000","172.21.15.110:0/3927191338":"2024-09-18T08:53:28.910596+0000","172.21.15.110:0/2249205004":"2024-09-18T08:53:28.910596+0000","172.21.15.110:6801/2053788444":"2024-09-18T08:53:13.093269+0000","172.21.15.110:6800/2053788444":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/2921682824":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/3365986069":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/3900539144":"2024-09-18T08:52:53.495135+0000","172.21.15.110:6800/3409856677":"2024-09-18T08:52:53.495135+0000","172.21.15.110:6801/3409856677":"2024-09-18T08:52:53.495135+0000","172.21.15.110:0/3342682331":"2024-09-18T08:52:53.495135+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-17T08:58:04.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:03.803885+0000 mon.smithi110 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.110:0/3905910458' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:58:04.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:03.803885+0000 mon.smithi110 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.110:0/3905910458' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:58:04.511 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-17T08:56:25.104661+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-17T08:58:04.511 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-17T08:58:04.712 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:05.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:03.023354+0000 mgr.smithi110.pyeest (mgr.14162) 201 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:05.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:03.023354+0000 mgr.smithi110.pyeest (mgr.14162) 201 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:06.580 INFO:teuthology.orchestra.run.smithi110.stdout:pg_num: 1 2024-09-17T08:58:07.204 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:05.023823+0000 mgr.smithi110.pyeest (mgr.14162) 202 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:07.204 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:06.579365+0000 mon.smithi110 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.110:0/252954119' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-17T08:58:07.319 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T08:58:07.319 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T08:58:07.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:05.023823+0000 mgr.smithi110.pyeest (mgr.14162) 202 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:07.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:06.579365+0000 mon.smithi110 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.110:0/252954119' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-17T08:58:08.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:07.024130+0000 mgr.smithi110.pyeest (mgr.14162) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:09.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:07.024130+0000 mgr.smithi110.pyeest (mgr.14162) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:09.386 INFO:teuthology.orchestra.run.smithi110.stdout:[client.0] 2024-09-17T08:58:09.386 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQChROlmT5PLFhAAcMQB54vX3d+4LLMJHAao+Q== 2024-09-17T08:58:09.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:09.382292+0000 mon.smithi110 (mon.0) 507 : audit [INF] from='client.? 172.21.15.110:0/1406768233' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:58:09.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:09.385725+0000 mon.smithi110 (mon.0) 508 : audit [INF] from='client.? 172.21.15.110:0/1406768233' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:58:09.975 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-17T08:58:09.975 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T08:58:09.975 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T08:58:10.012 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T08:58:10.012 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T08:58:10.012 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T08:58:10.251 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:10.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:09.382292+0000 mon.smithi110 (mon.0) 507 : audit [INF] from='client.? 172.21.15.110:0/1406768233' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:58:10.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:09.385725+0000 mon.smithi110 (mon.0) 508 : audit [INF] from='client.? 172.21.15.110:0/1406768233' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:58:11.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:09.024400+0000 mgr.smithi110.pyeest (mgr.14162) 204 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:11.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:09.024400+0000 mgr.smithi110.pyeest (mgr.14162) 204 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:12.036 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:58:12.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:11.024814+0000 mgr.smithi110.pyeest (mgr.14162) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:12.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:11.024814+0000 mgr.smithi110.pyeest (mgr.14162) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:12.641 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi110.pyeest","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":4252618172},{"type":"v1","addr":"172.21.15.110:6801","nonce":4252618172}]},"active_addr":"172.21.15.110:6801/4252618172","active_change":"2024-09-17T08:53:28.910874+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14222,"name":"smithi138.yorhtj","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi110.front.sepia.ceph.com:8443/","prometheus":"http://smithi110.front.sepia.ceph.com:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":1780981692}]},{"addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":3463528878}]}]}} 2024-09-17T08:58:12.644 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T08:58:12.644 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T08:58:12.645 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:58:12.845 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:13.188 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:12.031503+0000 mon.smithi110 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.110:0/783185486' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T08:58:13.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:12.031503+0000 mon.smithi110 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.110:0/783185486' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T08:58:14.202 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:13.025066+0000 mgr.smithi110.pyeest (mgr.14162) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:14.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:13.025066+0000 mgr.smithi110.pyeest (mgr.14162) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:14.573 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:58:14.573 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":51,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","created":"2024-09-17T08:52:23.112390+0000","modified":"2024-09-17T08:58:01.899298+0000","last_up_change":"2024-09-17T08:57:59.896940+0000","last_in_change":"2024-09-17T08:57:45.091285+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-17T08:56:25.104661+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":"528da588-ae67-46c3-8122-854d590c0b0e","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.110:6802","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6803","nonce":3726677180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6805","nonce":3726677180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6809","nonce":3726677180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6807","nonce":3726677180}]},"public_addr":"172.21.15.110:6803/3726677180","cluster_addr":"172.21.15.110:6805/3726677180","heartbeat_back_addr":"172.21.15.110:6809/3726677180","heartbeat_front_addr":"172.21.15.110:6807/3726677180","state":["exists","up"]},{"osd":1,"uuid":"22e4ffbf-be01-47d7-833e-5e1c2267e8bf","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.110:6810","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6811","nonce":649800081}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6813","nonce":649800081}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6817","nonce":649800081}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6815","nonce":649800081}]},"public_addr":"172.21.15.110:6811/649800081","cluster_addr":"172.21.15.110:6813/649800081","heartbeat_back_addr":"172.21.15.110:6817/649800081","heartbeat_front_addr":"172.21.15.110:6815/649800081","state":["exists","up"]},{"osd":2,"uuid":"627d1d22-29e5-4a00-957e-aa87b9226018","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.110:6818","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6819","nonce":3721456963}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6821","nonce":3721456963}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6825","nonce":3721456963}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6823","nonce":3721456963}]},"public_addr":"172.21.15.110:6819/3721456963","cluster_addr":"172.21.15.110:6821/3721456963","heartbeat_back_addr":"172.21.15.110:6825/3721456963","heartbeat_front_addr":"172.21.15.110:6823/3721456963","state":["exists","up"]},{"osd":3,"uuid":"7fb45141-e34f-4cb3-98c7-74411659264b","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.110:6826","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6827","nonce":601838172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6829","nonce":601838172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6833","nonce":601838172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6831","nonce":601838172}]},"public_addr":"172.21.15.110:6827/601838172","cluster_addr":"172.21.15.110:6829/601838172","heartbeat_back_addr":"172.21.15.110:6833/601838172","heartbeat_front_addr":"172.21.15.110:6831/601838172","state":["exists","up"]},{"osd":4,"uuid":"3e8cb7bd-a552-4a64-86c0-9a6f35bb1951","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.138:6800","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6801","nonce":3557243904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6803","nonce":3557243904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6807","nonce":3557243904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6805","nonce":3557243904}]},"public_addr":"172.21.15.138:6801/3557243904","cluster_addr":"172.21.15.138:6803/3557243904","heartbeat_back_addr":"172.21.15.138:6807/3557243904","heartbeat_front_addr":"172.21.15.138:6805/3557243904","state":["exists","up"]},{"osd":5,"uuid":"252fa602-b82a-4751-8c0a-e7ad8bb54514","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.138:6808","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6809","nonce":3516442601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6811","nonce":3516442601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6815","nonce":3516442601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6813","nonce":3516442601}]},"public_addr":"172.21.15.138:6809/3516442601","cluster_addr":"172.21.15.138:6811/3516442601","heartbeat_back_addr":"172.21.15.138:6815/3516442601","heartbeat_front_addr":"172.21.15.138:6813/3516442601","state":["exists","up"]},{"osd":6,"uuid":"e68d7f35-9c00-4809-ad26-c236a09d2054","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.138:6816","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6817","nonce":1535583032}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6819","nonce":1535583032}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6823","nonce":1535583032}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6821","nonce":1535583032}]},"public_addr":"172.21.15.138:6817/1535583032","cluster_addr":"172.21.15.138:6819/1535583032","heartbeat_back_addr":"172.21.15.138:6823/1535583032","heartbeat_front_addr":"172.21.15.138:6821/1535583032","state":["exists","up"]},{"osd":7,"uuid":"a506ee50-076c-4972-869e-254949cb3fe1","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.138:6824","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6825","nonce":3994541654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6827","nonce":3994541654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6831","nonce":3994541654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6829","nonce":3994541654}]},"public_addr":"172.21.15.138:6825/3994541654","cluster_addr":"172.21.15.138:6827/3994541654","heartbeat_back_addr":"172.21.15.138:6831/3994541654","heartbeat_front_addr":"172.21.15.138:6829/3994541654","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-17T08:55:29.418843+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-17T08:55:58.366114+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-17T08:56:22.833855+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-17T08:56:45.034563+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-17T08:57:01.007024+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-17T08:57:19.513965+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-17T08:57:38.985971+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-17T08:57:58.636389+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:6801/3413434060":"2024-09-18T08:53:28.910596+0000","172.21.15.110:6800/3413434060":"2024-09-18T08:53:28.910596+0000","172.21.15.110:0/3927191338":"2024-09-18T08:53:28.910596+0000","172.21.15.110:0/2249205004":"2024-09-18T08:53:28.910596+0000","172.21.15.110:6801/2053788444":"2024-09-18T08:53:13.093269+0000","172.21.15.110:6800/2053788444":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/2921682824":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/3365986069":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/3900539144":"2024-09-18T08:52:53.495135+0000","172.21.15.110:6800/3409856677":"2024-09-18T08:52:53.495135+0000","172.21.15.110:6801/3409856677":"2024-09-18T08:52:53.495135+0000","172.21.15.110:0/3342682331":"2024-09-18T08:52:53.495135+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-17T08:58:15.258 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:14.572096+0000 mon.smithi110 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.110:0/288391452' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:58:15.282 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T08:58:15.282 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:58:15.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:14.572096+0000 mon.smithi110 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.110:0/288391452' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:58:15.481 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:16.282 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:15.025477+0000 mgr.smithi110.pyeest (mgr.14162) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:16.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:15.025477+0000 mgr.smithi110.pyeest (mgr.14162) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:17.383 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:58:17.383 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":51,"fsid":"1a0d3656-74d2-11ef-bceb-c7b262605968","created":"2024-09-17T08:52:23.112390+0000","modified":"2024-09-17T08:58:01.899298+0000","last_up_change":"2024-09-17T08:57:59.896940+0000","last_in_change":"2024-09-17T08:57:45.091285+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-17T08:56:25.104661+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":"528da588-ae67-46c3-8122-854d590c0b0e","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.110:6802","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6803","nonce":3726677180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6805","nonce":3726677180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6809","nonce":3726677180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3726677180},{"type":"v1","addr":"172.21.15.110:6807","nonce":3726677180}]},"public_addr":"172.21.15.110:6803/3726677180","cluster_addr":"172.21.15.110:6805/3726677180","heartbeat_back_addr":"172.21.15.110:6809/3726677180","heartbeat_front_addr":"172.21.15.110:6807/3726677180","state":["exists","up"]},{"osd":1,"uuid":"22e4ffbf-be01-47d7-833e-5e1c2267e8bf","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.110:6810","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6811","nonce":649800081}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6813","nonce":649800081}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6817","nonce":649800081}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":649800081},{"type":"v1","addr":"172.21.15.110:6815","nonce":649800081}]},"public_addr":"172.21.15.110:6811/649800081","cluster_addr":"172.21.15.110:6813/649800081","heartbeat_back_addr":"172.21.15.110:6817/649800081","heartbeat_front_addr":"172.21.15.110:6815/649800081","state":["exists","up"]},{"osd":2,"uuid":"627d1d22-29e5-4a00-957e-aa87b9226018","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.110:6818","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6819","nonce":3721456963}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6821","nonce":3721456963}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6825","nonce":3721456963}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3721456963},{"type":"v1","addr":"172.21.15.110:6823","nonce":3721456963}]},"public_addr":"172.21.15.110:6819/3721456963","cluster_addr":"172.21.15.110:6821/3721456963","heartbeat_back_addr":"172.21.15.110:6825/3721456963","heartbeat_front_addr":"172.21.15.110:6823/3721456963","state":["exists","up"]},{"osd":3,"uuid":"7fb45141-e34f-4cb3-98c7-74411659264b","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.110:6826","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6827","nonce":601838172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6829","nonce":601838172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6833","nonce":601838172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":601838172},{"type":"v1","addr":"172.21.15.110:6831","nonce":601838172}]},"public_addr":"172.21.15.110:6827/601838172","cluster_addr":"172.21.15.110:6829/601838172","heartbeat_back_addr":"172.21.15.110:6833/601838172","heartbeat_front_addr":"172.21.15.110:6831/601838172","state":["exists","up"]},{"osd":4,"uuid":"3e8cb7bd-a552-4a64-86c0-9a6f35bb1951","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.138:6800","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6801","nonce":3557243904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6803","nonce":3557243904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6807","nonce":3557243904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":3557243904},{"type":"v1","addr":"172.21.15.138:6805","nonce":3557243904}]},"public_addr":"172.21.15.138:6801/3557243904","cluster_addr":"172.21.15.138:6803/3557243904","heartbeat_back_addr":"172.21.15.138:6807/3557243904","heartbeat_front_addr":"172.21.15.138:6805/3557243904","state":["exists","up"]},{"osd":5,"uuid":"252fa602-b82a-4751-8c0a-e7ad8bb54514","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.138:6808","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6809","nonce":3516442601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6811","nonce":3516442601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6815","nonce":3516442601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3516442601},{"type":"v1","addr":"172.21.15.138:6813","nonce":3516442601}]},"public_addr":"172.21.15.138:6809/3516442601","cluster_addr":"172.21.15.138:6811/3516442601","heartbeat_back_addr":"172.21.15.138:6815/3516442601","heartbeat_front_addr":"172.21.15.138:6813/3516442601","state":["exists","up"]},{"osd":6,"uuid":"e68d7f35-9c00-4809-ad26-c236a09d2054","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.138:6816","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6817","nonce":1535583032}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6819","nonce":1535583032}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6823","nonce":1535583032}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":1535583032},{"type":"v1","addr":"172.21.15.138:6821","nonce":1535583032}]},"public_addr":"172.21.15.138:6817/1535583032","cluster_addr":"172.21.15.138:6819/1535583032","heartbeat_back_addr":"172.21.15.138:6823/1535583032","heartbeat_front_addr":"172.21.15.138:6821/1535583032","state":["exists","up"]},{"osd":7,"uuid":"a506ee50-076c-4972-869e-254949cb3fe1","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.138:6824","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6825","nonce":3994541654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6827","nonce":3994541654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6831","nonce":3994541654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":3994541654},{"type":"v1","addr":"172.21.15.138:6829","nonce":3994541654}]},"public_addr":"172.21.15.138:6825/3994541654","cluster_addr":"172.21.15.138:6827/3994541654","heartbeat_back_addr":"172.21.15.138:6831/3994541654","heartbeat_front_addr":"172.21.15.138:6829/3994541654","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-17T08:55:29.418843+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-17T08:55:58.366114+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-17T08:56:22.833855+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-17T08:56:45.034563+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-17T08:57:01.007024+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-17T08:57:19.513965+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-17T08:57:38.985971+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-17T08:57:58.636389+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:6801/3413434060":"2024-09-18T08:53:28.910596+0000","172.21.15.110:6800/3413434060":"2024-09-18T08:53:28.910596+0000","172.21.15.110:0/3927191338":"2024-09-18T08:53:28.910596+0000","172.21.15.110:0/2249205004":"2024-09-18T08:53:28.910596+0000","172.21.15.110:6801/2053788444":"2024-09-18T08:53:13.093269+0000","172.21.15.110:6800/2053788444":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/2921682824":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/3365986069":"2024-09-18T08:53:13.093269+0000","172.21.15.110:0/3900539144":"2024-09-18T08:52:53.495135+0000","172.21.15.110:6800/3409856677":"2024-09-18T08:52:53.495135+0000","172.21.15.110:6801/3409856677":"2024-09-18T08:52:53.495135+0000","172.21.15.110:0/3342682331":"2024-09-18T08:52:53.495135+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-17T08:58:18.335 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:17.025859+0000 mgr.smithi110.pyeest (mgr.14162) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:18.335 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:17.382059+0000 mon.smithi110 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.110:0/582512808' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:58:18.337 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T08:58:18.337 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T08:58:18.338 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T08:58:18.338 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T08:58:18.339 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T08:58:18.339 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T08:58:18.339 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-17T08:58:18.340 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-17T08:58:18.376 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:17.025859+0000 mgr.smithi110.pyeest (mgr.14162) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:18.376 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:17.382059+0000 mon.smithi110 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.110:0/582512808' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:58:18.736 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:18.736 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:18.741 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:18.741 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:18.742 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:18.744 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:18.748 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:18.754 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:20.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:19.026337+0000 mgr.smithi110.pyeest (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:20.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:19.026337+0000 mgr.smithi110.pyeest (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:22.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:21.026807+0000 mgr.smithi110.pyeest (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:22.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:21.026807+0000 mgr.smithi110.pyeest (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:24.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:23.027130+0000 mgr.smithi110.pyeest (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:25.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:23.027130+0000 mgr.smithi110.pyeest (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:26.638 INFO:teuthology.orchestra.run.smithi110.stdout:184683593740 2024-09-17T08:58:26.638 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-17T08:58:27.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:25.027419+0000 mgr.smithi110.pyeest (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:27.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:25.027419+0000 mgr.smithi110.pyeest (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:27.477 INFO:teuthology.orchestra.run.smithi110.stdout:111669149719 2024-09-17T08:58:27.478 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T08:58:28.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:27.027906+0000 mgr.smithi110.pyeest (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:29.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:27.027906+0000 mgr.smithi110.pyeest (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:29.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:29.100242+0000 mon.smithi110 (mon.0) 512 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:58:29.864 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:29.100459+0000 mon.smithi110 (mon.0) 513 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:58:30.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:29.100242+0000 mon.smithi110 (mon.0) 512 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:58:30.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:29.100459+0000 mon.smithi110 (mon.0) 513 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:58:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:29.028205+0000 mgr.smithi110.pyeest (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:29.028205+0000 mgr.smithi110.pyeest (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:31.180 INFO:teuthology.orchestra.run.smithi110.stdout:158913789968 2024-09-17T08:58:31.180 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T08:58:31.932 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:31.933 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:32.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:31.028478+0000 mgr.smithi110.pyeest (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:33.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:31.028478+0000 mgr.smithi110.pyeest (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:33.233 INFO:teuthology.orchestra.run.smithi110.stdout:81604378652 2024-09-17T08:58:33.234 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T08:58:33.963 INFO:teuthology.orchestra.run.smithi110.stdout:133143986196 2024-09-17T08:58:33.964 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T08:58:34.172 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:34.173 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:34.680 INFO:teuthology.orchestra.run.smithi110.stdout:60129542177 2024-09-17T08:58:34.680 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T08:58:34.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:33.028872+0000 mgr.smithi110.pyeest (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:35.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:33.028872+0000 mgr.smithi110.pyeest (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:36.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:35.029156+0000 mgr.smithi110.pyeest (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:36.877 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:37.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:35.029156+0000 mgr.smithi110.pyeest (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:37.376 INFO:teuthology.orchestra.run.smithi110.stdout:38654705704 2024-09-17T08:58:37.376 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T08:58:37.520 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:38.849 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:37.029460+0000 mgr.smithi110.pyeest (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:39.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:37.029460+0000 mgr.smithi110.pyeest (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:40.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:39.029890+0000 mgr.smithi110.pyeest (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:41.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:39.029890+0000 mgr.smithi110.pyeest (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:42.516 INFO:teuthology.orchestra.run.smithi110.stdout:184683593743 2024-09-17T08:58:42.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:41.030307+0000 mgr.smithi110.pyeest (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:42.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:42.516056+0000 mon.smithi110 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.110:0/3184986851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T08:58:43.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:41.030307+0000 mgr.smithi110.pyeest (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:43.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:42.516056+0000 mon.smithi110 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.110:0/3184986851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T08:58:43.135 INFO:teuthology.orchestra.run.smithi110.stdout:133143986198 2024-09-17T08:58:43.491 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593740 got 184683593743 for osd.6 2024-09-17T08:58:43.492 DEBUG:teuthology.parallel:result is None 2024-09-17T08:58:43.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:43.135343+0000 mon.smithi110 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.110:0/3855031203' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T08:58:43.905 INFO:teuthology.orchestra.run.smithi110.stdout:111669149723 2024-09-17T08:58:44.037 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:44.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:43.135343+0000 mon.smithi110 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.110:0/3855031203' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T08:58:44.406 INFO:teuthology.orchestra.run.smithi110.stdout:81604378655 2024-09-17T08:58:44.918 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149719 got 111669149723 for osd.3 2024-09-17T08:58:44.919 DEBUG:teuthology.parallel:result is None 2024-09-17T08:58:45.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:43.030580+0000 mgr.smithi110.pyeest (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:45.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:43.905172+0000 mon.smithi110 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.110:0/1511619636' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T08:58:45.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:44.406089+0000 mon.smithi110 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.110:0/2600593715' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T08:58:45.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:43.030580+0000 mgr.smithi110.pyeest (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:45.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:43.905172+0000 mon.smithi110 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.110:0/1511619636' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T08:58:45.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:44.406089+0000 mon.smithi110 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.110:0/2600593715' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T08:58:45.387 INFO:teuthology.orchestra.run.smithi110.stdout:210453397514 2024-09-17T08:58:45.388 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-17T08:58:46.167 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378652 got 81604378655 for osd.2 2024-09-17T08:58:46.167 DEBUG:teuthology.parallel:result is None 2024-09-17T08:58:46.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:45.030826+0000 mgr.smithi110.pyeest (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:47.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:45.030826+0000 mgr.smithi110.pyeest (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:47.222 INFO:teuthology.orchestra.run.smithi110.stdout:158913789971 2024-09-17T08:58:47.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:46.982094+0000 mon.smithi110 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.110:0/4226363600' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T08:58:47.914 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789968 got 158913789971 for osd.5 2024-09-17T08:58:47.915 DEBUG:teuthology.parallel:result is None 2024-09-17T08:58:48.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:46.982094+0000 mon.smithi110 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.110:0/4226363600' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T08:58:48.368 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986198 for osd.4 2024-09-17T08:58:48.368 DEBUG:teuthology.parallel:result is None 2024-09-17T08:58:48.984 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:47.031114+0000 mgr.smithi110.pyeest (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:47.031114+0000 mgr.smithi110.pyeest (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:49.227 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:49.395 INFO:teuthology.orchestra.run.smithi110.stdout:60129542180 2024-09-17T08:58:49.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:49.394867+0000 mon.smithi110 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.110:0/721117517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T08:58:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:49.394867+0000 mon.smithi110 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.110:0/721117517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T08:58:50.408 INFO:teuthology.orchestra.run.smithi110.stdout:38654705707 2024-09-17T08:58:50.713 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542180 for osd.1 2024-09-17T08:58:50.713 DEBUG:teuthology.parallel:result is None 2024-09-17T08:58:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:49.031402+0000 mgr.smithi110.pyeest (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:50.408223+0000 mon.smithi110 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.110:0/3302181990' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T08:58:50.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:49.031402+0000 mgr.smithi110.pyeest (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:50.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:50.408223+0000 mon.smithi110 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.110:0/3302181990' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T08:58:52.059 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705704 got 38654705707 for osd.0 2024-09-17T08:58:52.059 DEBUG:teuthology.parallel:result is None 2024-09-17T08:58:52.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:51.031678+0000 mgr.smithi110.pyeest (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:53.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:51.031678+0000 mgr.smithi110.pyeest (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:53.235 INFO:teuthology.orchestra.run.smithi110.stdout:210453397518 2024-09-17T08:58:53.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:53.235156+0000 mon.smithi110 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.110:0/1475620595' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T08:58:53.905 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397518 for osd.7 2024-09-17T08:58:53.905 DEBUG:teuthology.parallel:result is None 2024-09-17T08:58:53.905 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T08:58:53.905 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T08:58:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:53.235156+0000 mon.smithi110 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.110:0/1475620595' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T08:58:54.112 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:54.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:53.031979+0000 mgr.smithi110.pyeest (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:55.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:53.031979+0000 mgr.smithi110.pyeest (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:56.016 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:58:56.018 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2024-09-17T08:58:56.696 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":203,"stamp":"2024-09-17T08:58:55.032118+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":43324,"kb_used_data":3900,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917892,"statfs":{"total":767960285184,"available":767915921408,"internally_reserved":0,"allocated":3993600,"data_stored":1589125,"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-17T08:58:02.318684+0000","last_change":"2024-09-17T08:58:02.318684+0000","last_active":"2024-09-17T08:58:02.318684+0000","last_peered":"2024-09-17T08:58:02.318684+0000","last_clean":"2024-09-17T08:58:02.318684+0000","last_became_active":"2024-09-17T08:58:02.318310+0000","last_became_peered":"2024-09-17T08:58:02.318310+0000","last_unstale":"2024-09-17T08:58:02.318684+0000","last_undegraded":"2024-09-17T08:58:02.318684+0000","last_fullsized":"2024-09-17T08:58:02.318684+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-17T08:56:25.851330+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T08:56:25.851330+0000","last_clean_scrub_stamp":"2024-09-17T08:56:25.851330+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.58199999999999996}]},{"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.54600000000000004}]},{"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.56000000000000005}]},{"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.52600000000000002}]},{"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.39900000000000002}]},{"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.60699999999999998}]},{"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.47299999999999998}]}]},{"osd":6,"up_from":43,"seq":184683593746,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.53900000000000003}]},{"osd":1,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.63100000000000001}]},{"osd":2,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.56299999999999994}]},{"osd":3,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.71299999999999997}]},{"osd":4,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.60399999999999998}]},{"osd":5,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.70099999999999996}]},{"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.57999999999999996}]}]},{"osd":1,"up_from":14,"seq":60129542181,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35899999999999999,"15min":0.35599999999999998},"min":{"1min":0.23499999999999999,"5min":0.221,"15min":0.221},"max":{"1min":0.57499999999999996,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.32100000000000001,"15min":0.313},"min":{"1min":0.251,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.51000000000000001,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.39400000000000002}]},{"osd":2,"last update":"Tue Sep 17 08:58:33 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.34599999999999997,"15min":0.33500000000000002},"min":{"1min":0.28100000000000003,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.311},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.34899999999999998,"15min":0.34100000000000003},"min":{"1min":0.27700000000000002,"5min":0.252,"15min":0.252},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.32900000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:57:53 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.374}]},{"osd":4,"last update":"Tue Sep 17 08:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.71899999999999997}]},{"osd":5,"last update":"Tue Sep 17 08:58:24 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.752}]},{"osd":6,"last update":"Tue Sep 17 08:58:41 2024","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.76400000000000001}]},{"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.78500000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.31900000000000001,"15min":0.309},"min":{"1min":0.27800000000000002,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.23400000000000001},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.33600000000000002,"15min":0.32100000000000001},"min":{"1min":0.254,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.35399999999999998}]},{"osd":2,"last update":"Tue Sep 17 08:58:31 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.374,"15min":0.37},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.376,"5min":0.38,"15min":0.38100000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.53000000000000003,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.376}]},{"osd":3,"last update":"Tue Sep 17 08:58:49 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.39000000000000001,"15min":0.39400000000000002},"min":{"1min":0.26500000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.504,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.42099999999999999,"15min":0.42299999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.54200000000000004,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.313}]},{"osd":4,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.54500000000000004}]},{"osd":5,"last update":"Tue Sep 17 08:58:20 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.57399999999999995}]},{"osd":6,"last update":"Tue Sep 17 08:58:41 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.49099999999999999}]},{"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.44600000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378657,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5488,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739664,"statfs":{"total":95995035648,"available":95989415936,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:28 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.35799999999999998,"15min":0.35399999999999998},"min":{"1min":0.23300000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.311},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.378,"15min":0.377},"min":{"1min":0.22700000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.61699999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.28699999999999998}]},{"osd":1,"last update":"Tue Sep 17 08:58:28 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.25900000000000001,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.49199999999999999,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.38100000000000001,"15min":0.377},"min":{"1min":0.27000000000000002,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.29999999999999999}]},{"osd":3,"last update":"Tue Sep 17 08:58:47 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.42599999999999999,"15min":0.42999999999999999},"min":{"1min":0.30399999999999999,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59599999999999997,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.42199999999999999,"15min":0.42499999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.36199999999999999}]},{"osd":4,"last update":"Tue Sep 17 08:58:03 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.60399999999999998}]},{"osd":5,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.46899999999999997}]},{"osd":6,"last update":"Tue Sep 17 08:58:45 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.57399999999999995}]},{"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.55300000000000005}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:52 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.40100000000000002,"15min":0.39100000000000001},"min":{"1min":0.30599999999999999,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":1.1599999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.40699999999999997,"15min":0.40500000000000003},"min":{"1min":0.26500000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.58999999999999997,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.46600000000000003}]},{"osd":1,"last update":"Tue Sep 17 08:58:52 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.40100000000000002,"15min":0.39900000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.434,"5min":0.40200000000000002,"15min":0.39600000000000002},"min":{"1min":0.27600000000000002,"5min":0.25,"15min":0.25},"max":{"1min":0.58699999999999997,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.48899999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:58:52 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.46700000000000003,"15min":0.46400000000000002},"min":{"1min":0.31900000000000001,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.65200000000000002,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.438,"5min":0.42799999999999999,"15min":0.42599999999999999},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.56000000000000005,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.56000000000000005}]},{"osd":4,"last update":"Tue Sep 17 08:58:03 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.72099999999999997}]},{"osd":5,"last update":"Tue Sep 17 08:58:21 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":0.77400000000000002}]},{"osd":6,"last update":"Tue Sep 17 08:58:46 2024","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.68000000000000005}]},{"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.69599999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.56399999999999995}]},{"osd":1,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.497},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.626}]},{"osd":2,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.50900000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.57899999999999996}]},{"osd":5,"last update":"Tue Sep 17 08:58:24 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.376},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.32400000000000001}]},{"osd":6,"last update":"Tue Sep 17 08:58:46 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.44600000000000001}]},{"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.54400000000000004}]}]},{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5356,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739796,"statfs":{"total":95995035648,"available":95989551104,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.40300000000000002}]},{"osd":1,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.497},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.437}]},{"osd":2,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.46000000000000002}]},{"osd":3,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.45100000000000001}]},{"osd":4,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.47899999999999998}]},{"osd":6,"last update":"Tue Sep 17 08:58:41 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.58599999999999997}]},{"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}]}]}],"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-17T08:58:56.698 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T08:58:56.903 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:57.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:55.032230+0000 mgr.smithi110.pyeest (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:57.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:55.032230+0000 mgr.smithi110.pyeest (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:58.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:56.014022+0000 mgr.smithi110.pyeest (mgr.14162) 228 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:58:58.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:56.014022+0000 mgr.smithi110.pyeest (mgr.14162) 228 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:58:58.632 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:58:58.633 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2024-09-17T08:58:59.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:57.032496+0000 mgr.smithi110.pyeest (mgr.14162) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:59.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:57.032496+0000 mgr.smithi110.pyeest (mgr.14162) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:58:59.337 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":204,"stamp":"2024-09-17T08:58:57.032374+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":43324,"kb_used_data":3900,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917892,"statfs":{"total":767960285184,"available":767915921408,"internally_reserved":0,"allocated":3993600,"data_stored":1589125,"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-17T08:58:02.318684+0000","last_change":"2024-09-17T08:58:02.318684+0000","last_active":"2024-09-17T08:58:02.318684+0000","last_peered":"2024-09-17T08:58:02.318684+0000","last_clean":"2024-09-17T08:58:02.318684+0000","last_became_active":"2024-09-17T08:58:02.318310+0000","last_became_peered":"2024-09-17T08:58:02.318310+0000","last_unstale":"2024-09-17T08:58:02.318684+0000","last_undegraded":"2024-09-17T08:58:02.318684+0000","last_fullsized":"2024-09-17T08:58:02.318684+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-17T08:56:25.851330+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T08:56:25.851330+0000","last_clean_scrub_stamp":"2024-09-17T08:56:25.851330+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.55100000000000005}]},{"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.59599999999999997}]},{"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.53100000000000003}]},{"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.65000000000000002}]},{"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.623}]},{"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.80200000000000005}]},{"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.85499999999999998}]}]},{"osd":6,"up_from":43,"seq":184683593747,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.60799999999999998}]},{"osd":1,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.749},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.69899999999999995}]},{"osd":2,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.627}]},{"osd":3,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.67200000000000004}]},{"osd":4,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.501},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.49199999999999999}]},{"osd":5,"last update":"Tue Sep 17 08:58:43 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.54100000000000004}]},{"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.52000000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35899999999999999,"15min":0.35599999999999998},"min":{"1min":0.23499999999999999,"5min":0.221,"15min":0.221},"max":{"1min":0.57499999999999996,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.32100000000000001,"15min":0.313},"min":{"1min":0.251,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.51000000000000001,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.39100000000000001}]},{"osd":2,"last update":"Tue Sep 17 08:58:33 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.34599999999999997,"15min":0.33500000000000002},"min":{"1min":0.28100000000000003,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.34899999999999998,"15min":0.34100000000000003},"min":{"1min":0.27700000000000002,"5min":0.252,"15min":0.252},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.39700000000000002}]},{"osd":3,"last update":"Tue Sep 17 08:58:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.378,"15min":0.377},"min":{"1min":0.30299999999999999,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.40100000000000002,"15min":0.39800000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.57399999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.44}]},{"osd":4,"last update":"Tue Sep 17 08:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.627},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.67500000000000004}]},{"osd":5,"last update":"Tue Sep 17 08:58:24 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.72499999999999998}]},{"osd":6,"last update":"Tue Sep 17 08:58:41 2024","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.66800000000000004}]},{"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.749}]}]},{"osd":0,"up_from":9,"seq":38654705709,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.31900000000000001,"15min":0.309},"min":{"1min":0.27800000000000002,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.33600000000000002,"15min":0.32100000000000001},"min":{"1min":0.254,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.34499999999999997}]},{"osd":2,"last update":"Tue Sep 17 08:58:31 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.374,"15min":0.37},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.313},{"interface":"front","average":{"1min":0.376,"5min":0.38,"15min":0.38100000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.53000000000000003,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.35899999999999999}]},{"osd":3,"last update":"Tue Sep 17 08:58:49 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.39000000000000001,"15min":0.39400000000000002},"min":{"1min":0.26500000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.504,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.42099999999999999,"15min":0.42299999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.54200000000000004,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.378}]},{"osd":4,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.55500000000000005}]},{"osd":5,"last update":"Tue Sep 17 08:58:20 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.58699999999999997}]},{"osd":6,"last update":"Tue Sep 17 08:58:41 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.55200000000000005}]},{"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.501}]}]},{"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":5488,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739664,"statfs":{"total":95995035648,"available":95989415936,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:28 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.35799999999999998,"15min":0.35399999999999998},"min":{"1min":0.23300000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.378,"15min":0.377},"min":{"1min":0.22700000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.61699999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.41099999999999998}]},{"osd":1,"last update":"Tue Sep 17 08:58:28 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.25900000000000001,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.49199999999999999,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.38100000000000001,"15min":0.377},"min":{"1min":0.27000000000000002,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.45000000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:58:47 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.42599999999999999,"15min":0.42999999999999999},"min":{"1min":0.30399999999999999,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59599999999999997,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.499},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.42199999999999999,"15min":0.42499999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.46400000000000002}]},{"osd":4,"last update":"Tue Sep 17 08:58:03 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.72699999999999998}]},{"osd":5,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.64800000000000002}]},{"osd":6,"last update":"Tue Sep 17 08:58:45 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.69299999999999995}]},{"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.71399999999999997}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:52 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.40100000000000002,"15min":0.39100000000000001},"min":{"1min":0.30599999999999999,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":1.1599999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.40699999999999997,"15min":0.40500000000000003},"min":{"1min":0.26500000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.58999999999999997,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.46600000000000003}]},{"osd":1,"last update":"Tue Sep 17 08:58:52 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.40100000000000002,"15min":0.39900000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.434,"5min":0.40200000000000002,"15min":0.39600000000000002},"min":{"1min":0.27600000000000002,"5min":0.25,"15min":0.25},"max":{"1min":0.58699999999999997,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.48899999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:58:52 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.46700000000000003,"15min":0.46400000000000002},"min":{"1min":0.31900000000000001,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.65200000000000002,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.438,"5min":0.42799999999999999,"15min":0.42599999999999999},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.56000000000000005,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.56000000000000005}]},{"osd":4,"last update":"Tue Sep 17 08:58:03 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.72099999999999997}]},{"osd":5,"last update":"Tue Sep 17 08:58:21 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":0.77400000000000002}]},{"osd":6,"last update":"Tue Sep 17 08:58:46 2024","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.68000000000000005}]},{"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.69599999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.56399999999999995}]},{"osd":1,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.497},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.626}]},{"osd":2,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.50900000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:58:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.57899999999999996}]},{"osd":5,"last update":"Tue Sep 17 08:58:24 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.376},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.32400000000000001}]},{"osd":6,"last update":"Tue Sep 17 08:58:46 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.44600000000000001}]},{"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.54400000000000004}]}]},{"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":5356,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739796,"statfs":{"total":95995035648,"available":95989551104,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.52900000000000003}]},{"osd":1,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.374},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.48999999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.61799999999999999}]},{"osd":3,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.60499999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:58:22 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.54300000000000004}]},{"osd":6,"last update":"Tue Sep 17 08:58:41 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.55500000000000005}]},{"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.58499999999999996}]}]}],"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-17T08:58:59.338 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T08:58:59.338 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T08:58:59.338 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T08:58:59.339 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T08:58:59.540 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/mon.smithi110/config 2024-09-17T08:58:59.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:58:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:58:58.629740+0000 mgr.smithi110.pyeest (mgr.14162) 230 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:59:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:58:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:58:58.629740+0000 mgr.smithi110.pyeest (mgr.14162) 230 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:59:00.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:58:59.032799+0000 mgr.smithi110.pyeest (mgr.14162) 231 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:00.070529+0000 mon.smithi110 (mon.0) 522 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:00.300882+0000 mon.smithi110 (mon.0) 523 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:00.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:58:59.032799+0000 mgr.smithi110.pyeest (mgr.14162) 231 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:00.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:00.070529+0000 mon.smithi110 (mon.0) 522 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:00.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:00.300882+0000 mon.smithi110 (mon.0) 523 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:01.458 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:59:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:01.457584+0000 mon.smithi110 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.110:0/3178819489' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T08:59:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:01.457584+0000 mon.smithi110 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.110:0/3178819489' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T08:59:02.158 INFO:teuthology.orchestra.run.smithi110.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T08:59:02.159 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T08:59:02.159 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T08:59:02.159 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:59:02.169 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T08:59:02.170 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-17T08:59:03.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:01.033110+0000 mgr.smithi110.pyeest (mgr.14162) 232 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:01.033110+0000 mgr.smithi110.pyeest (mgr.14162) 232 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:04.100 INFO:teuthology.orchestra.run.smithi110.stdout:Backend: cephadm 2024-09-17T08:59:04.100 INFO:teuthology.orchestra.run.smithi110.stdout:Available: Yes 2024-09-17T08:59:04.100 INFO:teuthology.orchestra.run.smithi110.stdout:Paused: No 2024-09-17T08:59:04.697 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-17T08:59:04.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:03.033529+0000 mgr.smithi110.pyeest (mgr.14162) 233 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:03.033529+0000 mgr.smithi110.pyeest (mgr.14162) 233 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:06.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:04.099113+0000 mgr.smithi110.pyeest (mgr.14162) 234 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:04.099113+0000 mgr.smithi110.pyeest (mgr.14162) 234 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:06.715 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (3m) 87s ago 5m 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (5m) 87s ago 5m 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (4m) 69s ago 4m 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (3m) 87s ago 4m 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (6m) 87s ago 6m 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (4m) 69s ago 4m 16.2.4 8d91d370c2b8 81aea958c46a 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (6m) 87s ago 6m 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (4m) 69s ago 4m 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (4m) 87s ago 4m 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (3m) 69s ago 3m 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (3m) 87s ago 3m 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (3m) 87s ago 3m 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T08:59:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (2m) 87s ago 2m 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T08:59:06.717 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (2m) 87s ago 2m 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T08:59:06.717 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (2m) 69s ago 2m 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T08:59:06.717 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (111s) 69s ago 111s 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T08:59:06.717 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (92s) 69s ago 91s 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T08:59:06.717 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (72s) 69s ago 72s 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T08:59:06.717 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (3m) 87s ago 4m 2.18.1 de242295e225 05b922d16b42 2024-09-17T08:59:07.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:05.033861+0000 mgr.smithi110.pyeest (mgr.14162) 235 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:07.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:05.033861+0000 mgr.smithi110.pyeest (mgr.14162) 235 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:07.419 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-17T08:59:08.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:06.708405+0000 mgr.smithi110.pyeest (mgr.14162) 236 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:08.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:06.708405+0000 mgr.smithi110.pyeest (mgr.14162) 236 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:08.905 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:07.034299+0000 mgr.smithi110.pyeest (mgr.14162) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:09.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:07.034299+0000 mgr.smithi110.pyeest (mgr.14162) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager 1/1 90s ago 5m count:1 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:crash 2/2 90s ago 6m * 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:grafana 1/1 90s ago 5m count:1 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:mgr 2/2 90s ago 6m count:2 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:mon 2/2 90s ago 5m smithi110:172.21.15.110=smithi110;smithi138:172.21.15.138=smithi138;count:2 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter 2/2 90s ago 5m * 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:osd.unmanaged 8/8 90s ago - 2024-09-17T08:59:09.299 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus 1/1 90s ago 5m count:1 2024-09-17T08:59:10.067 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-17T08:59:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:09.034651+0000 mgr.smithi110.pyeest (mgr.14162) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:09.295098+0000 mgr.smithi110.pyeest (mgr.14162) 239 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:11.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:09.034651+0000 mgr.smithi110.pyeest (mgr.14162) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:11.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:09.295098+0000 mgr.smithi110.pyeest (mgr.14162) 239 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:12.028 INFO:teuthology.orchestra.run.smithi110.stdout:HOST ADDR LABELS STATUS 2024-09-17T08:59:12.028 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 172.21.15.110 2024-09-17T08:59:12.028 INFO:teuthology.orchestra.run.smithi110.stdout:smithi138 smithi138 2024-09-17T08:59:12.724 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-17T08:59:13.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:11.035208+0000 mgr.smithi110.pyeest (mgr.14162) 240 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:11.035208+0000 mgr.smithi110.pyeest (mgr.14162) 240 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:14.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:12.027029+0000 mgr.smithi110.pyeest (mgr.14162) 241 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:14.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:12.027029+0000 mgr.smithi110.pyeest (mgr.14162) 241 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:14.661 INFO:teuthology.orchestra.run.smithi110.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-09-17T08:59:14.662 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme0n1 ssd PHMB7476002T480DGN 480G Unknown N/A N/A No 2024-09-17T08:59:14.662 INFO:teuthology.orchestra.run.smithi110.stdout:smithi138 /dev/nvme0n1 ssd CVFT6161003C400BGN 400G Unknown N/A N/A No 2024-09-17T08:59:15.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:13.035626+0000 mgr.smithi110.pyeest (mgr.14162) 242 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:13.035626+0000 mgr.smithi110.pyeest (mgr.14162) 242 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:15.345 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:59:15.354 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T08:59:15.354 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T08:59:15.380 INFO:teuthology.orchestra.run.smithi110.stderr:+ systemctl stop nfs-server 2024-09-17T08:59:15.388 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi138.front.sepia.ceph.com 2024-09-17T08:59:15.388 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T08:59:15.421 INFO:teuthology.orchestra.run.smithi138.stderr:+ systemctl stop nfs-server 2024-09-17T08:59:15.430 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:59:15.439 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T08:59:15.439 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-17T08:59:16.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:14.660491+0000 mgr.smithi110.pyeest (mgr.14162) 243 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:16.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:14.660491+0000 mgr.smithi110.pyeest (mgr.14162) 243 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:16.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:15.036050+0000 mgr.smithi110.pyeest (mgr.14162) 244 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:15.036050+0000 mgr.smithi110.pyeest (mgr.14162) 244 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:18.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:17.411974+0000 mon.smithi110 (mon.0) 525 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-17T08:59:18.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:17.411974+0000 mon.smithi110 (mon.0) 525 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-17T08:59:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:17.036556+0000 mgr.smithi110.pyeest (mgr.14162) 245 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:17.411444+0000 mgr.smithi110.pyeest (mgr.14162) 246 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:17.797169+0000 mon.smithi110 (mon.0) 526 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-17T08:59:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:17.797206+0000 mon.smithi110 (mon.0) 527 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-17T08:59:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:17.798298+0000 mon.smithi110 (mon.0) 528 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:59:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T08:59:18.810+0000 7f99a9a30700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:59:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:17.036556+0000 mgr.smithi110.pyeest (mgr.14162) 245 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:17.411444+0000 mgr.smithi110.pyeest (mgr.14162) 246 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:17.797169+0000 mon.smithi110 (mon.0) 526 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-17T08:59:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:17.797206+0000 mon.smithi110 (mon.0) 527 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-17T08:59:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:17.798298+0000 mon.smithi110 (mon.0) 528 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:59:19.554 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T08:59:19.564 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-09-17T08:59:19.565 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:59:20.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.804472+0000 mon.smithi110 (mon.0) 529 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-17T08:59:20.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:18.804697+0000 mon.smithi110 (mon.0) 530 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-17T08:59:20.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.810263+0000 mon.smithi110 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:59:20.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:18.811591+0000 mon.smithi110 (mon.0) 532 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:59:20.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:18.811639+0000 mon.smithi110 (mon.0) 533 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T08:59:20.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:18.819621+0000 mon.smithi110 (mon.0) 534 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-17T08:59:20.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.820549+0000 mon.smithi110 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-17T08:59:20.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:18.820661+0000 mon.smithi110 (mon.0) 536 : cluster [DBG] fsmap foofs:0 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:18.826876+0000 mgr.smithi110.pyeest (mgr.14162) 247 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.831363+0000 mon.smithi110 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.832369+0000 mon.smithi110 (mon.0) 538 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.842035+0000 mon.smithi110 (mon.0) 539 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.848317+0000 mon.smithi110 (mon.0) 540 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.849405+0000 mon.smithi110 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.hbqklo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.854025+0000 mon.smithi110 (mon.0) 542 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.hbqklo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:18.854815+0000 mon.smithi110 (mon.0) 543 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:20.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:18.855483+0000 mgr.smithi110.pyeest (mgr.14162) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi110.hbqklo on smithi110 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.804472+0000 mon.smithi110 (mon.0) 529 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:18.804697+0000 mon.smithi110 (mon.0) 530 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.810263+0000 mon.smithi110 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:18.811591+0000 mon.smithi110 (mon.0) 532 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:18.811639+0000 mon.smithi110 (mon.0) 533 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:18.819621+0000 mon.smithi110 (mon.0) 534 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.820549+0000 mon.smithi110 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:18.820661+0000 mon.smithi110 (mon.0) 536 : cluster [DBG] fsmap foofs:0 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:18.826876+0000 mgr.smithi110.pyeest (mgr.14162) 247 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.831363+0000 mon.smithi110 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.832369+0000 mon.smithi110 (mon.0) 538 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.842035+0000 mon.smithi110 (mon.0) 539 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.848317+0000 mon.smithi110 (mon.0) 540 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.849405+0000 mon.smithi110 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.hbqklo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:59:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.854025+0000 mon.smithi110 (mon.0) 542 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.hbqklo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:59:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:18.854815+0000 mon.smithi110 (mon.0) 543 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:18.855483+0000 mgr.smithi110.pyeest (mgr.14162) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi110.hbqklo on smithi110 2024-09-17T08:59:21.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:19.036957+0000 mgr.smithi110.pyeest (mgr.14162) 249 : cluster [DBG] pgmap v218: 65 pgs: 1 creating+peering, 1 active+clean, 63 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:21.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:19.818744+0000 mon.smithi110 (mon.0) 544 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-17T08:59:21.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:19.036957+0000 mgr.smithi110.pyeest (mgr.14162) 249 : cluster [DBG] pgmap v218: 65 pgs: 1 creating+peering, 1 active+clean, 63 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:21.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:19.818744+0000 mon.smithi110 (mon.0) 544 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-17T08:59:22.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:20.820616+0000 mon.smithi110 (mon.0) 545 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-17T08:59:22.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:20.820616+0000 mon.smithi110 (mon.0) 545 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-17T08:59:22.097 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:59:22.097 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:53:19.344948Z", "last_refresh": "2024-09-17T08:57:38.868178Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:53:06.190854Z", "last_refresh": "2024-09-17T08:57:38.868238Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-17T08:53:16.149060Z", "last_refresh": "2024-09-17T08:57:38.868294Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T08:59:18.831559Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-17T08:59:18.826905Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:53:04.348497Z", "last_refresh": "2024-09-17T08:57:38.868111Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:53:51.812338Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi138:172.21.15.138=smithi138"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:53:51.809341Z", "last_refresh": "2024-09-17T08:57:38.867963Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:53:18.041404Z", "last_refresh": "2024-09-17T08:57:38.868351Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-09-17T08:57:38.868464Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:53:14.618377Z", "last_refresh": "2024-09-17T08:57:38.868408Z", "running": 1, "size": 1}}] 2024-09-17T08:59:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:21.037432+0000 mgr.smithi110.pyeest (mgr.14162) 250 : cluster [DBG] pgmap v221: 65 pgs: 1 creating+peering, 36 active+clean, 28 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:23.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:21.037432+0000 mgr.smithi110.pyeest (mgr.14162) 250 : cluster [DBG] pgmap v221: 65 pgs: 1 creating+peering, 36 active+clean, 28 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:23.190 INFO:tasks.cephadm:mds.foofs has 0/2 2024-09-17T08:59:24.190 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:59:24.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:22.094105+0000 mgr.smithi110.pyeest (mgr.14162) 251 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:59:24.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:23.689157+0000 mon.smithi110 (mon.0) 546 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:24.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:23.689870+0000 mon.smithi110 (mon.0) 547 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.cpylqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:59:24.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:23.692634+0000 mon.smithi110 (mon.0) 548 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.cpylqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:59:24.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:23.693184+0000 mon.smithi110 (mon.0) 549 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:24.322 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:22.094105+0000 mgr.smithi110.pyeest (mgr.14162) 251 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:59:24.322 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:23.689157+0000 mon.smithi110 (mon.0) 546 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:24.322 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:23.689870+0000 mon.smithi110 (mon.0) 547 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.cpylqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:59:24.323 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:23.692634+0000 mon.smithi110 (mon.0) 548 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.cpylqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:59:24.323 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:23.693184+0000 mon.smithi110 (mon.0) 549 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.037945+0000 mgr.smithi110.pyeest (mgr.14162) 252 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:23.693674+0000 mgr.smithi110.pyeest (mgr.14162) 253 : cephadm [INF] Deploying daemon mds.foofs.smithi138.cpylqb on smithi138 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.833166+0000 mon.smithi110 (mon.0) 550 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:boot 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.833210+0000 mon.smithi110 (mon.0) 551 : cluster [INF] daemon mds.foofs.smithi110.hbqklo assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.833257+0000 mon.smithi110 (mon.0) 552 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.833273+0000 mon.smithi110 (mon.0) 553 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.833283+0000 mon.smithi110 (mon.0) 554 : cluster [INF] Cluster is now healthy 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.833410+0000 mon.smithi110 (mon.0) 555 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:23.833494+0000 mon.smithi110 (mon.0) 556 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.835552+0000 mon.smithi110 (mon.0) 557 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:creating} 2024-09-17T08:59:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:23.845973+0000 mon.smithi110 (mon.0) 558 : cluster [INF] daemon mds.foofs.smithi110.hbqklo is now active in filesystem foofs as rank 0 2024-09-17T08:59:25.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.037945+0000 mgr.smithi110.pyeest (mgr.14162) 252 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:23.693674+0000 mgr.smithi110.pyeest (mgr.14162) 253 : cephadm [INF] Deploying daemon mds.foofs.smithi138.cpylqb on smithi138 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.833166+0000 mon.smithi110 (mon.0) 550 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:boot 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.833210+0000 mon.smithi110 (mon.0) 551 : cluster [INF] daemon mds.foofs.smithi110.hbqklo assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.833257+0000 mon.smithi110 (mon.0) 552 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.833273+0000 mon.smithi110 (mon.0) 553 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.833283+0000 mon.smithi110 (mon.0) 554 : cluster [INF] Cluster is now healthy 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.833410+0000 mon.smithi110 (mon.0) 555 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:23.833494+0000 mon.smithi110 (mon.0) 556 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T08:59:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.835552+0000 mon.smithi110 (mon.0) 557 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:creating} 2024-09-17T08:59:25.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:23.845973+0000 mon.smithi110 (mon.0) 558 : cluster [INF] daemon mds.foofs.smithi110.hbqklo is now active in filesystem foofs as rank 0 2024-09-17T08:59:26.034 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:24.837580+0000 mon.smithi110 (mon.0) 559 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:active 2024-09-17T08:59:26.035 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:24.837617+0000 mon.smithi110 (mon.0) 560 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 2024-09-17T08:59:26.055 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:59:26.055 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:53:19.344948Z", "last_refresh": "2024-09-17T08:57:38.868178Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:53:06.190854Z", "last_refresh": "2024-09-17T08:57:38.868238Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-17T08:53:16.149060Z", "last_refresh": "2024-09-17T08:57:38.868294Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T08:59:18.831559Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-17T08:59:18.826905Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:53:04.348497Z", "last_refresh": "2024-09-17T08:57:38.868111Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:53:51.812338Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi138:172.21.15.138=smithi138"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:53:51.809341Z", "last_refresh": "2024-09-17T08:57:38.867963Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:53:18.041404Z", "last_refresh": "2024-09-17T08:57:38.868351Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-09-17T08:57:38.868464Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:53:14.618377Z", "last_refresh": "2024-09-17T08:57:38.868408Z", "running": 1, "size": 1}}] 2024-09-17T08:59:26.055 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:24.837580+0000 mon.smithi110 (mon.0) 559 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:active 2024-09-17T08:59:26.055 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:24.837617+0000 mon.smithi110 (mon.0) 560 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 2024-09-17T08:59:26.734 INFO:tasks.cephadm:mds.foofs has 1/2 2024-09-17T08:59:27.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:25.038257+0000 mgr.smithi110.pyeest (mgr.14162) 254 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:27.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:26.302674+0000 mon.smithi110 (mon.0) 561 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:27.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:26.303615+0000 mon.smithi110 (mon.0) 562 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:27.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:25.038257+0000 mgr.smithi110.pyeest (mgr.14162) 254 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:27.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:26.302674+0000 mon.smithi110 (mon.0) 561 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:27.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:26.303615+0000 mon.smithi110 (mon.0) 562 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:27.735 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:59:28.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:26.051414+0000 mgr.smithi110.pyeest (mgr.14162) 255 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:59:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:26.846521+0000 mon.smithi110 (mon.0) 563 : cluster [DBG] mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:boot 2024-09-17T08:59:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:26.846808+0000 mon.smithi110 (mon.0) 564 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T08:59:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:26.846915+0000 mon.smithi110 (mon.0) 565 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T08:59:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:26.850027+0000 mon.smithi110 (mon.0) 566 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T08:59:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:26.051414+0000 mgr.smithi110.pyeest (mgr.14162) 255 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:59:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:26.846521+0000 mon.smithi110 (mon.0) 563 : cluster [DBG] mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:boot 2024-09-17T08:59:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:26.846808+0000 mon.smithi110 (mon.0) 564 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T08:59:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:26.846915+0000 mon.smithi110 (mon.0) 565 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T08:59:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:26.850027+0000 mon.smithi110 (mon.0) 566 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T08:59:29.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:27.038696+0000 mgr.smithi110.pyeest (mgr.14162) 256 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:29.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:28.135818+0000 mon.smithi110 (mon.0) 567 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:27.038696+0000 mgr.smithi110.pyeest (mgr.14162) 256 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:28.135818+0000 mon.smithi110 (mon.0) 567 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:30.139 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:59:30.139 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:53:19.344948Z", "last_refresh": "2024-09-17T08:57:38.868178Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:53:06.190854Z", "last_refresh": "2024-09-17T08:57:38.868238Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-17T08:53:16.149060Z", "last_refresh": "2024-09-17T08:57:38.868294Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T08:59:18.831559Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-17T08:59:18.826905Z", "last_refresh": "2024-09-17T08:59:28.131610Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:53:04.348497Z", "last_refresh": "2024-09-17T08:57:38.868111Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:53:51.812338Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi138:172.21.15.138=smithi138"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:53:51.809341Z", "last_refresh": "2024-09-17T08:57:38.867963Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:53:18.041404Z", "last_refresh": "2024-09-17T08:57:38.868351Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-09-17T08:57:38.868464Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:53:14.618377Z", "last_refresh": "2024-09-17T08:57:38.868408Z", "running": 1, "size": 1}}] 2024-09-17T08:59:30.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:28.976348+0000 mon.smithi110 (mon.0) 568 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-17T08:59:30.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:29.107366+0000 mon.smithi110 (mon.0) 569 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:59:30.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:29.107527+0000 mon.smithi110 (mon.0) 570 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:59:30.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:28.976348+0000 mon.smithi110 (mon.0) 568 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-17T08:59:30.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:29.107366+0000 mon.smithi110 (mon.0) 569 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:59:30.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:29.107527+0000 mon.smithi110 (mon.0) 570 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T08:59:30.833 INFO:tasks.cephadm:mds.foofs has 2/2 2024-09-17T08:59:30.833 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:59:30.842 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T08:59:30.842 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-09-17T08:59:31.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:29.039046+0000 mgr.smithi110.pyeest (mgr.14162) 257 : cluster [DBG] pgmap v225: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-09-17T08:59:31.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:29.856864+0000 mon.smithi110 (mon.0) 571 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-09-17T08:59:31.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:29.856925+0000 mon.smithi110 (mon.0) 572 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-17T08:59:31.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:29.039046+0000 mgr.smithi110.pyeest (mgr.14162) 257 : cluster [DBG] pgmap v225: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-09-17T08:59:31.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:29.856864+0000 mon.smithi110 (mon.0) 571 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-09-17T08:59:31.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:29.856925+0000 mon.smithi110 (mon.0) 572 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-17T08:59:32.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:30.134741+0000 mgr.smithi110.pyeest (mgr.14162) 258 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:59:32.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:30.861400+0000 mon.smithi110 (mon.0) 573 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-17T08:59:32.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:30.861494+0000 mon.smithi110 (mon.0) 574 : cluster [DBG] mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:standby 2024-09-17T08:59:32.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:30.861551+0000 mon.smithi110 (mon.0) 575 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T08:59:32.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:30.134741+0000 mgr.smithi110.pyeest (mgr.14162) 258 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:59:32.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:30.861400+0000 mon.smithi110 (mon.0) 573 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-17T08:59:32.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:30.861494+0000 mon.smithi110 (mon.0) 574 : cluster [DBG] mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:standby 2024-09-17T08:59:32.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:30.861551+0000 mon.smithi110 (mon.0) 575 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T08:59:32.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:31.039594+0000 mgr.smithi110.pyeest (mgr.14162) 259 : cluster [DBG] pgmap v228: 65 pgs: 1 peering, 64 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-09-17T08:59:33.275 INFO:teuthology.orchestra.run.smithi110.stderr:Invalid command: missing required parameter clusterid() 2024-09-17T08:59:33.275 INFO:teuthology.orchestra.run.smithi110.stderr:nfs cluster create [] : Create an NFS Cluster 2024-09-17T08:59:33.276 INFO:teuthology.orchestra.run.smithi110.stderr:Error EINVAL: invalid command 2024-09-17T08:59:33.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:31.039594+0000 mgr.smithi110.pyeest (mgr.14162) 259 : cluster [DBG] pgmap v228: 65 pgs: 1 peering, 64 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-09-17T08:59:34.199 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:33.590720+0000 mon.smithi110 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-17T08:59:34.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:33.590720+0000 mon.smithi110 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-17T08:59:34.896 INFO:teuthology.orchestra.run.smithi110.stdout:NFS Cluster Created Successfully 2024-09-17T08:59:35.250 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:33.040014+0000 mgr.smithi110.pyeest (mgr.14162) 260 : cluster [DBG] pgmap v229: 65 pgs: 1 peering, 64 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-17T08:59:35.250 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:33.589777+0000 mgr.smithi110.pyeest (mgr.14162) 261 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:35.250 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:33.871372+0000 mon.smithi110 (mon.0) 577 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-17T08:59:35.250 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:33.871411+0000 mon.smithi110 (mon.0) 578 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-17T08:59:35.250 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:33.872229+0000 mon.smithi110 (mon.0) 579 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-17T08:59:35.250 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.725359+0000 mon.smithi110 (mon.0) 580 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:35.250 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.728010+0000 mon.smithi110 (mon.0) 581 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:35.251 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.730581+0000 mon.smithi110 (mon.0) 582 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:35.251 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.733992+0000 mon.smithi110 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:35.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:33.040014+0000 mgr.smithi110.pyeest (mgr.14162) 260 : cluster [DBG] pgmap v229: 65 pgs: 1 peering, 64 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-17T08:59:35.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:33.589777+0000 mgr.smithi110.pyeest (mgr.14162) 261 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:35.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:33.871372+0000 mon.smithi110 (mon.0) 577 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-17T08:59:35.286 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:33.871411+0000 mon.smithi110 (mon.0) 578 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-17T08:59:35.286 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:33.872229+0000 mon.smithi110 (mon.0) 579 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-17T08:59:35.286 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.725359+0000 mon.smithi110 (mon.0) 580 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:35.286 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.728010+0000 mon.smithi110 (mon.0) 581 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:35.286 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.730581+0000 mon.smithi110 (mon.0) 582 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:35.286 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.733992+0000 mon.smithi110 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:35.575 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-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-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.876257+0000 mon.smithi110 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:34.876419+0000 mon.smithi110 (mon.0) 585 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:34.893140+0000 mgr.smithi110.pyeest (mgr.14162) 262 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.895930+0000 mon.smithi110 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.896459+0000 mon.smithi110 (mon.0) 587 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.902862+0000 mon.smithi110 (mon.0) 588 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:34.904923+0000 mgr.smithi110.pyeest (mgr.14162) 263 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-09-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:34.911902+0000 mgr.smithi110.pyeest (mgr.14162) 264 : cephadm [INF] Creating key for client.nfs.foo.smithi138 2024-09-17T08:59:36.190 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.912152+0000 mon.smithi110 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-17T08:59:36.191 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.915243+0000 mon.smithi110 (mon.0) 590 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-17T08:59:36.191 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:34.916905+0000 mgr.smithi110.pyeest (mgr.14162) 265 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:59:36.191 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:34.916975+0000 mgr.smithi110.pyeest (mgr.14162) 266 : cephadm [INF] Creating key for client.nfs.foo.smithi138-rgw 2024-09-17T08:59:36.191 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.917213+0000 mon.smithi110 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:59:36.191 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.920376+0000 mon.smithi110 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:59:36.191 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:34.922926+0000 mon.smithi110 (mon.0) 593 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:36.191 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:34.923757+0000 mgr.smithi110.pyeest (mgr.14162) 267 : cephadm [INF] Deploying daemon nfs.foo.smithi138 on smithi138 2024-09-17T08:59:36.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.876257+0000 mon.smithi110 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-17T08:59:36.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:34.876419+0000 mon.smithi110 (mon.0) 585 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-17T08:59:36.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:34.893140+0000 mgr.smithi110.pyeest (mgr.14162) 262 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-17T08:59:36.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.895930+0000 mon.smithi110 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:36.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.896459+0000 mon.smithi110 (mon.0) 587 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.902862+0000 mon.smithi110 (mon.0) 588 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:34.904923+0000 mgr.smithi110.pyeest (mgr.14162) 263 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:34.911902+0000 mgr.smithi110.pyeest (mgr.14162) 264 : cephadm [INF] Creating key for client.nfs.foo.smithi138 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.912152+0000 mon.smithi110 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.915243+0000 mon.smithi110 (mon.0) 590 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:34.916905+0000 mgr.smithi110.pyeest (mgr.14162) 265 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:34.916975+0000 mgr.smithi110.pyeest (mgr.14162) 266 : cephadm [INF] Creating key for client.nfs.foo.smithi138-rgw 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.917213+0000 mon.smithi110 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.920376+0000 mon.smithi110 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:34.922926+0000 mon.smithi110 (mon.0) 593 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:36.249 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:34.923757+0000 mgr.smithi110.pyeest (mgr.14162) 267 : cephadm [INF] Deploying daemon nfs.foo.smithi138 on smithi138 2024-09-17T08:59:37.165 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:35.040359+0000 mgr.smithi110.pyeest (mgr.14162) 268 : cluster [DBG] pgmap v232: 97 pgs: 32 unknown, 1 peering, 64 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:59:37.165 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:35.882345+0000 mon.smithi110 (mon.0) 594 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-17T08:59:37.165 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:35.925669+0000 mon.smithi110 (mon.0) 595 : cluster [DBG] mgrmap e19: smithi110.pyeest(active, since 6m), standbys: smithi138.yorhtj 2024-09-17T08:59:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:35.040359+0000 mgr.smithi110.pyeest (mgr.14162) 268 : cluster [DBG] pgmap v232: 97 pgs: 32 unknown, 1 peering, 64 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:59:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:35.882345+0000 mon.smithi110 (mon.0) 594 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-17T08:59:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:35.925669+0000 mon.smithi110 (mon.0) 595 : cluster [DBG] mgrmap e19: smithi110.pyeest(active, since 6m), standbys: smithi138.yorhtj 2024-09-17T08:59:37.507 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T08:59:37.507 INFO:teuthology.orchestra.run.smithi110.stdout: "bind": "/fake", 2024-09-17T08:59:37.507 INFO:teuthology.orchestra.run.smithi110.stdout: "fs": "foofs", 2024-09-17T08:59:37.507 INFO:teuthology.orchestra.run.smithi110.stdout: "path": "/", 2024-09-17T08:59:37.507 INFO:teuthology.orchestra.run.smithi110.stdout: "cluster": "foo", 2024-09-17T08:59:37.507 INFO:teuthology.orchestra.run.smithi110.stdout: "mode": "RW" 2024-09-17T08:59:37.507 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T08:59:38.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:37.500116+0000 mon.smithi110 (mon.0) 596 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 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-17T08:59:38.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:37.503205+0000 mon.smithi110 (mon.0) 597 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 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-17T08:59:38.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:37.500116+0000 mon.smithi110 (mon.0) 596 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 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-17T08:59:38.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:37.503205+0000 mon.smithi110 (mon.0) 597 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 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-17T08:59:38.092 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-09-17T08:59:39.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:37.041065+0000 mgr.smithi110.pyeest (mgr.14162) 269 : cluster [DBG] pgmap v234: 97 pgs: 16 unknown, 81 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:39.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:37.482081+0000 mgr.smithi110.pyeest (mgr.14162) 270 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:39.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:38.394468+0000 mon.smithi110 (mon.0) 598 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:39.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:38.395379+0000 mon.smithi110 (mon.0) 599 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi110", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-17T08:59:39.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:38.397733+0000 mon.smithi110 (mon.0) 600 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi110", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-17T08:59:39.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:38.398973+0000 mon.smithi110 (mon.0) 601 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi110-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:59:39.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:38.401096+0000 mon.smithi110 (mon.0) 602 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi110-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:59:39.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:38.401811+0000 mon.smithi110 (mon.0) 603 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:37.041065+0000 mgr.smithi110.pyeest (mgr.14162) 269 : cluster [DBG] pgmap v234: 97 pgs: 16 unknown, 81 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:59:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:37.482081+0000 mgr.smithi110.pyeest (mgr.14162) 270 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:38.394468+0000 mon.smithi110 (mon.0) 598 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:38.395379+0000 mon.smithi110 (mon.0) 599 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi110", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-17T08:59:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:38.397733+0000 mon.smithi110 (mon.0) 600 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi110", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-17T08:59:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:38.398973+0000 mon.smithi110 (mon.0) 601 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi110-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:59:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:38.401096+0000 mon.smithi110 (mon.0) 602 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi110-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:59:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:38.401811+0000 mon.smithi110 (mon.0) 603 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:40.186 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:38.395129+0000 mgr.smithi110.pyeest (mgr.14162) 271 : cephadm [INF] Creating key for client.nfs.foo.smithi110 2024-09-17T08:59:40.186 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:38.398744+0000 mgr.smithi110.pyeest (mgr.14162) 272 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:59:40.186 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:38.398804+0000 mgr.smithi110.pyeest (mgr.14162) 273 : cephadm [INF] Creating key for client.nfs.foo.smithi110-rgw 2024-09-17T08:59:40.186 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T08:59:38.402458+0000 mgr.smithi110.pyeest (mgr.14162) 274 : cephadm [INF] Deploying daemon nfs.foo.smithi110 on smithi110 2024-09-17T08:59:40.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:38.395129+0000 mgr.smithi110.pyeest (mgr.14162) 271 : cephadm [INF] Creating key for client.nfs.foo.smithi110 2024-09-17T08:59:40.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:38.398744+0000 mgr.smithi110.pyeest (mgr.14162) 272 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:59:40.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:38.398804+0000 mgr.smithi110.pyeest (mgr.14162) 273 : cephadm [INF] Creating key for client.nfs.foo.smithi110-rgw 2024-09-17T08:59:40.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T08:59:38.402458+0000 mgr.smithi110.pyeest (mgr.14162) 274 : cephadm [INF] Deploying daemon nfs.foo.smithi110 on smithi110 2024-09-17T08:59:40.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:39.041658+0000 mgr.smithi110.pyeest (mgr.14162) 275 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-09-17T08:59:41.247 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:39.041658+0000 mgr.smithi110.pyeest (mgr.14162) 275 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-09-17T08:59:42.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:39.991201+0000 mgr.smithi110.pyeest (mgr.14162) 276 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:42.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:39.991201+0000 mgr.smithi110.pyeest (mgr.14162) 276 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:43.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:41.042222+0000 mgr.smithi110.pyeest (mgr.14162) 277 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 2.3 KiB data, 46 MiB used, 715 GiB / 715 GiB avail; 142 B/s rd, 428 B/s wr, 0 op/s 2024-09-17T08:59:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:41.304593+0000 mgr.smithi110.pyeest (mgr.14162) 278 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:43.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:41.042222+0000 mgr.smithi110.pyeest (mgr.14162) 277 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 2.3 KiB data, 46 MiB used, 715 GiB / 715 GiB avail; 142 B/s rd, 428 B/s wr, 0 op/s 2024-09-17T08:59:43.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:41.304593+0000 mgr.smithi110.pyeest (mgr.14162) 278 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:43.927 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo 2/2 - 9s count:2 2024-09-17T08:59:44.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:42.609967+0000 mgr.smithi110.pyeest (mgr.14162) 279 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:44.157 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:43.087504+0000 mon.smithi110 (mon.0) 604 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:44.157 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:43.088190+0000 mon.smithi110 (mon.0) 605 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:44.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:42.609967+0000 mgr.smithi110.pyeest (mgr.14162) 279 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:44.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:43.087504+0000 mon.smithi110 (mon.0) 604 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:44.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:43.088190+0000 mon.smithi110 (mon.0) 605 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:44.745 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:59:44.756 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T08:59:44.757 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-17T08:59:44.785 INFO:teuthology.orchestra.run.smithi110.stderr:+ mkdir /mnt/foo 2024-09-17T08:59:44.793 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-09-17T08:59:44.859 INFO:teuthology.orchestra.run.smithi110.stderr:++ hostname 2024-09-17T08:59:44.859 INFO:teuthology.orchestra.run.smithi110.stderr:+ mount -t nfs smithi110:/fake /mnt/foo -o sync 2024-09-17T08:59:45.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:43.042705+0000 mgr.smithi110.pyeest (mgr.14162) 280 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.4 KiB data, 46 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-17T08:59:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:43.911293+0000 mgr.smithi110.pyeest (mgr.14162) 281 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:45.193 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:43.042705+0000 mgr.smithi110.pyeest (mgr.14162) 280 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.4 KiB data, 46 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-17T08:59:45.193 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:43.911293+0000 mgr.smithi110.pyeest (mgr.14162) 281 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:59:45.538 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-17T08:59:45.603 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo test 2024-09-17T08:59:45.613 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-17T08:59:45.678 INFO:teuthology.orchestra.run.smithi110.stderr:+ sync 2024-09-17T08:59:45.918 INFO:teuthology.run_tasks:Running task parallel... 2024-09-17T08:59:45.928 INFO:teuthology.task.parallel:starting parallel... 2024-09-17T08:59:45.929 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-17T08:59:45.929 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-17T08:59:45.930 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T08:59:45.930 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-17T08:59:45.930 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-17T08:59:45.931 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-17T08:59:45.931 INFO:teuthology.task.exec:Executing custom commands... 2024-09-17T08:59:45.932 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T08:59:45.932 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-09-17T08:59:46.009 INFO:teuthology.orchestra.run.smithi110.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-17T08:59:46.010 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T08:59:46.010 INFO:teuthology.orchestra.run.smithi110.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-09-17T08:59:46.024 INFO:teuthology.orchestra.run.smithi110.stdout:3 of 5 processes prepared for launch 0 sec 2024-09-17T08:59:46.124 INFO:teuthology.orchestra.run.smithi110.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-17T08:59:46.124 INFO:teuthology.orchestra.run.smithi110.stdout:releasing clients 2024-09-17T08:59:46.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:45.043011+0000 mgr.smithi110.pyeest (mgr.14162) 282 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.4 KiB data, 46 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-09-17T08:59:46.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:45.632704+0000 mon.smithi110 (mon.0) 606 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:47.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:45.043011+0000 mgr.smithi110.pyeest (mgr.14162) 282 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.4 KiB data, 46 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-09-17T08:59:47.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:45.632704+0000 mon.smithi110 (mon.0) 606 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:47.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 320 58.21 MB/sec warmup 1 sec latency 10.475 ms 2024-09-17T08:59:48.124 INFO:teuthology.orchestra.run.smithi110.stdout: 5 719 53.17 MB/sec warmup 2 sec latency 10.521 ms 2024-09-17T08:59:49.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:47.043635+0000 mgr.smithi110.pyeest (mgr.14162) 283 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 11 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 MiB/s wr, 101 op/s 2024-09-17T08:59:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:47.043635+0000 mgr.smithi110.pyeest (mgr.14162) 283 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 11 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 MiB/s wr, 101 op/s 2024-09-17T08:59:49.124 INFO:teuthology.orchestra.run.smithi110.stdout: 5 1939 44.08 MB/sec warmup 3 sec latency 38.614 ms 2024-09-17T08:59:50.121 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-17T08:59:50.124 INFO:teuthology.orchestra.run.smithi110.stdout: 5 3423 45.76 MB/sec warmup 4 sec latency 8.759 ms 2024-09-17T08:59:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:49.044150+0000 mgr.smithi110.pyeest (mgr.14162) 284 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 41 MiB data, 136 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 3.4 MiB/s wr, 171 op/s 2024-09-17T08:59:50.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:49.044150+0000 mgr.smithi110.pyeest (mgr.14162) 284 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 41 MiB data, 136 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 3.4 MiB/s wr, 171 op/s 2024-09-17T08:59:51.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 4440 40.73 MB/sec warmup 5 sec latency 13.909 ms 2024-09-17T08:59:52.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 5882 38.92 MB/sec warmup 6 sec latency 12.939 ms 2024-09-17T08:59:53.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:51.044603+0000 mgr.smithi110.pyeest (mgr.14162) 285 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 94 MiB data, 371 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 8.7 MiB/s wr, 403 op/s 2024-09-17T08:59:53.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:51.044603+0000 mgr.smithi110.pyeest (mgr.14162) 285 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 94 MiB data, 371 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 8.7 MiB/s wr, 403 op/s 2024-09-17T08:59:53.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 6948 39.39 MB/sec warmup 7 sec latency 21.392 ms 2024-09-17T08:59:53.894 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-17T08:59:54.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 8052 37.61 MB/sec warmup 8 sec latency 15.875 ms 2024-09-17T08:59:54.560 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:53.045174+0000 mgr.smithi110.pyeest (mgr.14162) 286 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 142 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 15 MiB/s wr, 926 op/s 2024-09-17T08:59:54.560 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:53.407928+0000 mon.smithi110 (mon.0) 607 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:54.560 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:53.413586+0000 mon.smithi110 (mon.0) 608 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:54.561 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:53.419448+0000 mon.smithi110 (mon.0) 609 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:54.561 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:53.425441+0000 mon.smithi110 (mon.0) 610 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:54.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:53.045174+0000 mgr.smithi110.pyeest (mgr.14162) 286 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 142 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 15 MiB/s wr, 926 op/s 2024-09-17T08:59:54.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:53.407928+0000 mon.smithi110 (mon.0) 607 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:54.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:53.413586+0000 mon.smithi110 (mon.0) 608 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:54.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:53.419448+0000 mon.smithi110 (mon.0) 609 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:54.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:53.425441+0000 mon.smithi110 (mon.0) 610 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:55.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 9410 36.43 MB/sec warmup 9 sec latency 10.957 ms 2024-09-17T08:59:56.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 10711 38.49 MB/sec warmup 10 sec latency 21.556 ms 2024-09-17T08:59:56.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:55.045593+0000 mgr.smithi110.pyeest (mgr.14162) 287 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 142 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 15 MiB/s wr, 923 op/s 2024-09-17T08:59:56.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:56.266125+0000 mon.smithi110 (mon.0) 611 : audit [INF] from='client.? 172.21.15.110:0/2822306652' entity='client.admin' 2024-09-17T08:59:56.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:56.267763+0000 mon.smithi110 (mon.0) 612 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:56.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T08:59:56.275197+0000 mon.smithi110 (mon.0) 613 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:56.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:55.045593+0000 mgr.smithi110.pyeest (mgr.14162) 287 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 142 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 15 MiB/s wr, 923 op/s 2024-09-17T08:59:56.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:56.266125+0000 mon.smithi110 (mon.0) 611 : audit [INF] from='client.? 172.21.15.110:0/2822306652' entity='client.admin' 2024-09-17T08:59:56.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:56.267763+0000 mon.smithi110 (mon.0) 612 : audit [DBG] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:56.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T08:59:56.275197+0000 mon.smithi110 (mon.0) 613 : audit [INF] from='mgr.14162 172.21.15.110:0/3496523330' entity='mgr.smithi110.pyeest' 2024-09-17T08:59:57.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 11460 35.81 MB/sec warmup 11 sec latency 61.454 ms 2024-09-17T08:59:58.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 12689 35.04 MB/sec warmup 12 sec latency 39.568 ms 2024-09-17T08:59:58.530 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph mgr module enable nfs --force' 2024-09-17T08:59:58.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 08:59:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:57.046185+0000 mgr.smithi110.pyeest (mgr.14162) 288 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 161 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.36k op/s 2024-09-17T08:59:59.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 08:59:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:57.046185+0000 mgr.smithi110.pyeest (mgr.14162) 288 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 161 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.36k op/s 2024-09-17T08:59:59.125 INFO:teuthology.orchestra.run.smithi110.stdout: 5 13986 35.76 MB/sec warmup 13 sec latency 15.587 ms 2024-09-17T09:00:00.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 14913 34.90 MB/sec warmup 14 sec latency 13.863 ms 2024-09-17T09:00:00.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T08:59:59.046666+0000 mgr.smithi110.pyeest (mgr.14162) 289 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 157 MiB data, 794 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.38k op/s 2024-09-17T09:00:00.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:00.000206+0000 mon.smithi110 (mon.0) 614 : cluster [INF] overall HEALTH_OK 2024-09-17T09:00:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T08:59:59.046666+0000 mgr.smithi110.pyeest (mgr.14162) 289 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 157 MiB data, 794 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.38k op/s 2024-09-17T09:00:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:00.000206+0000 mon.smithi110 (mon.0) 614 : cluster [INF] overall HEALTH_OK 2024-09-17T09:00:01.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 15849 34.22 MB/sec warmup 15 sec latency 21.802 ms 2024-09-17T09:00:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:00.918248+0000 mon.smithi138 (mon.1) 18 : audit [INF] from='client.? 172.21.15.110:0/2728559235' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-17T09:00:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:00.918501+0000 mon.smithi110 (mon.0) 615 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-17T09:00:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:00.918248+0000 mon.smithi138 (mon.1) 18 : audit [INF] from='client.? 172.21.15.110:0/2728559235' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-17T09:00:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:00.918501+0000 mon.smithi110 (mon.0) 615 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-17T09:00:02.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 17144 34.26 MB/sec warmup 16 sec latency 54.354 ms 2024-09-17T09:00:02.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:01.718397+0000 mon.smithi110 (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-17T09:00:02.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:01.718471+0000 mon.smithi110 (mon.0) 617 : cluster [DBG] mgrmap e20: smithi110.pyeest(active, since 6m), standbys: smithi138.yorhtj 2024-09-17T09:00:02.970 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-17T09:00:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:01.718397+0000 mon.smithi110 (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-17T09:00:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:01.718471+0000 mon.smithi110 (mon.0) 617 : cluster [DBG] mgrmap e20: smithi110.pyeest(active, since 6m), standbys: smithi138.yorhtj 2024-09-17T09:00:03.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 18200 34.28 MB/sec warmup 17 sec latency 22.826 ms 2024-09-17T09:00:04.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 19061 33.29 MB/sec warmup 18 sec latency 15.039 ms 2024-09-17T09:00:05.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 20204 32.58 MB/sec warmup 19 sec latency 21.182 ms 2024-09-17T09:00:06.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 21269 33.22 MB/sec warmup 20 sec latency 20.623 ms 2024-09-17T09:00:07.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 22084 32.41 MB/sec warmup 21 sec latency 23.466 ms 2024-09-17T09:00:08.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 23161 32.08 MB/sec warmup 22 sec latency 18.515 ms 2024-09-17T09:00:08.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:08.099508+0000 mon.smithi110 (mon.0) 618 : cluster [DBG] Standby manager daemon smithi138.yorhtj restarted 2024-09-17T09:00:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:08.099625+0000 mon.smithi110 (mon.0) 619 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T09:00:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:08.101461+0000 mon.smithi138 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.138:0/853335207' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:00:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:08.101982+0000 mon.smithi138 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.138:0/853335207' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:00:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:08.104262+0000 mon.smithi138 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.138:0/853335207' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:00:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:08.105277+0000 mon.smithi138 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.138:0/853335207' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:00:09.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:08.099508+0000 mon.smithi110 (mon.0) 618 : cluster [DBG] Standby manager daemon smithi138.yorhtj restarted 2024-09-17T09:00:09.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:08.099625+0000 mon.smithi110 (mon.0) 619 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T09:00:09.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:08.101461+0000 mon.smithi138 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.138:0/853335207' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:00:09.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:08.101982+0000 mon.smithi138 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.138:0/853335207' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:00:09.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:08.104262+0000 mon.smithi138 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.138:0/853335207' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:00:09.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:08.105277+0000 mon.smithi138 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.138:0/853335207' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:00:09.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 24290 32.11 MB/sec warmup 23 sec latency 16.111 ms 2024-09-17T09:00:09.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:08.717045+0000 mon.smithi110 (mon.0) 620 : cluster [DBG] mgrmap e21: smithi110.pyeest(active, since 6m), standbys: smithi138.yorhtj 2024-09-17T09:00:09.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:09.492391+0000 mon.smithi110 (mon.0) 621 : cluster [INF] Active manager daemon smithi110.pyeest restarted 2024-09-17T09:00:09.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:09.493032+0000 mon.smithi110 (mon.0) 622 : cluster [INF] Activating manager daemon smithi110.pyeest 2024-09-17T09:00:09.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:09.496292+0000 mon.smithi110 (mon.0) 623 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-17T09:00:10.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:08.717045+0000 mon.smithi110 (mon.0) 620 : cluster [DBG] mgrmap e21: smithi110.pyeest(active, since 6m), standbys: smithi138.yorhtj 2024-09-17T09:00:10.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:09.492391+0000 mon.smithi110 (mon.0) 621 : cluster [INF] Active manager daemon smithi110.pyeest restarted 2024-09-17T09:00:10.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:09.493032+0000 mon.smithi110 (mon.0) 622 : cluster [INF] Activating manager daemon smithi110.pyeest 2024-09-17T09:00:10.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:09.496292+0000 mon.smithi110 (mon.0) 623 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-17T09:00:10.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 25340 32.26 MB/sec warmup 24 sec latency 29.025 ms 2024-09-17T09:00:10.745 INFO:teuthology.orchestra.run.smithi110.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:00:10.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:09.717948+0000 mon.smithi110 (mon.0) 624 : cluster [DBG] mgrmap e22: smithi110.pyeest(active, starting, since 0.225048s), standbys: smithi138.yorhtj 2024-09-17T09:00:10.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.719423+0000 mon.smithi110 (mon.0) 625 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:00:10.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.719613+0000 mon.smithi110 (mon.0) 626 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:00:10.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.722834+0000 mon.smithi110 (mon.0) 627 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:00:10.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.723033+0000 mon.smithi110 (mon.0) 628 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:00:10.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.723267+0000 mon.smithi110 (mon.0) 629 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:00:10.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.723480+0000 mon.smithi110 (mon.0) 630 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.723669+0000 mon.smithi110 (mon.0) 631 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.723931+0000 mon.smithi110 (mon.0) 632 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.724368+0000 mon.smithi110 (mon.0) 633 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.724553+0000 mon.smithi110 (mon.0) 634 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.724812+0000 mon.smithi110 (mon.0) 635 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.725082+0000 mon.smithi110 (mon.0) 636 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.725386+0000 mon.smithi110 (mon.0) 637 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.725655+0000 mon.smithi110 (mon.0) 638 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.725996+0000 mon.smithi110 (mon.0) 639 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.726295+0000 mon.smithi110 (mon.0) 640 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.726601+0000 mon.smithi110 (mon.0) 641 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:00:10.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:09.727916+0000 mon.smithi110 (mon.0) 642 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T09:00:10.825 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.873624+0000 mon.smithi110 (mon.0) 643 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:00:10.825 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.877226+0000 mon.smithi110 (mon.0) 644 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:00:10.825 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.936189+0000 mon.smithi110 (mon.0) 645 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:00:10.825 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:09.946614+0000 mon.smithi110 (mon.0) 646 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:00:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:09.717948+0000 mon.smithi110 (mon.0) 624 : cluster [DBG] mgrmap e22: smithi110.pyeest(active, starting, since 0.225048s), standbys: smithi138.yorhtj 2024-09-17T09:00:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.719423+0000 mon.smithi110 (mon.0) 625 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:00:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.719613+0000 mon.smithi110 (mon.0) 626 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:00:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.722834+0000 mon.smithi110 (mon.0) 627 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:00:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.723033+0000 mon.smithi110 (mon.0) 628 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:00:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.723267+0000 mon.smithi110 (mon.0) 629 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:00:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.723480+0000 mon.smithi110 (mon.0) 630 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:00:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.723669+0000 mon.smithi110 (mon.0) 631 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.723931+0000 mon.smithi110 (mon.0) 632 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.724368+0000 mon.smithi110 (mon.0) 633 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.724553+0000 mon.smithi110 (mon.0) 634 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.724812+0000 mon.smithi110 (mon.0) 635 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.725082+0000 mon.smithi110 (mon.0) 636 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.725386+0000 mon.smithi110 (mon.0) 637 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.725655+0000 mon.smithi110 (mon.0) 638 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.725996+0000 mon.smithi110 (mon.0) 639 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.726295+0000 mon.smithi110 (mon.0) 640 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.726601+0000 mon.smithi110 (mon.0) 641 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:09.727916+0000 mon.smithi110 (mon.0) 642 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.873624+0000 mon.smithi110 (mon.0) 643 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.877226+0000 mon.smithi110 (mon.0) 644 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.936189+0000 mon.smithi110 (mon.0) 645 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:00:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:09.946614+0000 mon.smithi110 (mon.0) 646 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:00:11.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 26106 31.46 MB/sec warmup 25 sec latency 45.559 ms 2024-09-17T09:00:11.730 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-17T09:00:11.731 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T09:00:11.731 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- 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 ; ceph health detail ; sleep 30 ; done' 2024-09-17T09:00:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:10.733829+0000 mon.smithi110 (mon.0) 647 : cluster [DBG] mgrmap e23: smithi110.pyeest(active, since 1.24092s), standbys: smithi138.yorhtj 2024-09-17T09:00:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:00:10.738563+0000 mgr.smithi110.pyeest (mgr.14592) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:00:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:10.740121+0000 mgr.smithi110.pyeest (mgr.14592) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:00:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:10.742633+0000 mon.smithi110 (mon.0) 648 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:10.733829+0000 mon.smithi110 (mon.0) 647 : cluster [DBG] mgrmap e23: smithi110.pyeest(active, since 1.24092s), standbys: smithi138.yorhtj 2024-09-17T09:00:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:00:10.738563+0000 mgr.smithi110.pyeest (mgr.14592) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:00:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:10.740121+0000 mgr.smithi110.pyeest (mgr.14592) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:00:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:10.742633+0000 mon.smithi110 (mon.0) 648 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:12.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 27459 31.42 MB/sec warmup 26 sec latency 49.274 ms 2024-09-17T09:00:13.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:11.722540+0000 mgr.smithi110.pyeest (mgr.14592) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:00:13.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:11.751737+0000 mon.smithi110 (mon.0) 649 : cluster [DBG] mgrmap e24: smithi110.pyeest(active, since 2s), standbys: smithi138.yorhtj 2024-09-17T09:00:13.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:11.722540+0000 mgr.smithi110.pyeest (mgr.14592) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:00:13.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:11.751737+0000 mon.smithi110 (mon.0) 649 : cluster [DBG] mgrmap e24: smithi110.pyeest(active, since 2s), standbys: smithi138.yorhtj 2024-09-17T09:00:13.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 28669 32.13 MB/sec warmup 27 sec latency 19.158 ms 2024-09-17T09:00:14.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 29499 31.36 MB/sec warmup 28 sec latency 21.950 ms 2024-09-17T09:00:14.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:13.722943+0000 mgr.smithi110.pyeest (mgr.14592) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:00:14.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:14.287030+0000 mon.smithi110 (mon.0) 650 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:14.945 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:00:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:13.722943+0000 mgr.smithi110.pyeest (mgr.14592) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:00:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:14.287030+0000 mon.smithi110 (mon.0) 650 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:15.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 30669 31.11 MB/sec warmup 29 sec latency 17.387 ms 2024-09-17T09:00:15.769 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-17T09:00:15.769 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (4m) 22s ago 6m 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (6m) 22s ago 6m 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (5m) 1s ago 5m 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (4m) 22s ago 6m 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (52s) 22s ago 52s 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (49s) 1s ago 49s 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (7m) 22s ago 7m 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (5m) 1s ago 5m 16.2.4 8d91d370c2b8 81aea958c46a 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (7m) 22s ago 7m 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (5m) 1s ago 5m 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.smithi110 smithi110 *:2049 running (33s) 22s ago 32s 3.5 8d91d370c2b8 69f78b5ba0f8 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.smithi138 smithi138 *:2049 running (37s) 1s ago 37s 3.5 8d91d370c2b8 b7835131773a 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (5m) 22s ago 5m 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (5m) 1s ago 5m 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (4m) 22s ago 4m 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:00:15.770 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (4m) 22s ago 4m 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:00:15.771 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (3m) 22s ago 3m 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:00:15.771 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (3m) 22s ago 3m 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:00:15.771 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (3m) 1s ago 3m 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:00:15.771 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (3m) 1s ago 3m 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:00:15.771 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (2m) 1s ago 2m 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:00:15.771 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (2m) 1s ago 2m 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:00:15.771 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (4m) 22s ago 5m 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:00:16.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 31707 31.38 MB/sec warmup 30 sec latency 19.486 ms 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:00:16.326 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:00:16.327 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:00:16.327 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:00:16.327 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:00:16.327 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:00:16.327 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-17T09:00:16.327 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:00:16.327 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:00:16.776 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:00:16.776 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9", 2024-09-17T09:00:16.776 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:00:16.776 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:00:16.776 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "", 2024-09-17T09:00:16.776 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-09-17T09:00:16.776 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:00:17.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:14.925424+0000 mgr.smithi110.pyeest (mgr.14592) 6 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:17.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:15.359477+0000 mgr.smithi110.pyeest (mgr.14592) 7 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:17.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:15.723299+0000 mgr.smithi110.pyeest (mgr.14592) 8 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:00:17.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:15.757618+0000 mgr.smithi110.pyeest (mgr.14592) 9 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:17.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:16.325602+0000 mon.smithi110 (mon.0) 651 : audit [DBG] from='client.? 172.21.15.110:0/1334015248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:14.925424+0000 mgr.smithi110.pyeest (mgr.14592) 6 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:15.359477+0000 mgr.smithi110.pyeest (mgr.14592) 7 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:15.723299+0000 mgr.smithi110.pyeest (mgr.14592) 8 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:00:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:15.757618+0000 mgr.smithi110.pyeest (mgr.14592) 9 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:16.325602+0000 mon.smithi110 (mon.0) 651 : audit [DBG] from='client.? 172.21.15.110:0/1334015248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:17.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 32538 31.16 MB/sec warmup 31 sec latency 22.478 ms 2024-09-17T09:00:17.316 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:00:18.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:16.775603+0000 mgr.smithi110.pyeest (mgr.14592) 10 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:18.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:17.315763+0000 mon.smithi110 (mon.0) 652 : audit [DBG] from='client.? 172.21.15.110:0/2391061153' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:00:18.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:16.775603+0000 mgr.smithi110.pyeest (mgr.14592) 10 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:18.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:17.315763+0000 mon.smithi110 (mon.0) 652 : audit [DBG] from='client.? 172.21.15.110:0/2391061153' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:00:18.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 33484 30.88 MB/sec warmup 32 sec latency 44.781 ms 2024-09-17T09:00:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:17.724133+0000 mgr.smithi110.pyeest (mgr.14592) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-09-17T09:00:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:17.724133+0000 mgr.smithi110.pyeest (mgr.14592) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-09-17T09:00:19.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 34628 30.74 MB/sec warmup 33 sec latency 82.045 ms 2024-09-17T09:00:20.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 35884 31.16 MB/sec warmup 34 sec latency 62.788 ms 2024-09-17T09:00:20.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:19.728037+0000 mgr.smithi110.pyeest (mgr.14592) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.3 MiB/s wr, 804 op/s 2024-09-17T09:00:20.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:20.203094+0000 mon.smithi110 (mon.0) 653 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:20.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:20.542879+0000 mon.smithi110 (mon.0) 654 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:21.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:19.728037+0000 mgr.smithi110.pyeest (mgr.14592) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.3 MiB/s wr, 804 op/s 2024-09-17T09:00:21.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:20.203094+0000 mon.smithi110 (mon.0) 653 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:21.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:20.542879+0000 mon.smithi110 (mon.0) 654 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:21.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 36840 30.84 MB/sec warmup 35 sec latency 27.259 ms 2024-09-17T09:00:22.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:00:20.547057+0000 mgr.smithi110.pyeest (mgr.14592) 13 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:00:22.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:00:20.547057+0000 mgr.smithi110.pyeest (mgr.14592) 13 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:00:22.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 37793 30.39 MB/sec warmup 36 sec latency 19.606 ms 2024-09-17T09:00:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:21.728933+0000 mgr.smithi110.pyeest (mgr.14592) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 235 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-09-17T09:00:23.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:21.728933+0000 mgr.smithi110.pyeest (mgr.14592) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 235 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-09-17T09:00:23.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 38677 30.49 MB/sec warmup 37 sec latency 35.597 ms 2024-09-17T09:00:24.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 39486 30.43 MB/sec warmup 38 sec latency 33.659 ms 2024-09-17T09:00:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:23.729323+0000 mgr.smithi110.pyeest (mgr.14592) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 235 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-09-17T09:00:25.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:23.729323+0000 mgr.smithi110.pyeest (mgr.14592) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 235 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-09-17T09:00:25.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 40247 30.03 MB/sec warmup 39 sec latency 22.344 ms 2024-09-17T09:00:26.126 INFO:teuthology.orchestra.run.smithi110.stdout: 5 41277 29.72 MB/sec warmup 40 sec latency 21.147 ms 2024-09-17T09:00:27.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:25.729698+0000 mgr.smithi110.pyeest (mgr.14592) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 235 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-09-17T09:00:27.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:25.729698+0000 mgr.smithi110.pyeest (mgr.14592) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 235 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-09-17T09:00:27.127 INFO:teuthology.orchestra.run.smithi110.stdout: 5 42017 29.64 MB/sec warmup 41 sec latency 45.011 ms 2024-09-17T09:00:28.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 42583 29.54 MB/sec warmup 42 sec latency 30.986 ms 2024-09-17T09:00:29.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:27.730701+0000 mgr.smithi110.pyeest (mgr.14592) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 18 MiB/s wr, 1.69k op/s 2024-09-17T09:00:29.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:27.730701+0000 mgr.smithi110.pyeest (mgr.14592) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 18 MiB/s wr, 1.69k op/s 2024-09-17T09:00:29.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 43126 29.12 MB/sec warmup 43 sec latency 21.698 ms 2024-09-17T09:00:30.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 43958 28.88 MB/sec warmup 44 sec latency 19.256 ms 2024-09-17T09:00:30.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:29.731087+0000 mgr.smithi110.pyeest (mgr.14592) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-17T09:00:30.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:29.731087+0000 mgr.smithi110.pyeest (mgr.14592) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-17T09:00:31.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 45166 28.79 MB/sec warmup 45 sec latency 18.550 ms 2024-09-17T09:00:32.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 46235 29.11 MB/sec warmup 46 sec latency 13.867 ms 2024-09-17T09:00:32.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:31.731783+0000 mgr.smithi110.pyeest (mgr.14592) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.52k op/s 2024-09-17T09:00:32.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:31.731783+0000 mgr.smithi110.pyeest (mgr.14592) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.52k op/s 2024-09-17T09:00:33.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 46887 28.72 MB/sec warmup 47 sec latency 19.836 ms 2024-09-17T09:00:34.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 47787 28.57 MB/sec warmup 48 sec latency 24.944 ms 2024-09-17T09:00:34.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:33.732106+0000 mgr.smithi110.pyeest (mgr.14592) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 931 op/s 2024-09-17T09:00:34.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:33.732106+0000 mgr.smithi110.pyeest (mgr.14592) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 931 op/s 2024-09-17T09:00:35.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 48962 28.58 MB/sec warmup 49 sec latency 26.581 ms 2024-09-17T09:00:36.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 49962 28.82 MB/sec warmup 50 sec latency 23.566 ms 2024-09-17T09:00:36.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:35.732478+0000 mgr.smithi110.pyeest (mgr.14592) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 931 op/s 2024-09-17T09:00:36.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:35.732478+0000 mgr.smithi110.pyeest (mgr.14592) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 931 op/s 2024-09-17T09:00:37.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 50727 28.48 MB/sec warmup 51 sec latency 18.409 ms 2024-09-17T09:00:38.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 51818 28.36 MB/sec warmup 52 sec latency 26.928 ms 2024-09-17T09:00:39.030 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:37.733133+0000 mgr.smithi110.pyeest (mgr.14592) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 278 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.48k op/s 2024-09-17T09:00:39.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:37.733133+0000 mgr.smithi110.pyeest (mgr.14592) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 278 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.48k op/s 2024-09-17T09:00:39.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 52754 28.45 MB/sec warmup 53 sec latency 21.488 ms 2024-09-17T09:00:40.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:39.733502+0000 mgr.smithi110.pyeest (mgr.14592) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 278 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 985 op/s 2024-09-17T09:00:40.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 53496 28.45 MB/sec warmup 54 sec latency 32.644 ms 2024-09-17T09:00:40.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:39.733502+0000 mgr.smithi110.pyeest (mgr.14592) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 278 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 985 op/s 2024-09-17T09:00:41.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 54275 28.15 MB/sec warmup 55 sec latency 19.400 ms 2024-09-17T09:00:42.128 INFO:teuthology.orchestra.run.smithi110.stdout: 5 55188 28.01 MB/sec warmup 56 sec latency 25.722 ms 2024-09-17T09:00:42.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:41.734123+0000 mgr.smithi110.pyeest (mgr.14592) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-09-17T09:00:42.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:41.734123+0000 mgr.smithi110.pyeest (mgr.14592) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-09-17T09:00:43.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 55946 27.85 MB/sec warmup 57 sec latency 22.608 ms 2024-09-17T09:00:44.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 56765 27.96 MB/sec warmup 58 sec latency 28.257 ms 2024-09-17T09:00:44.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:43.734751+0000 mgr.smithi110.pyeest (mgr.14592) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-09-17T09:00:44.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:43.734751+0000 mgr.smithi110.pyeest (mgr.14592) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-09-17T09:00:45.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 57336 27.72 MB/sec warmup 59 sec latency 24.234 ms 2024-09-17T09:00:46.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 57959 27.47 MB/sec warmup 60 sec latency 23.275 ms 2024-09-17T09:00:46.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:45.735130+0000 mgr.smithi110.pyeest (mgr.14592) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-09-17T09:00:46.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:45.735130+0000 mgr.smithi110.pyeest (mgr.14592) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-09-17T09:00:47.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 58686 27.26 MB/sec warmup 61 sec latency 50.424 ms 2024-09-17T09:00:47.836 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:00:48.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 59379 27.08 MB/sec warmup 62 sec latency 23.504 ms 2024-09-17T09:00:48.765 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-17T09:00:48.765 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (5m) 28s ago 6m 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:00:48.765 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (6m) 28s ago 6m 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:00:48.765 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (6m) 34s ago 6m 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:00:48.765 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (5m) 28s ago 6m 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:00:48.765 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (85s) 28s ago 85s 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:00:48.765 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (82s) 34s ago 82s 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (8m) 28s ago 8m 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (5m) 34s ago 5m 16.2.4 8d91d370c2b8 81aea958c46a 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (8m) 28s ago 8m 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (5m) 34s ago 5m 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.smithi110 smithi110 *:2049 running (66s) 28s ago 65s 3.5 8d91d370c2b8 69f78b5ba0f8 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.smithi138 smithi138 *:2049 running (70s) 34s ago 70s 3.5 8d91d370c2b8 b7835131773a 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (6m) 28s ago 6m 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (5m) 34s ago 5m 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (5m) 28s ago 5m 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (4m) 28s ago 4m 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (4m) 28s ago 4m 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:00:48.766 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (4m) 28s ago 4m 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:00:48.767 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (3m) 34s ago 3m 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:00:48.767 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (3m) 34s ago 3m 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:00:48.767 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (3m) 34s ago 3m 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:00:48.767 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (2m) 34s ago 2m 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:00:48.767 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (5m) 28s ago 6m 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:00:49.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:47.735798+0000 mgr.smithi110.pyeest (mgr.14592) 27 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-09-17T09:00:49.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:47.735798+0000 mgr.smithi110.pyeest (mgr.14592) 27 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-09-17T09:00:49.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 60102 27.13 MB/sec warmup 63 sec latency 28.757 ms 2024-09-17T09:00:49.351 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:00:49.351 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:00:49.351 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:00:49.352 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-17T09:00:49.353 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:00:49.353 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:00:49.819 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:00:49.819 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9", 2024-09-17T09:00:49.819 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:00:49.819 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:00:49.819 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "", 2024-09-17T09:00:49.819 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 image" 2024-09-17T09:00:49.820 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:00:50.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:47.813045+0000 mgr.smithi110.pyeest (mgr.14592) 28 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:50.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:48.293247+0000 mgr.smithi110.pyeest (mgr.14592) 29 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:50.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:48.752819+0000 mgr.smithi110.pyeest (mgr.14592) 30 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:50.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:49.351016+0000 mon.smithi110 (mon.0) 655 : audit [DBG] from='client.? 172.21.15.110:0/3940784114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:47.813045+0000 mgr.smithi110.pyeest (mgr.14592) 28 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:48.293247+0000 mgr.smithi110.pyeest (mgr.14592) 29 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:48.752819+0000 mgr.smithi110.pyeest (mgr.14592) 30 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:49.351016+0000 mon.smithi110 (mon.0) 655 : audit [DBG] from='client.? 172.21.15.110:0/3940784114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:50.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 60939 27.05 MB/sec warmup 64 sec latency 23.659 ms 2024-09-17T09:00:50.313 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:00:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:49.736184+0000 mgr.smithi110.pyeest (mgr.14592) 31 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.6 MiB/s wr, 936 op/s 2024-09-17T09:00:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:50.312863+0000 mon.smithi110 (mon.0) 656 : audit [DBG] from='client.? 172.21.15.110:0/185401890' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:00:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:49.736184+0000 mgr.smithi110.pyeest (mgr.14592) 31 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.6 MiB/s wr, 936 op/s 2024-09-17T09:00:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:50.312863+0000 mon.smithi110 (mon.0) 656 : audit [DBG] from='client.? 172.21.15.110:0/185401890' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:00:51.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 61672 26.86 MB/sec warmup 65 sec latency 15.564 ms 2024-09-17T09:00:52.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:49.818650+0000 mgr.smithi110.pyeest (mgr.14592) 32 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:52.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:49.818650+0000 mgr.smithi110.pyeest (mgr.14592) 32 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:52.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 62607 26.75 MB/sec warmup 66 sec latency 32.177 ms 2024-09-17T09:00:53.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:51.736805+0000 mgr.smithi110.pyeest (mgr.14592) 33 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 312 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-09-17T09:00:53.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:52.224759+0000 mon.smithi110 (mon.0) 657 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:53.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:00:52.226936+0000 mon.smithi110 (mon.0) 658 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:00:53.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:51.736805+0000 mgr.smithi110.pyeest (mgr.14592) 33 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 312 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-09-17T09:00:53.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:52.224759+0000 mon.smithi110 (mon.0) 657 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:00:53.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:00:52.226936+0000 mon.smithi110 (mon.0) 658 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:00:53.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 63539 26.86 MB/sec warmup 67 sec latency 13.345 ms 2024-09-17T09:00:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:00:52.225488+0000 mgr.smithi110.pyeest (mgr.14592) 34 : cephadm [INF] Upgrade: Target is version 18.2.4-855-g19e2a2be (unknown) 2024-09-17T09:00:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:00:52.225568+0000 mgr.smithi110.pyeest (mgr.14592) 35 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9'] 2024-09-17T09:00:54.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:00:52.228159+0000 mgr.smithi110.pyeest (mgr.14592) 36 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi110.pyeest) 2024-09-17T09:00:54.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:00:52.462422+0000 mgr.smithi110.pyeest (mgr.14592) 37 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 on smithi138 2024-09-17T09:00:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:00:52.225488+0000 mgr.smithi110.pyeest (mgr.14592) 34 : cephadm [INF] Upgrade: Target is version 18.2.4-855-g19e2a2be (unknown) 2024-09-17T09:00:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:00:52.225568+0000 mgr.smithi110.pyeest (mgr.14592) 35 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9'] 2024-09-17T09:00:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:00:52.228159+0000 mgr.smithi110.pyeest (mgr.14592) 36 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi110.pyeest) 2024-09-17T09:00:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:00:52.462422+0000 mgr.smithi110.pyeest (mgr.14592) 37 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 on smithi138 2024-09-17T09:00:54.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 64321 26.84 MB/sec warmup 68 sec latency 28.629 ms 2024-09-17T09:00:55.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:53.737140+0000 mgr.smithi110.pyeest (mgr.14592) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 312 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 855 op/s 2024-09-17T09:00:55.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:53.737140+0000 mgr.smithi110.pyeest (mgr.14592) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 312 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 855 op/s 2024-09-17T09:00:55.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 64990 26.60 MB/sec warmup 69 sec latency 29.205 ms 2024-09-17T09:00:56.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 65731 26.45 MB/sec warmup 70 sec latency 28.615 ms 2024-09-17T09:00:56.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:55.737461+0000 mgr.smithi110.pyeest (mgr.14592) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 969 op/s 2024-09-17T09:00:56.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:55.737461+0000 mgr.smithi110.pyeest (mgr.14592) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 969 op/s 2024-09-17T09:00:57.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 66529 26.36 MB/sec warmup 71 sec latency 24.558 ms 2024-09-17T09:00:58.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 67252 26.41 MB/sec warmup 72 sec latency 21.918 ms 2024-09-17T09:00:58.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:57.738075+0000 mgr.smithi110.pyeest (mgr.14592) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.32k op/s 2024-09-17T09:00:59.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:57.738075+0000 mgr.smithi110.pyeest (mgr.14592) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.32k op/s 2024-09-17T09:00:59.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 67734 26.29 MB/sec warmup 73 sec latency 89.052 ms 2024-09-17T09:01:00.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 68111 26.00 MB/sec warmup 74 sec latency 41.606 ms 2024-09-17T09:01:00.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:00:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:00:59.738388+0000 mgr.smithi110.pyeest (mgr.14592) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 886 op/s 2024-09-17T09:01:00.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:00:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:00:59.738388+0000 mgr.smithi110.pyeest (mgr.14592) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 886 op/s 2024-09-17T09:01:01.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 68697 25.82 MB/sec warmup 75 sec latency 35.401 ms 2024-09-17T09:01:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:01.739009+0000 mgr.smithi110.pyeest (mgr.14592) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-09-17T09:01:02.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 69507 25.69 MB/sec warmup 76 sec latency 21.750 ms 2024-09-17T09:01:02.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:01.739009+0000 mgr.smithi110.pyeest (mgr.14592) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-09-17T09:01:03.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 70340 25.70 MB/sec warmup 77 sec latency 18.206 ms 2024-09-17T09:01:04.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 71018 25.74 MB/sec warmup 78 sec latency 30.241 ms 2024-09-17T09:01:04.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:03.739392+0000 mgr.smithi110.pyeest (mgr.14592) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 881 op/s 2024-09-17T09:01:04.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:03.739392+0000 mgr.smithi110.pyeest (mgr.14592) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 881 op/s 2024-09-17T09:01:05.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 71406 25.52 MB/sec warmup 79 sec latency 35.926 ms 2024-09-17T09:01:06.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 71703 25.25 MB/sec warmup 80 sec latency 52.410 ms 2024-09-17T09:01:06.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:05.739773+0000 mgr.smithi110.pyeest (mgr.14592) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.5 MiB/s wr, 1.09k op/s 2024-09-17T09:01:06.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:05.739773+0000 mgr.smithi110.pyeest (mgr.14592) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.5 MiB/s wr, 1.09k op/s 2024-09-17T09:01:07.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 72175 25.06 MB/sec warmup 81 sec latency 27.827 ms 2024-09-17T09:01:08.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 72809 24.91 MB/sec warmup 82 sec latency 29.907 ms 2024-09-17T09:01:09.030 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:07.740255+0000 mgr.smithi110.pyeest (mgr.14592) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-09-17T09:01:09.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:07.740255+0000 mgr.smithi110.pyeest (mgr.14592) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-09-17T09:01:09.129 INFO:teuthology.orchestra.run.smithi110.stdout: 5 73598 24.84 MB/sec warmup 83 sec latency 29.910 ms 2024-09-17T09:01:10.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.734941+0000 mon.smithi110 (mon.0) 659 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-17T09:01:10.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.735281+0000 mon.smithi110 (mon.0) 660 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-17T09:01:10.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.735597+0000 mon.smithi110 (mon.0) 661 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-17T09:01:10.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:09.740671+0000 mgr.smithi110.pyeest (mgr.14592) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 793 op/s 2024-09-17T09:01:10.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.734941+0000 mon.smithi110 (mon.0) 659 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-17T09:01:10.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.735281+0000 mon.smithi110 (mon.0) 660 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-17T09:01:10.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.735597+0000 mon.smithi110 (mon.0) 661 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-17T09:01:10.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:09.740671+0000 mgr.smithi110.pyeest (mgr.14592) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 793 op/s 2024-09-17T09:01:10.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 74441 24.96 MB/sec warmup 84 sec latency 23.913 ms 2024-09-17T09:01:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.789184+0000 mon.smithi110 (mon.0) 662 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2024-09-17T09:01:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.789284+0000 mon.smithi110 (mon.0) 663 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-09-17T09:01:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.789349+0000 mon.smithi110 (mon.0) 664 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2024-09-17T09:01:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:09.789414+0000 mon.smithi110 (mon.0) 665 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-17T09:01:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.790279+0000 mon.smithi110 (mon.0) 666 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-17T09:01:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.795669+0000 mon.smithi110 (mon.0) 667 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-17T09:01:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.942217+0000 mon.smithi110 (mon.0) 668 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:01:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:09.951658+0000 mon.smithi110 (mon.0) 669 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:01:11.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.789184+0000 mon.smithi110 (mon.0) 662 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2024-09-17T09:01:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.789284+0000 mon.smithi110 (mon.0) 663 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-09-17T09:01:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.789349+0000 mon.smithi110 (mon.0) 664 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2024-09-17T09:01:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:09.789414+0000 mon.smithi110 (mon.0) 665 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-17T09:01:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.790279+0000 mon.smithi110 (mon.0) 666 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-17T09:01:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.795669+0000 mon.smithi110 (mon.0) 667 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-17T09:01:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.942217+0000 mon.smithi110 (mon.0) 668 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:01:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:09.951658+0000 mon.smithi110 (mon.0) 669 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:01:11.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 75188 24.88 MB/sec warmup 85 sec latency 19.144 ms 2024-09-17T09:01:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:10.799884+0000 mon.smithi110 (mon.0) 670 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-17T09:01:12.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:10.800018+0000 mon.smithi110 (mon.0) 671 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-17T09:01:12.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:11.741033+0000 mgr.smithi110.pyeest (mgr.14592) 47 : cluster [DBG] pgmap v36: 97 pgs: 3 peering, 94 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-09-17T09:01:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:10.799884+0000 mon.smithi110 (mon.0) 670 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-17T09:01:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:10.800018+0000 mon.smithi110 (mon.0) 671 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-17T09:01:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:11.741033+0000 mgr.smithi110.pyeest (mgr.14592) 47 : cluster [DBG] pgmap v36: 97 pgs: 3 peering, 94 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-09-17T09:01:12.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 75767 24.73 MB/sec warmup 86 sec latency 50.877 ms 2024-09-17T09:01:13.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:11.797015+0000 mon.smithi110 (mon.0) 672 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-17T09:01:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:11.797015+0000 mon.smithi110 (mon.0) 672 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-17T09:01:13.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 76299 24.57 MB/sec warmup 87 sec latency 50.155 ms 2024-09-17T09:01:14.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:13.741362+0000 mgr.smithi110.pyeest (mgr.14592) 48 : cluster [DBG] pgmap v37: 97 pgs: 3 peering, 94 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 10 MiB/s wr, 852 op/s 2024-09-17T09:01:14.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:13.741362+0000 mgr.smithi110.pyeest (mgr.14592) 48 : cluster [DBG] pgmap v37: 97 pgs: 3 peering, 94 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 10 MiB/s wr, 852 op/s 2024-09-17T09:01:14.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 76845 24.43 MB/sec warmup 88 sec latency 37.418 ms 2024-09-17T09:01:15.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 77302 24.30 MB/sec warmup 89 sec latency 27.878 ms 2024-09-17T09:01:16.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 77791 24.29 MB/sec warmup 90 sec latency 32.675 ms 2024-09-17T09:01:16.151 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:15.741951+0000 mgr.smithi110.pyeest (mgr.14592) 49 : cluster [DBG] pgmap v38: 97 pgs: 2 peering, 95 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 6.6 MiB/s wr, 685 op/s 2024-09-17T09:01:16.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:15.741951+0000 mgr.smithi110.pyeest (mgr.14592) 49 : cluster [DBG] pgmap v38: 97 pgs: 2 peering, 95 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 6.6 MiB/s wr, 685 op/s 2024-09-17T09:01:17.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 78175 24.17 MB/sec warmup 91 sec latency 44.176 ms 2024-09-17T09:01:18.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 78803 24.04 MB/sec warmup 92 sec latency 24.502 ms 2024-09-17T09:01:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:17.742533+0000 mgr.smithi110.pyeest (mgr.14592) 50 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-17T09:01:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:17.742533+0000 mgr.smithi110.pyeest (mgr.14592) 50 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-17T09:01:19.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 79310 23.90 MB/sec warmup 93 sec latency 39.377 ms 2024-09-17T09:01:20.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:18.720147+0000 mon.smithi110 (mon.0) 673 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T09:01:20.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:18.720176+0000 mon.smithi110 (mon.0) 674 : cluster [INF] Cluster is now healthy 2024-09-17T09:01:20.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:18.720147+0000 mon.smithi110 (mon.0) 673 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T09:01:20.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:18.720176+0000 mon.smithi110 (mon.0) 674 : cluster [INF] Cluster is now healthy 2024-09-17T09:01:20.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 79879 23.76 MB/sec warmup 94 sec latency 35.560 ms 2024-09-17T09:01:20.778 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:01:20.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:19.742900+0000 mgr.smithi110.pyeest (mgr.14592) 51 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.5 MiB/s wr, 869 op/s 2024-09-17T09:01:21.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:19.742900+0000 mgr.smithi110.pyeest (mgr.14592) 51 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.5 MiB/s wr, 869 op/s 2024-09-17T09:01:21.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 80555 23.67 MB/sec warmup 95 sec latency 40.648 ms 2024-09-17T09:01:21.661 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-17T09:01:21.661 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (5m) 61s ago 7m 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:01:21.661 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (7m) 61s ago 7m 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:01:21.661 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:01:21.661 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (5m) 61s ago 7m 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:01:21.661 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (118s) 61s ago 118s 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:01:21.661 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (115s) 67s ago 115s 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (8m) 61s ago 8m 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 81aea958c46a 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (8m) 61s ago 8m 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.smithi110 smithi110 *:2049 running (99s) 61s ago 98s 3.5 8d91d370c2b8 69f78b5ba0f8 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.smithi138 smithi138 *:2049 running (103s) 67s ago 103s 3.5 8d91d370c2b8 b7835131773a 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (7m) 61s ago 6m 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (6m) 67s ago 6m 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (5m) 61s ago 5m 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (5m) 61s ago 5m 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (5m) 61s ago 5m 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (4m) 61s ago 4m 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:01:21.662 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:01:21.663 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:01:21.663 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:01:21.663 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:01:21.663 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (5m) 61s ago 6m 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:01:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:20.761227+0000 mgr.smithi110.pyeest (mgr.14592) 52 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:22.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:20.761227+0000 mgr.smithi110.pyeest (mgr.14592) 52 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:22.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 81478 23.80 MB/sec warmup 96 sec latency 16.295 ms 2024-09-17T09:01:22.157 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:01:22.157 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:01:22.157 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:01:22.157 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:01:22.157 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:01:22.157 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:01:22.158 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:01:22.582 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:01:22.582 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:01:22.582 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:01:22.582 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:01:22.582 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "0/23 ceph daemons upgraded", 2024-09-17T09:01:22.582 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 image on host smithi138" 2024-09-17T09:01:22.582 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:01:23.037 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:01:23.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:21.223972+0000 mgr.smithi110.pyeest (mgr.14592) 53 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:23.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:21.650089+0000 mgr.smithi110.pyeest (mgr.14592) 54 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:23.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:21.743403+0000 mgr.smithi110.pyeest (mgr.14592) 55 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 6.6 MiB/s wr, 715 op/s 2024-09-17T09:01:23.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:22.156982+0000 mon.smithi138 (mon.1) 23 : audit [DBG] from='client.? 172.21.15.110:0/2589694178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:01:23.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:21.223972+0000 mgr.smithi110.pyeest (mgr.14592) 53 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:23.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:21.650089+0000 mgr.smithi110.pyeest (mgr.14592) 54 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:23.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:21.743403+0000 mgr.smithi110.pyeest (mgr.14592) 55 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 6.6 MiB/s wr, 715 op/s 2024-09-17T09:01:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:22.156982+0000 mon.smithi138 (mon.1) 23 : audit [DBG] from='client.? 172.21.15.110:0/2589694178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:01:23.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 82168 23.76 MB/sec warmup 97 sec latency 63.662 ms 2024-09-17T09:01:24.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:22.581484+0000 mgr.smithi110.pyeest (mgr.14592) 56 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:24.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:23.037004+0000 mon.smithi110 (mon.0) 675 : audit [DBG] from='client.? 172.21.15.110:0/1978719362' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:01:24.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:22.581484+0000 mgr.smithi110.pyeest (mgr.14592) 56 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:24.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:23.037004+0000 mon.smithi110 (mon.0) 675 : audit [DBG] from='client.? 172.21.15.110:0/1978719362' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:01:24.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 82926 23.66 MB/sec warmup 98 sec latency 29.243 ms 2024-09-17T09:01:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:23.743757+0000 mgr.smithi110.pyeest (mgr.14592) 57 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 652 op/s 2024-09-17T09:01:25.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:23.743757+0000 mgr.smithi110.pyeest (mgr.14592) 57 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 652 op/s 2024-09-17T09:01:25.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 83639 23.58 MB/sec warmup 99 sec latency 74.136 ms 2024-09-17T09:01:26.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 84290 23.50 MB/sec warmup 100 sec latency 141.802 ms 2024-09-17T09:01:26.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:25.744143+0000 mgr.smithi110.pyeest (mgr.14592) 58 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 317 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.5 MiB/s wr, 809 op/s 2024-09-17T09:01:26.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:25.744143+0000 mgr.smithi110.pyeest (mgr.14592) 58 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 317 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.5 MiB/s wr, 809 op/s 2024-09-17T09:01:27.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 84743 23.45 MB/sec warmup 101 sec latency 58.746 ms 2024-09-17T09:01:28.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 85217 23.41 MB/sec warmup 102 sec latency 42.292 ms 2024-09-17T09:01:28.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:26.886629+0000 mgr.smithi110.pyeest (mgr.14592) 59 : cephadm [INF] Upgrade: Updating mgr.smithi138.yorhtj 2024-09-17T09:01:28.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:26.891061+0000 mon.smithi110 (mon.0) 676 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:01:28.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:26.891895+0000 mon.smithi110 (mon.0) 677 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:01:28.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:26.892637+0000 mon.smithi110 (mon.0) 678 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:01:28.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:26.893320+0000 mon.smithi110 (mon.0) 679 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:01:28.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:26.893916+0000 mgr.smithi110.pyeest (mgr.14592) 60 : cephadm [INF] Deploying daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T09:01:28.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:27.744587+0000 mgr.smithi110.pyeest (mgr.14592) 61 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.04k op/s 2024-09-17T09:01:28.201 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:26.886629+0000 mgr.smithi110.pyeest (mgr.14592) 59 : cephadm [INF] Upgrade: Updating mgr.smithi138.yorhtj 2024-09-17T09:01:28.202 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:26.891061+0000 mon.smithi110 (mon.0) 676 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:01:28.202 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:26.891895+0000 mon.smithi110 (mon.0) 677 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:01:28.202 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:26.892637+0000 mon.smithi110 (mon.0) 678 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:01:28.202 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:26.893320+0000 mon.smithi110 (mon.0) 679 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:01:28.202 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:26.893916+0000 mgr.smithi110.pyeest (mgr.14592) 60 : cephadm [INF] Deploying daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T09:01:28.202 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:27.744587+0000 mgr.smithi110.pyeest (mgr.14592) 61 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.04k op/s 2024-09-17T09:01:29.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 85719 23.30 MB/sec warmup 103 sec latency 29.902 ms 2024-09-17T09:01:30.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:29.744950+0000 mgr.smithi110.pyeest (mgr.14592) 62 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 777 op/s 2024-09-17T09:01:30.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 86216 23.16 MB/sec warmup 104 sec latency 62.182 ms 2024-09-17T09:01:30.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:29.744950+0000 mgr.smithi110.pyeest (mgr.14592) 62 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 777 op/s 2024-09-17T09:01:31.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 86800 23.06 MB/sec warmup 105 sec latency 60.820 ms 2024-09-17T09:01:32.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:31.745589+0000 mgr.smithi110.pyeest (mgr.14592) 63 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-17T09:01:32.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 87470 22.98 MB/sec warmup 106 sec latency 28.443 ms 2024-09-17T09:01:32.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:31.745589+0000 mgr.smithi110.pyeest (mgr.14592) 63 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-17T09:01:33.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 88409 23.11 MB/sec warmup 107 sec latency 29.029 ms 2024-09-17T09:01:33.705 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:32.492534+0000 mon.smithi110 (mon.0) 680 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:01:33.705 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:32.493918+0000 mon.smithi110 (mon.0) 681 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:01:33.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:32.492534+0000 mon.smithi110 (mon.0) 680 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:01:33.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:32.493918+0000 mon.smithi110 (mon.0) 681 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:01:34.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 89151 23.10 MB/sec warmup 108 sec latency 22.070 ms 2024-09-17T09:01:34.810 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:33.745971+0000 mgr.smithi110.pyeest (mgr.14592) 64 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 8.0 MiB/s wr, 758 op/s 2024-09-17T09:01:34.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:33.745971+0000 mgr.smithi110.pyeest (mgr.14592) 64 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 8.0 MiB/s wr, 758 op/s 2024-09-17T09:01:35.130 INFO:teuthology.orchestra.run.smithi110.stdout: 5 89788 22.98 MB/sec warmup 109 sec latency 35.332 ms 2024-09-17T09:01:36.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:35.746396+0000 mgr.smithi110.pyeest (mgr.14592) 65 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.3 MiB/s wr, 962 op/s 2024-09-17T09:01:36.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 90501 22.91 MB/sec warmup 110 sec latency 39.084 ms 2024-09-17T09:01:36.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:35.746396+0000 mgr.smithi110.pyeest (mgr.14592) 65 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.3 MiB/s wr, 962 op/s 2024-09-17T09:01:37.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 91376 22.89 MB/sec warmup 111 sec latency 22.425 ms 2024-09-17T09:01:37.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:36.388304+0000 mon.smithi110 (mon.0) 682 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:01:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:36.682400+0000 mon.smithi110 (mon.0) 683 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:01:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:36.688293+0000 mon.smithi110 (mon.0) 684 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:01:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:36.689288+0000 mgr.smithi110.pyeest (mgr.14592) 66 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi110.pyeest) 2024-09-17T09:01:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:36.692269+0000 mgr.smithi110.pyeest (mgr.14592) 67 : cephadm [INF] Failing over to other MGR 2024-09-17T09:01:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:36.692537+0000 mon.smithi110 (mon.0) 685 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr fail", "who": "smithi110.pyeest"}]: dispatch 2024-09-17T09:01:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:36.696575+0000 mon.smithi110 (mon.0) 686 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-17T09:01:37.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:36.388304+0000 mon.smithi110 (mon.0) 682 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:01:37.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:36.682400+0000 mon.smithi110 (mon.0) 683 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' 2024-09-17T09:01:37.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:36.688293+0000 mon.smithi110 (mon.0) 684 : audit [DBG] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:01:37.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:36.689288+0000 mgr.smithi110.pyeest (mgr.14592) 66 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi110.pyeest) 2024-09-17T09:01:37.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:36.692269+0000 mgr.smithi110.pyeest (mgr.14592) 67 : cephadm [INF] Failing over to other MGR 2024-09-17T09:01:37.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:36.692537+0000 mon.smithi110 (mon.0) 685 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr fail", "who": "smithi110.pyeest"}]: dispatch 2024-09-17T09:01:37.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:36.696575+0000 mon.smithi110 (mon.0) 686 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-17T09:01:38.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 92300 23.02 MB/sec warmup 112 sec latency 22.418 ms 2024-09-17T09:01:38.756 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:37.517563+0000 mon.smithi110 (mon.0) 687 : cluster [DBG] Standby manager daemon smithi110.pyeest started 2024-09-17T09:01:38.756 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:37.689374+0000 mon.smithi110 (mon.0) 688 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "mgr fail", "who": "smithi110.pyeest"}]': finished 2024-09-17T09:01:38.756 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:37.689440+0000 mon.smithi110 (mon.0) 689 : cluster [DBG] mgrmap e25: smithi138.yorhtj(active, starting, since 0.996357s), standbys: smithi110.pyeest 2024-09-17T09:01:38.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:37.517563+0000 mon.smithi110 (mon.0) 687 : cluster [DBG] Standby manager daemon smithi110.pyeest started 2024-09-17T09:01:38.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:37.689374+0000 mon.smithi110 (mon.0) 688 : audit [INF] from='mgr.14592 172.21.15.110:0/4226869140' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "mgr fail", "who": "smithi110.pyeest"}]': finished 2024-09-17T09:01:38.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:37.689440+0000 mon.smithi110 (mon.0) 689 : cluster [DBG] mgrmap e25: smithi138.yorhtj(active, starting, since 0.996357s), standbys: smithi110.pyeest 2024-09-17T09:01:39.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 92841 22.94 MB/sec warmup 113 sec latency 27.848 ms 2024-09-17T09:01:39.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:38.758402+0000 mon.smithi110 (mon.0) 690 : cluster [INF] Active manager daemon smithi138.yorhtj restarted 2024-09-17T09:01:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:38.759239+0000 mon.smithi110 (mon.0) 691 : cluster [INF] Activating manager daemon smithi138.yorhtj 2024-09-17T09:01:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:38.760095+0000 mon.smithi138 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:01:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:38.762699+0000 mon.smithi110 (mon.0) 692 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-17T09:01:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:38.765537+0000 mon.smithi138 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:01:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:38.767203+0000 mon.smithi138 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:01:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:38.769318+0000 mon.smithi138 (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:01:39.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:38.758402+0000 mon.smithi110 (mon.0) 690 : cluster [INF] Active manager daemon smithi138.yorhtj restarted 2024-09-17T09:01:39.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:38.759239+0000 mon.smithi110 (mon.0) 691 : cluster [INF] Activating manager daemon smithi138.yorhtj 2024-09-17T09:01:39.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:38.760095+0000 mon.smithi138 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:01:39.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:38.762699+0000 mon.smithi110 (mon.0) 692 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-17T09:01:39.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:38.765537+0000 mon.smithi138 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:01:39.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:38.767203+0000 mon.smithi138 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:01:39.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:38.769318+0000 mon.smithi138 (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:01:40.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 93358 22.81 MB/sec warmup 114 sec latency 26.536 ms 2024-09-17T09:01:40.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.401381+0000 mon.smithi138 (mon.1) 28 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:01:40.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.401544+0000 mon.smithi138 (mon.1) 29 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:01:40.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:39.402192+0000 mon.smithi110 (mon.0) 693 : cluster [DBG] mgrmap e26: smithi138.yorhtj(active, starting, since 0.643262s), standbys: smithi110.pyeest 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.402306+0000 mon.smithi138 (mon.1) 30 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.402571+0000 mon.smithi138 (mon.1) 31 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.402829+0000 mon.smithi138 (mon.1) 32 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.403055+0000 mon.smithi138 (mon.1) 33 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.403263+0000 mon.smithi138 (mon.1) 34 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.403526+0000 mon.smithi138 (mon.1) 35 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.403765+0000 mon.smithi138 (mon.1) 36 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.404001+0000 mon.smithi138 (mon.1) 37 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.404238+0000 mon.smithi138 (mon.1) 38 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:01:40.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.404476+0000 mon.smithi138 (mon.1) 39 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.404724+0000 mon.smithi138 (mon.1) 40 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.404967+0000 mon.smithi138 (mon.1) 41 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.405223+0000 mon.smithi138 (mon.1) 42 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.405505+0000 mon.smithi138 (mon.1) 43 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.405952+0000 mon.smithi138 (mon.1) 44 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:39.878635+0000 mon.smithi110 (mon.0) 694 : cluster [INF] Manager daemon smithi138.yorhtj is now available 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.895798+0000 mon.smithi110 (mon.0) 695 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:39.896410+0000 mgr.smithi138.yorhtj (mgr.24405) 1 : cephadm [INF] Queued nfs.foo for migration 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.900796+0000 mon.smithi138 (mon.1) 45 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.919928+0000 mon.smithi110 (mon.0) 696 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:40.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.922348+0000 mon.smithi138 (mon.1) 46 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:01:40.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.946962+0000 mon.smithi138 (mon.1) 47 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.yorhtj/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:01:40.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.947323+0000 mon.smithi110 (mon.0) 697 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.yorhtj/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:01:40.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.959332+0000 mon.smithi138 (mon.1) 48 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.yorhtj/trash_purge_schedule"}]: dispatch 2024-09-17T09:01:40.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.960198+0000 mon.smithi110 (mon.0) 698 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.yorhtj/trash_purge_schedule"}]: dispatch 2024-09-17T09:01:40.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:39.963435+0000 mon.smithi110 (mon.0) 699 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:40.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.401381+0000 mon.smithi138 (mon.1) 28 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:01:40.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.401544+0000 mon.smithi138 (mon.1) 29 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:01:40.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:39.402192+0000 mon.smithi110 (mon.0) 693 : cluster [DBG] mgrmap e26: smithi138.yorhtj(active, starting, since 0.643262s), standbys: smithi110.pyeest 2024-09-17T09:01:40.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.402306+0000 mon.smithi138 (mon.1) 30 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:01:40.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.402571+0000 mon.smithi138 (mon.1) 31 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:01:40.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.402829+0000 mon.smithi138 (mon.1) 32 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:01:40.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.403055+0000 mon.smithi138 (mon.1) 33 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.403263+0000 mon.smithi138 (mon.1) 34 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.403526+0000 mon.smithi138 (mon.1) 35 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.403765+0000 mon.smithi138 (mon.1) 36 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.404001+0000 mon.smithi138 (mon.1) 37 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.404238+0000 mon.smithi138 (mon.1) 38 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.404476+0000 mon.smithi138 (mon.1) 39 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.404724+0000 mon.smithi138 (mon.1) 40 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.404967+0000 mon.smithi138 (mon.1) 41 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.405223+0000 mon.smithi138 (mon.1) 42 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:01:40.570 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.405505+0000 mon.smithi138 (mon.1) 43 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.405952+0000 mon.smithi138 (mon.1) 44 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:39.878635+0000 mon.smithi110 (mon.0) 694 : cluster [INF] Manager daemon smithi138.yorhtj is now available 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.895798+0000 mon.smithi110 (mon.0) 695 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:39.896410+0000 mgr.smithi138.yorhtj (mgr.24405) 1 : cephadm [INF] Queued nfs.foo for migration 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.900796+0000 mon.smithi138 (mon.1) 45 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.919928+0000 mon.smithi110 (mon.0) 696 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.922348+0000 mon.smithi138 (mon.1) 46 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.946962+0000 mon.smithi138 (mon.1) 47 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.yorhtj/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.947323+0000 mon.smithi110 (mon.0) 697 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.yorhtj/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.959332+0000 mon.smithi138 (mon.1) 48 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.yorhtj/trash_purge_schedule"}]: dispatch 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.960198+0000 mon.smithi110 (mon.0) 698 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.yorhtj/trash_purge_schedule"}]: dispatch 2024-09-17T09:01:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:39.963435+0000 mon.smithi110 (mon.0) 699 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:41.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 93751 22.70 MB/sec warmup 115 sec latency 47.736 ms 2024-09-17T09:01:41.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:40.411591+0000 mon.smithi110 (mon.0) 700 : cluster [DBG] mgrmap e27: smithi138.yorhtj(active, since 1.65266s), standbys: smithi110.pyeest 2024-09-17T09:01:41.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:40.427887+0000 mgr.smithi138.yorhtj (mgr.24405) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:01:41.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:40.487105+0000 mgr.smithi138.yorhtj (mgr.24405) 3 : cephadm [INF] Deploying cephadm binary to smithi110 2024-09-17T09:01:41.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:40.488505+0000 mgr.smithi138.yorhtj (mgr.24405) 4 : cephadm [INF] Deploying cephadm binary to smithi138 2024-09-17T09:01:41.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:40.725755+0000 mon.smithi110 (mon.0) 701 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:41.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:40.747687+0000 mon.smithi110 (mon.0) 702 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:40.411591+0000 mon.smithi110 (mon.0) 700 : cluster [DBG] mgrmap e27: smithi138.yorhtj(active, since 1.65266s), standbys: smithi110.pyeest 2024-09-17T09:01:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:40.427887+0000 mgr.smithi138.yorhtj (mgr.24405) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:01:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:40.487105+0000 mgr.smithi138.yorhtj (mgr.24405) 3 : cephadm [INF] Deploying cephadm binary to smithi110 2024-09-17T09:01:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:40.488505+0000 mgr.smithi138.yorhtj (mgr.24405) 4 : cephadm [INF] Deploying cephadm binary to smithi138 2024-09-17T09:01:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:40.725755+0000 mon.smithi110 (mon.0) 701 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:40.747687+0000 mon.smithi110 (mon.0) 702 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:42.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 94123 22.56 MB/sec warmup 116 sec latency 54.296 ms 2024-09-17T09:01:42.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:41.405293+0000 mgr.smithi138.yorhtj (mgr.24405) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:41.753554+0000 mon.smithi110 (mon.0) 703 : cluster [DBG] mgrmap e28: smithi138.yorhtj(active, since 2s), standbys: smithi110.pyeest 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:41.909599+0000 mon.smithi138 (mon.1) 49 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:41.910080+0000 mon.smithi110 (mon.0) 704 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:42.024192+0000 mgr.smithi138.yorhtj (mgr.24405) 6 : cephadm [INF] [17/Sep/2024:09:01:42] ENGINE Bus STARTING 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:42.126432+0000 mgr.smithi138.yorhtj (mgr.24405) 7 : cephadm [INF] [17/Sep/2024:09:01:42] ENGINE Serving on http://172.21.15.138:8765 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:42.254842+0000 mgr.smithi138.yorhtj (mgr.24405) 8 : cephadm [INF] [17/Sep/2024:09:01:42] ENGINE Serving on https://172.21.15.138:7150 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:42.254975+0000 mgr.smithi138.yorhtj (mgr.24405) 9 : cephadm [INF] [17/Sep/2024:09:01:42] ENGINE Bus STARTED 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:01:42.256802+0000 mgr.smithi138.yorhtj (mgr.24405) 10 : cephadm [ERR] [17/Sep/2024:09:01:42] ENGINE Error in HTTPServer.serve 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:01:42.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._connections.run(self.expiration_interval) 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._run(expiration_interval) 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: s = self.context.wrap_socket( 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.sslsocket_class._create( 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:01:42.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.do_handshake() 2024-09-17T09:01:42.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:01:42.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._sslobj.do_handshake() 2024-09-17T09:01:42.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:01:42.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:41.405293+0000 mgr.smithi138.yorhtj (mgr.24405) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:41.753554+0000 mon.smithi110 (mon.0) 703 : cluster [DBG] mgrmap e28: smithi138.yorhtj(active, since 2s), standbys: smithi110.pyeest 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:41.909599+0000 mon.smithi138 (mon.1) 49 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:41.910080+0000 mon.smithi110 (mon.0) 704 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:42.024192+0000 mgr.smithi138.yorhtj (mgr.24405) 6 : cephadm [INF] [17/Sep/2024:09:01:42] ENGINE Bus STARTING 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:42.126432+0000 mgr.smithi138.yorhtj (mgr.24405) 7 : cephadm [INF] [17/Sep/2024:09:01:42] ENGINE Serving on http://172.21.15.138:8765 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:42.254842+0000 mgr.smithi138.yorhtj (mgr.24405) 8 : cephadm [INF] [17/Sep/2024:09:01:42] ENGINE Serving on https://172.21.15.138:7150 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:42.254975+0000 mgr.smithi138.yorhtj (mgr.24405) 9 : cephadm [INF] [17/Sep/2024:09:01:42] ENGINE Bus STARTED 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:01:42.256802+0000 mgr.smithi138.yorhtj (mgr.24405) 10 : cephadm [ERR] [17/Sep/2024:09:01:42] ENGINE Error in HTTPServer.serve 2024-09-17T09:01:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self._connections.run(self.expiration_interval) 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self._run(expiration_interval) 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: s = self.context.wrap_socket( 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:01:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.sslsocket_class._create( 2024-09-17T09:01:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:01:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.do_handshake() 2024-09-17T09:01:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:01:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self._sslobj.do_handshake() 2024-09-17T09:01:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:01:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T09:01:43.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 94545 22.45 MB/sec warmup 117 sec latency 46.925 ms 2024-09-17T09:01:44.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:42.755779+0000 mon.smithi110 (mon.0) 705 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:01:44.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:42.755856+0000 mon.smithi110 (mon.0) 706 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-17T09:01:44.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:42.760180+0000 mon.smithi138 (mon.1) 50 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:01:44.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:42.760404+0000 mon.smithi110 (mon.0) 707 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:01:44.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:42.755779+0000 mon.smithi110 (mon.0) 705 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:01:44.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:42.755856+0000 mon.smithi110 (mon.0) 706 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-17T09:01:44.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:42.760180+0000 mon.smithi138 (mon.1) 50 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:01:44.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:42.760404+0000 mon.smithi110 (mon.0) 707 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:01:44.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 94943 22.35 MB/sec warmup 118 sec latency 88.088 ms 2024-09-17T09:01:44.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:43.405689+0000 mgr.smithi138.yorhtj (mgr.24405) 11 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:01:44.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:43.761585+0000 mon.smithi110 (mon.0) 708 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:01:44.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:43.761662+0000 mon.smithi110 (mon.0) 709 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-17T09:01:44.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:44.456161+0000 mon.smithi110 (mon.0) 710 : cluster [DBG] Standby manager daemon smithi110.pyeest restarted 2024-09-17T09:01:44.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:44.456298+0000 mon.smithi110 (mon.0) 711 : cluster [DBG] Standby manager daemon smithi110.pyeest started 2024-09-17T09:01:44.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:44.460431+0000 mon.smithi110 (mon.0) 712 : audit [DBG] from='mgr.? 172.21.15.110:0/3556148901' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.pyeest/crt"}]: dispatch 2024-09-17T09:01:44.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:44.463656+0000 mon.smithi110 (mon.0) 713 : audit [DBG] from='mgr.? 172.21.15.110:0/3556148901' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:01:44.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:44.465723+0000 mon.smithi110 (mon.0) 714 : audit [DBG] from='mgr.? 172.21.15.110:0/3556148901' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.pyeest/key"}]: dispatch 2024-09-17T09:01:44.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:44.467392+0000 mon.smithi110 (mon.0) 715 : audit [DBG] from='mgr.? 172.21.15.110:0/3556148901' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:01:44.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:44.599847+0000 mon.smithi110 (mon.0) 716 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:45.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:43.405689+0000 mgr.smithi138.yorhtj (mgr.24405) 11 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:01:45.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:43.761585+0000 mon.smithi110 (mon.0) 708 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:01:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:43.761662+0000 mon.smithi110 (mon.0) 709 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-17T09:01:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:44.456161+0000 mon.smithi110 (mon.0) 710 : cluster [DBG] Standby manager daemon smithi110.pyeest restarted 2024-09-17T09:01:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:44.456298+0000 mon.smithi110 (mon.0) 711 : cluster [DBG] Standby manager daemon smithi110.pyeest started 2024-09-17T09:01:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:44.460431+0000 mon.smithi110 (mon.0) 712 : audit [DBG] from='mgr.? 172.21.15.110:0/3556148901' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.pyeest/crt"}]: dispatch 2024-09-17T09:01:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:44.463656+0000 mon.smithi110 (mon.0) 713 : audit [DBG] from='mgr.? 172.21.15.110:0/3556148901' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:01:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:44.465723+0000 mon.smithi110 (mon.0) 714 : audit [DBG] from='mgr.? 172.21.15.110:0/3556148901' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.pyeest/key"}]: dispatch 2024-09-17T09:01:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:44.467392+0000 mon.smithi110 (mon.0) 715 : audit [DBG] from='mgr.? 172.21.15.110:0/3556148901' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:01:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:44.599847+0000 mon.smithi110 (mon.0) 716 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:45.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 95541 22.40 MB/sec warmup 119 sec latency 137.247 ms 2024-09-17T09:01:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:44.768669+0000 mon.smithi110 (mon.0) 717 : cluster [DBG] mgrmap e29: smithi138.yorhtj(active, since 6s), standbys: smithi110.pyeest 2024-09-17T09:01:46.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:44.768669+0000 mon.smithi110 (mon.0) 717 : cluster [DBG] mgrmap e29: smithi138.yorhtj(active, since 6s), standbys: smithi110.pyeest 2024-09-17T09:01:47.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:45.406024+0000 mgr.smithi138.yorhtj (mgr.24405) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:01:47.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:45.771668+0000 mon.smithi110 (mon.0) 718 : cluster [DBG] mgrmap e30: smithi138.yorhtj(active, since 7s), standbys: smithi110.pyeest 2024-09-17T09:01:47.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:45.406024+0000 mgr.smithi138.yorhtj (mgr.24405) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:01:47.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:45.771668+0000 mon.smithi110 (mon.0) 718 : cluster [DBG] mgrmap e30: smithi138.yorhtj(active, since 7s), standbys: smithi110.pyeest 2024-09-17T09:01:47.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 96613 6.31 MB/sec execute 1 sec latency 32.735 ms 2024-09-17T09:01:48.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 97256 11.18 MB/sec execute 2 sec latency 26.334 ms 2024-09-17T09:01:48.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:47.289524+0000 mon.smithi110 (mon.0) 719 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:48.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:47.289524+0000 mon.smithi110 (mon.0) 719 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:49.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 98139 13.11 MB/sec execute 3 sec latency 38.531 ms 2024-09-17T09:01:49.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:47.406593+0000 mgr.smithi138.yorhtj (mgr.24405) 13 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2024-09-17T09:01:49.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:47.406593+0000 mgr.smithi138.yorhtj (mgr.24405) 13 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2024-09-17T09:01:50.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 98503 12.60 MB/sec execute 4 sec latency 491.729 ms 2024-09-17T09:01:50.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:49.343072+0000 mon.smithi110 (mon.0) 720 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:01:50.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:49.343513+0000 mon.smithi138 (mon.1) 51 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:01:50.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:49.343777+0000 mon.smithi138 (mon.1) 52 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:01:50.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:49.855989+0000 mon.smithi110 (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:01:50.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:49.861405+0000 mon.smithi110 (mon.0) 722 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:49.343072+0000 mon.smithi110 (mon.0) 720 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:01:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:49.343513+0000 mon.smithi138 (mon.1) 51 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:01:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:49.343777+0000 mon.smithi138 (mon.1) 52 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:01:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:49.855989+0000 mon.smithi110 (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:01:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:49.861405+0000 mon.smithi110 (mon.0) 722 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:51.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 99034 14.64 MB/sec execute 5 sec latency 163.788 ms 2024-09-17T09:01:51.731 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:49.406954+0000 mgr.smithi138.yorhtj (mgr.24405) 14 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2024-09-17T09:01:51.731 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:49.858188+0000 mon.smithi138 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:01:51.731 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:50.451091+0000 mon.smithi138 (mon.1) 54 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:01:51.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:50.454826+0000 mon.smithi138 (mon.1) 55 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:01:51.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:50.454969+0000 mon.smithi138 (mon.1) 56 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:01:51.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:50.466657+0000 mon.smithi110 (mon.0) 723 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:51.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:51.101833+0000 mon.smithi110 (mon.0) 724 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:51.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:51.109965+0000 mon.smithi110 (mon.0) 725 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:51.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:49.406954+0000 mgr.smithi138.yorhtj (mgr.24405) 14 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2024-09-17T09:01:51.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:49.858188+0000 mon.smithi138 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:01:51.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:50.451091+0000 mon.smithi138 (mon.1) 54 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:01:51.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:50.454826+0000 mon.smithi138 (mon.1) 55 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:01:51.777 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:50.454969+0000 mon.smithi138 (mon.1) 56 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:01:51.778 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:50.466657+0000 mon.smithi110 (mon.0) 723 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:51.778 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:51.101833+0000 mon.smithi110 (mon.0) 724 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:51.778 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:51.109965+0000 mon.smithi110 (mon.0) 725 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:52.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 99580 15.84 MB/sec execute 6 sec latency 29.658 ms 2024-09-17T09:01:53.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 99973 14.33 MB/sec execute 7 sec latency 33.212 ms 2024-09-17T09:01:53.259 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:51.407453+0000 mgr.smithi138.yorhtj (mgr.24405) 15 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 312 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 8.8 MiB/s wr, 904 op/s 2024-09-17T09:01:53.475 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:01:53.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:51.407453+0000 mgr.smithi138.yorhtj (mgr.24405) 15 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 312 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 8.8 MiB/s wr, 904 op/s 2024-09-17T09:01:54.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 100305 13.22 MB/sec execute 8 sec latency 54.891 ms 2024-09-17T09:01:54.405 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:01:54.405 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (6m) 4s ago 8m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:01:54.405 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (7m) 4s ago 7m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:01:54.405 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (7m) 18s ago 7m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:01:54.405 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (6m) 4s ago 7m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:01:54.405 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (2m) 4s ago 2m 39.5M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (2m) 18s ago 2m 12.5M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (9m) 4s ago 9m 204M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (22s) 18s ago 7m 53.4M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (9m) 4s ago 9m 55.8M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (7m) 18s ago 6m 47.6M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.smithi110 smithi110 *:2049 running (2m) 4s ago 2m 232M - 3.5 8d91d370c2b8 69f78b5ba0f8 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.smithi138 smithi138 *:2049 running (2m) 18s ago 2m 54.4M - 3.5 8d91d370c2b8 b7835131773a 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (7m) 4s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (6m) 18s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (6m) 4s ago 6m 374M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (6m) 4s ago 6m 291M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (5m) 4s ago 5m 227M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:01:54.406 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (5m) 4s ago 5m 337M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:01:54.407 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (4m) 18s ago 4m 352M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:01:54.407 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (4m) 18s ago 4m 367M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:01:54.407 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (4m) 18s ago 4m 293M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:01:54.407 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (4m) 18s ago 3m 451M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:01:54.407 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (6m) 4s ago 7m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:01:54.985 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:01:54.986 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:01:54.987 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:01:54.987 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:01:54.987 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:01:54.987 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:01:54.987 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:01:55.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 100801 12.85 MB/sec execute 9 sec latency 40.483 ms 2024-09-17T09:01:55.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:53.407839+0000 mgr.smithi138.yorhtj (mgr.24405) 16 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 312 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 7.6 MiB/s wr, 782 op/s 2024-09-17T09:01:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:53.457819+0000 mgr.smithi138.yorhtj (mgr.24405) 17 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:53.889395+0000 mgr.smithi138.yorhtj (mgr.24405) 18 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:54.679979+0000 mon.smithi110 (mon.0) 726 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:54.687464+0000 mon.smithi110 (mon.0) 727 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:54.922677+0000 mon.smithi138 (mon.1) 57 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:01:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:54.984814+0000 mon.smithi110 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.110:0/911432123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:01:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:55.095847+0000 mon.smithi110 (mon.0) 729 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:55.103234+0000 mon.smithi110 (mon.0) 730 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:55.460 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:01:55.460 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:01:55.460 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:01:55.460 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:01:55.460 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:01:55.460 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:01:55.460 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:01:55.461 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:01:55.461 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:01:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:53.407839+0000 mgr.smithi138.yorhtj (mgr.24405) 16 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 312 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 7.6 MiB/s wr, 782 op/s 2024-09-17T09:01:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:53.457819+0000 mgr.smithi138.yorhtj (mgr.24405) 17 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:53.889395+0000 mgr.smithi138.yorhtj (mgr.24405) 18 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:54.679979+0000 mon.smithi110 (mon.0) 726 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:54.687464+0000 mon.smithi110 (mon.0) 727 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:54.922677+0000 mon.smithi138 (mon.1) 57 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:01:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:54.984814+0000 mon.smithi110 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.110:0/911432123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:01:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:55.095847+0000 mon.smithi110 (mon.0) 729 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:55.103234+0000 mon.smithi110 (mon.0) 730 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:56.001 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:01:56.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 101413 12.86 MB/sec execute 10 sec latency 30.910 ms 2024-09-17T09:01:56.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:54.392927+0000 mgr.smithi138.yorhtj (mgr.24405) 19 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:56.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:55.344751+0000 mon.smithi110 (mon.0) 731 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:56.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:55.352827+0000 mon.smithi110 (mon.0) 732 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:56.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:56.001185+0000 mon.smithi138 (mon.1) 58 : audit [DBG] from='client.? 172.21.15.110:0/1674574155' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:01:56.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:54.392927+0000 mgr.smithi138.yorhtj (mgr.24405) 19 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:56.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:55.344751+0000 mon.smithi110 (mon.0) 731 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:56.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:55.352827+0000 mon.smithi110 (mon.0) 732 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:01:56.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:56.001185+0000 mon.smithi138 (mon.1) 58 : audit [DBG] from='client.? 172.21.15.110:0/1674574155' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:01:57.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 102019 13.02 MB/sec execute 11 sec latency 26.617 ms 2024-09-17T09:01:57.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:55.408177+0000 mgr.smithi138.yorhtj (mgr.24405) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 312 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.5 MiB/s wr, 671 op/s 2024-09-17T09:01:57.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:55.459603+0000 mgr.smithi138.yorhtj (mgr.24405) 21 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:57.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:55.408177+0000 mgr.smithi138.yorhtj (mgr.24405) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 312 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.5 MiB/s wr, 671 op/s 2024-09-17T09:01:57.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:55.459603+0000 mgr.smithi138.yorhtj (mgr.24405) 21 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:01:58.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 102654 14.28 MB/sec execute 12 sec latency 28.840 ms 2024-09-17T09:01:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 103194 14.70 MB/sec execute 13 sec latency 40.389 ms 2024-09-17T09:01:59.551 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:01:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:57.408688+0000 mgr.smithi138.yorhtj (mgr.24405) 22 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 311 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 9.4 MiB/s wr, 956 op/s 2024-09-17T09:01:59.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:01:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:57.408688+0000 mgr.smithi138.yorhtj (mgr.24405) 22 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 311 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 9.4 MiB/s wr, 956 op/s 2024-09-17T09:02:00.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 103497 13.94 MB/sec execute 14 sec latency 259.818 ms 2024-09-17T09:02:00.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:01:59.409028+0000 mgr.smithi138.yorhtj (mgr.24405) 23 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 311 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 6.5 MiB/s wr, 675 op/s 2024-09-17T09:02:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:59.582786+0000 mon.smithi110 (mon.0) 733 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:59.588673+0000 mon.smithi110 (mon.0) 734 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:59.594602+0000 mon.smithi110 (mon.0) 735 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:59.616642+0000 mon.smithi138 (mon.1) 59 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:02:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:01:59.616847+0000 mon.smithi110 (mon.0) 736 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:02:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:01:59.409028+0000 mgr.smithi138.yorhtj (mgr.24405) 23 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 311 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 6.5 MiB/s wr, 675 op/s 2024-09-17T09:02:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:59.582786+0000 mon.smithi110 (mon.0) 733 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:59.588673+0000 mon.smithi110 (mon.0) 734 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:59.594602+0000 mon.smithi110 (mon.0) 735 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:59.616642+0000 mon.smithi138 (mon.1) 59 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:02:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:01:59.616847+0000 mon.smithi110 (mon.0) 736 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:02:01.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 103921 13.54 MB/sec execute 15 sec latency 45.686 ms 2024-09-17T09:02:01.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:00.596742+0000 mon.smithi110 (mon.0) 737 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:02:01.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:00.596915+0000 mon.smithi110 (mon.0) 738 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-17T09:02:01.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:00.599088+0000 mon.smithi138 (mon.1) 60 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T09:02:01.959 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:00.604704+0000 mon.smithi110 (mon.0) 739 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T09:02:01.963 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:00.596742+0000 mon.smithi110 (mon.0) 737 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:02:01.963 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:00.596915+0000 mon.smithi110 (mon.0) 738 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-17T09:02:01.963 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:00.599088+0000 mon.smithi138 (mon.1) 60 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T09:02:01.963 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:00.604704+0000 mon.smithi110 (mon.0) 739 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T09:02:02.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104404 13.39 MB/sec execute 16 sec latency 84.889 ms 2024-09-17T09:02:02.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:01.409462+0000 mgr.smithi138.yorhtj (mgr.24405) 24 : cluster [DBG] pgmap v17: 129 pgs: 32 unknown, 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 739 op/s 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:01.593567+0000 mon.smithi110 (mon.0) 740 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:01.600839+0000 mon.smithi110 (mon.0) 741 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:01.600925+0000 mon.smithi110 (mon.0) 742 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:01.602946+0000 mgr.smithi138.yorhtj (mgr.24405) 25 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:01.636029+0000 mgr.smithi138.yorhtj (mgr.24405) 26 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:01.636143+0000 mgr.smithi138.yorhtj (mgr.24405) 27 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi110', 'nfs.foo.smithi138'] 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:01.636214+0000 mgr.smithi138.yorhtj (mgr.24405) 28 : cephadm [INF] Remove daemons nfs.foo.smithi110 nfs.foo.smithi138 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:01.636581+0000 mgr.smithi138.yorhtj (mgr.24405) 29 : cephadm [INF] Removing daemon nfs.foo.smithi110 from smithi110 -- ports [2049] 2024-09-17T09:02:02.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:01.636913+0000 mgr.smithi138.yorhtj (mgr.24405) 30 : cephadm [INF] Removing daemon nfs.foo.smithi138 from smithi138 -- ports [2049] 2024-09-17T09:02:02.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:01.409462+0000 mgr.smithi138.yorhtj (mgr.24405) 24 : cluster [DBG] pgmap v17: 129 pgs: 32 unknown, 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 739 op/s 2024-09-17T09:02:02.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:01.593567+0000 mon.smithi110 (mon.0) 740 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T09:02:02.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:01.600839+0000 mon.smithi110 (mon.0) 741 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T09:02:02.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:01.600925+0000 mon.smithi110 (mon.0) 742 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-17T09:02:02.853 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:01.602946+0000 mgr.smithi138.yorhtj (mgr.24405) 25 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-17T09:02:02.853 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:01.636029+0000 mgr.smithi138.yorhtj (mgr.24405) 26 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-17T09:02:02.853 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:01.636143+0000 mgr.smithi138.yorhtj (mgr.24405) 27 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi110', 'nfs.foo.smithi138'] 2024-09-17T09:02:02.853 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:01.636214+0000 mgr.smithi138.yorhtj (mgr.24405) 28 : cephadm [INF] Remove daemons nfs.foo.smithi110 nfs.foo.smithi138 2024-09-17T09:02:02.853 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:01.636581+0000 mgr.smithi138.yorhtj (mgr.24405) 29 : cephadm [INF] Removing daemon nfs.foo.smithi110 from smithi110 -- ports [2049] 2024-09-17T09:02:02.853 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:01.636913+0000 mgr.smithi138.yorhtj (mgr.24405) 30 : cephadm [INF] Removing daemon nfs.foo.smithi138 from smithi138 -- ports [2049] 2024-09-17T09:02:03.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 12.61 MB/sec execute 17 sec latency 956.063 ms 2024-09-17T09:02:03.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:02.601404+0000 mon.smithi110 (mon.0) 743 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-17T09:02:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:02.601404+0000 mon.smithi110 (mon.0) 743 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-17T09:02:04.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 11.91 MB/sec execute 18 sec latency 1956.126 ms 2024-09-17T09:02:04.682 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:03.409885+0000 mgr.smithi138.yorhtj (mgr.24405) 31 : cluster [DBG] pgmap v20: 129 pgs: 32 unknown, 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.8 MiB/s wr, 623 op/s 2024-09-17T09:02:04.682 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:03.730118+0000 mon.smithi110 (mon.0) 744 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T09:02:04.682 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:03.730172+0000 mon.smithi110 (mon.0) 745 : cluster [INF] Cluster is now healthy 2024-09-17T09:02:04.682 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:03.739952+0000 mon.smithi110 (mon.0) 746 : cluster [DBG] mgrmap e31: smithi138.yorhtj(active, since 24s), standbys: smithi110.pyeest 2024-09-17T09:02:04.682 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.263539+0000 mgr.smithi138.yorhtj (mgr.24405) 32 : cephadm [INF] Removing key for client.nfs.foo.smithi110 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.263905+0000 mon.smithi138 (mon.1) 61 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110"}]: dispatch 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.264262+0000 mon.smithi110 (mon.0) 747 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110"}]: dispatch 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.267386+0000 mon.smithi110 (mon.0) 748 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110"}]': finished 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.268364+0000 mgr.smithi138.yorhtj (mgr.24405) 33 : cephadm [INF] Removing key for client.nfs.foo.smithi110-rgw 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.268563+0000 mon.smithi138 (mon.1) 62 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110-rgw"}]: dispatch 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.268681+0000 mon.smithi110 (mon.0) 749 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110-rgw"}]: dispatch 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.271200+0000 mon.smithi110 (mon.0) 750 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110-rgw"}]': finished 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.311870+0000 mgr.smithi138.yorhtj (mgr.24405) 34 : cephadm [INF] Removing key for client.nfs.foo.smithi138 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.312180+0000 mon.smithi138 (mon.1) 63 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]: dispatch 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.312499+0000 mon.smithi110 (mon.0) 751 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]: dispatch 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.314933+0000 mon.smithi110 (mon.0) 752 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]': finished 2024-09-17T09:02:04.683 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.318475+0000 mgr.smithi138.yorhtj (mgr.24405) 35 : cephadm [INF] Removing key for client.nfs.foo.smithi138-rgw 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.318652+0000 mon.smithi138 (mon.1) 64 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]: dispatch 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.319072+0000 mon.smithi110 (mon.0) 753 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]: dispatch 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.321460+0000 mon.smithi110 (mon.0) 754 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]': finished 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.326844+0000 mon.smithi110 (mon.0) 755 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.329950+0000 mon.smithi138 (mon.1) 65 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.330449+0000 mgr.smithi138.yorhtj (mgr.24405) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.352903+0000 mon.smithi138 (mon.1) 66 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.353058+0000 mon.smithi110 (mon.0) 756 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.355662+0000 mon.smithi110 (mon.0) 757 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.362911+0000 mgr.smithi138.yorhtj (mgr.24405) 37 : cephadm [INF] Done migrating nfs.foo 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.362973+0000 mgr.smithi138.yorhtj (mgr.24405) 38 : cephadm [INF] Done migrating all NFS services 2024-09-17T09:02:04.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.366075+0000 mon.smithi110 (mon.0) 758 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.373995+0000 mon.smithi110 (mon.0) 759 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.380467+0000 mon.smithi110 (mon.0) 760 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.389804+0000 mon.smithi110 (mon.0) 761 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.398478+0000 mon.smithi110 (mon.0) 762 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.408450+0000 mon.smithi110 (mon.0) 763 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.410292+0000 mon.smithi138 (mon.1) 67 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.410477+0000 mon.smithi110 (mon.0) 764 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.413066+0000 mon.smithi110 (mon.0) 765 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.414394+0000 mon.smithi138 (mon.1) 68 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.414500+0000 mon.smithi110 (mon.0) 766 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.416910+0000 mon.smithi110 (mon.0) 767 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.418460+0000 mon.smithi138 (mon.1) 69 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.457163+0000 mon.smithi138 (mon.1) 70 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:02:04.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.457479+0000 mon.smithi110 (mon.0) 768 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:02:04.686 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.460104+0000 mon.smithi110 (mon.0) 769 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:02:04.686 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.506929+0000 mon.smithi138 (mon.1) 71 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:02:04.686 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.507041+0000 mon.smithi110 (mon.0) 770 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:02:04.686 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.509936+0000 mon.smithi110 (mon.0) 771 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:02:04.686 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:04.516661+0000 mon.smithi138 (mon.1) 72 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:04.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:03.409885+0000 mgr.smithi138.yorhtj (mgr.24405) 31 : cluster [DBG] pgmap v20: 129 pgs: 32 unknown, 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.8 MiB/s wr, 623 op/s 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:03.730118+0000 mon.smithi110 (mon.0) 744 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:03.730172+0000 mon.smithi110 (mon.0) 745 : cluster [INF] Cluster is now healthy 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:03.739952+0000 mon.smithi110 (mon.0) 746 : cluster [DBG] mgrmap e31: smithi138.yorhtj(active, since 24s), standbys: smithi110.pyeest 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.263539+0000 mgr.smithi138.yorhtj (mgr.24405) 32 : cephadm [INF] Removing key for client.nfs.foo.smithi110 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.263905+0000 mon.smithi138 (mon.1) 61 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110"}]: dispatch 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.264262+0000 mon.smithi110 (mon.0) 747 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110"}]: dispatch 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.267386+0000 mon.smithi110 (mon.0) 748 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110"}]': finished 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.268364+0000 mgr.smithi138.yorhtj (mgr.24405) 33 : cephadm [INF] Removing key for client.nfs.foo.smithi110-rgw 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.268563+0000 mon.smithi138 (mon.1) 62 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110-rgw"}]: dispatch 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.268681+0000 mon.smithi110 (mon.0) 749 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110-rgw"}]: dispatch 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.271200+0000 mon.smithi110 (mon.0) 750 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi110-rgw"}]': finished 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.311870+0000 mgr.smithi138.yorhtj (mgr.24405) 34 : cephadm [INF] Removing key for client.nfs.foo.smithi138 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.312180+0000 mon.smithi138 (mon.1) 63 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]: dispatch 2024-09-17T09:02:04.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.312499+0000 mon.smithi110 (mon.0) 751 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]: dispatch 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.314933+0000 mon.smithi110 (mon.0) 752 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]': finished 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.318475+0000 mgr.smithi138.yorhtj (mgr.24405) 35 : cephadm [INF] Removing key for client.nfs.foo.smithi138-rgw 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.318652+0000 mon.smithi138 (mon.1) 64 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]: dispatch 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.319072+0000 mon.smithi110 (mon.0) 753 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]: dispatch 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.321460+0000 mon.smithi110 (mon.0) 754 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]': finished 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.326844+0000 mon.smithi110 (mon.0) 755 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.329950+0000 mon.smithi138 (mon.1) 65 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.330449+0000 mgr.smithi138.yorhtj (mgr.24405) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.352903+0000 mon.smithi138 (mon.1) 66 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.353058+0000 mon.smithi110 (mon.0) 756 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.355662+0000 mon.smithi110 (mon.0) 757 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.362911+0000 mgr.smithi138.yorhtj (mgr.24405) 37 : cephadm [INF] Done migrating nfs.foo 2024-09-17T09:02:04.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.362973+0000 mgr.smithi138.yorhtj (mgr.24405) 38 : cephadm [INF] Done migrating all NFS services 2024-09-17T09:02:04.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.366075+0000 mon.smithi110 (mon.0) 758 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.373995+0000 mon.smithi110 (mon.0) 759 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.380467+0000 mon.smithi110 (mon.0) 760 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.389804+0000 mon.smithi110 (mon.0) 761 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.398478+0000 mon.smithi110 (mon.0) 762 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.408450+0000 mon.smithi110 (mon.0) 763 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.410292+0000 mon.smithi138 (mon.1) 67 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.410477+0000 mon.smithi110 (mon.0) 764 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.413066+0000 mon.smithi110 (mon.0) 765 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.414394+0000 mon.smithi138 (mon.1) 68 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.414500+0000 mon.smithi110 (mon.0) 766 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.416910+0000 mon.smithi110 (mon.0) 767 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.418460+0000 mon.smithi138 (mon.1) 69 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:04.883 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.457163+0000 mon.smithi138 (mon.1) 70 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:02:04.884 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.457479+0000 mon.smithi110 (mon.0) 768 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:02:04.884 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.460104+0000 mon.smithi110 (mon.0) 769 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:02:04.884 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.506929+0000 mon.smithi138 (mon.1) 71 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:02:04.884 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.507041+0000 mon.smithi110 (mon.0) 770 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:02:04.884 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.509936+0000 mon.smithi110 (mon.0) 771 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:02:04.884 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:04.516661+0000 mon.smithi138 (mon.1) 72 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:05.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 11.28 MB/sec execute 19 sec latency 2956.408 ms 2024-09-17T09:02:05.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.410108+0000 mgr.smithi138.yorhtj (mgr.24405) 39 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi110.ovgyxn 2024-09-17T09:02:05.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.414208+0000 mgr.smithi138.yorhtj (mgr.24405) 40 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T09:02:05.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.506516+0000 mgr.smithi138.yorhtj (mgr.24405) 41 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T09:02:05.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.506600+0000 mgr.smithi138.yorhtj (mgr.24405) 42 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi110.ovgyxn-rgw 2024-09-17T09:02:05.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.511409+0000 mgr.smithi138.yorhtj (mgr.24405) 43 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi110.ovgyxn's ganesha conf is defaulting to empty 2024-09-17T09:02:05.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:04.517615+0000 mgr.smithi138.yorhtj (mgr.24405) 44 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi110.ovgyxn on smithi110 2024-09-17T09:02:05.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.410108+0000 mgr.smithi138.yorhtj (mgr.24405) 39 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi110.ovgyxn 2024-09-17T09:02:05.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.414208+0000 mgr.smithi138.yorhtj (mgr.24405) 40 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T09:02:05.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.506516+0000 mgr.smithi138.yorhtj (mgr.24405) 41 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T09:02:05.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.506600+0000 mgr.smithi138.yorhtj (mgr.24405) 42 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi110.ovgyxn-rgw 2024-09-17T09:02:05.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.511409+0000 mgr.smithi138.yorhtj (mgr.24405) 43 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi110.ovgyxn's ganesha conf is defaulting to empty 2024-09-17T09:02:05.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:04.517615+0000 mgr.smithi138.yorhtj (mgr.24405) 44 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi110.ovgyxn on smithi110 2024-09-17T09:02:06.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 10.72 MB/sec execute 20 sec latency 3956.448 ms 2024-09-17T09:02:06.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:05.410355+0000 mgr.smithi138.yorhtj (mgr.24405) 45 : cluster [DBG] pgmap v21: 129 pgs: 32 unknown, 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.8 MiB/s wr, 623 op/s 2024-09-17T09:02:06.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:05.615288+0000 mon.smithi110 (mon.0) 772 : cluster [DBG] mgrmap e32: smithi138.yorhtj(active, since 26s), standbys: smithi110.pyeest 2024-09-17T09:02:07.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:05.410355+0000 mgr.smithi138.yorhtj (mgr.24405) 45 : cluster [DBG] pgmap v21: 129 pgs: 32 unknown, 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.8 MiB/s wr, 623 op/s 2024-09-17T09:02:07.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:05.615288+0000 mon.smithi110 (mon.0) 772 : cluster [DBG] mgrmap e32: smithi138.yorhtj(active, since 26s), standbys: smithi110.pyeest 2024-09-17T09:02:07.132 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 10.21 MB/sec execute 21 sec latency 4956.492 ms 2024-09-17T09:02:08.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 9.74 MB/sec execute 22 sec latency 5956.616 ms 2024-09-17T09:02:08.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.339300+0000 mon.smithi110 (mon.0) 773 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.344352+0000 mon.smithi110 (mon.0) 774 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.348440+0000 mon.smithi110 (mon.0) 775 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:07.349304+0000 mgr.smithi138.yorhtj (mgr.24405) 46 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi138.vlzgbq 2024-09-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.349491+0000 mon.smithi138 (mon.1) 73 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.349596+0000 mon.smithi110 (mon.0) 776 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.351879+0000 mon.smithi110 (mon.0) 777 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:07.352729+0000 mgr.smithi138.yorhtj (mgr.24405) 47 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.352924+0000 mon.smithi138 (mon.1) 74 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' 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-17T09:02:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.353149+0000 mon.smithi110 (mon.0) 778 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:08.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.355517+0000 mon.smithi110 (mon.0) 779 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:08.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:07.356787+0000 mon.smithi138 (mon.1) 75 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:08.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.339300+0000 mon.smithi110 (mon.0) 773 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:08.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.344352+0000 mon.smithi110 (mon.0) 774 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.348440+0000 mon.smithi110 (mon.0) 775 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:07.349304+0000 mgr.smithi138.yorhtj (mgr.24405) 46 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi138.vlzgbq 2024-09-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.349491+0000 mon.smithi138 (mon.1) 73 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.349596+0000 mon.smithi110 (mon.0) 776 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.351879+0000 mon.smithi110 (mon.0) 777 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:07.352729+0000 mgr.smithi138.yorhtj (mgr.24405) 47 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.352924+0000 mon.smithi138 (mon.1) 74 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' 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-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.353149+0000 mon.smithi110 (mon.0) 778 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.355517+0000 mon.smithi110 (mon.0) 779 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 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-17T09:02:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:07.356787+0000 mon.smithi138 (mon.1) 75 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:09.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 9.32 MB/sec execute 23 sec latency 6956.715 ms 2024-09-17T09:02:09.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:07.411158+0000 mgr.smithi138.yorhtj (mgr.24405) 48 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 1.6 MiB/s wr, 217 op/s 2024-09-17T09:02:09.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:07.411158+0000 mgr.smithi138.yorhtj (mgr.24405) 48 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 1.6 MiB/s wr, 217 op/s 2024-09-17T09:02:10.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 8.93 MB/sec execute 24 sec latency 7956.807 ms 2024-09-17T09:02:10.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:09.925960+0000 mon.smithi138 (mon.1) 76 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:02:10.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:10.250386+0000 mon.smithi138 (mon.1) 77 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:02:10.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:10.250702+0000 mon.smithi110 (mon.0) 780 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:02:10.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:10.255178+0000 mon.smithi110 (mon.0) 781 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:02:10.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:10.307681+0000 mon.smithi138 (mon.1) 78 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:02:10.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:10.307989+0000 mon.smithi110 (mon.0) 782 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:02:10.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:10.311688+0000 mon.smithi110 (mon.0) 783 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:02:10.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:10.313163+0000 mon.smithi138 (mon.1) 79 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:10.679 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:09.925960+0000 mon.smithi138 (mon.1) 76 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:02:10.679 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:10.250386+0000 mon.smithi138 (mon.1) 77 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:02:10.679 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:10.250702+0000 mon.smithi110 (mon.0) 780 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:02:10.680 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:10.255178+0000 mon.smithi110 (mon.0) 781 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:02:10.680 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:10.307681+0000 mon.smithi138 (mon.1) 78 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:02:10.680 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:10.307989+0000 mon.smithi110 (mon.0) 782 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:02:10.680 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:10.311688+0000 mon.smithi110 (mon.0) 783 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:02:10.680 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:10.313163+0000 mon.smithi138 (mon.1) 79 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:11.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 8.57 MB/sec execute 25 sec latency 8956.928 ms 2024-09-17T09:02:11.771 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:09.411634+0000 mgr.smithi138.yorhtj (mgr.24405) 49 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.4 MiB/s wr, 185 op/s 2024-09-17T09:02:11.771 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:10.307220+0000 mgr.smithi138.yorhtj (mgr.24405) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T09:02:11.771 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:10.307312+0000 mgr.smithi138.yorhtj (mgr.24405) 51 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi138.vlzgbq-rgw 2024-09-17T09:02:11.771 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:10.312671+0000 mgr.smithi138.yorhtj (mgr.24405) 52 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi138.vlzgbq's ganesha conf is defaulting to empty 2024-09-17T09:02:11.771 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:10.314336+0000 mgr.smithi138.yorhtj (mgr.24405) 53 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi138.vlzgbq on smithi138 2024-09-17T09:02:11.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:09.411634+0000 mgr.smithi138.yorhtj (mgr.24405) 49 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.4 MiB/s wr, 185 op/s 2024-09-17T09:02:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:10.307220+0000 mgr.smithi138.yorhtj (mgr.24405) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T09:02:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:10.307312+0000 mgr.smithi138.yorhtj (mgr.24405) 51 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi138.vlzgbq-rgw 2024-09-17T09:02:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:10.312671+0000 mgr.smithi138.yorhtj (mgr.24405) 52 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi138.vlzgbq's ganesha conf is defaulting to empty 2024-09-17T09:02:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:10.314336+0000 mgr.smithi138.yorhtj (mgr.24405) 53 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi138.vlzgbq on smithi138 2024-09-17T09:02:12.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 8.24 MB/sec execute 26 sec latency 9956.975 ms 2024-09-17T09:02:13.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 7.94 MB/sec execute 27 sec latency 10957.029 ms 2024-09-17T09:02:13.629 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:11.412320+0000 mgr.smithi138.yorhtj (mgr.24405) 54 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.1 MiB/s wr, 153 op/s 2024-09-17T09:02:13.629 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:12.892306+0000 mon.smithi110 (mon.0) 784 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:13.629 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:12.897596+0000 mon.smithi110 (mon.0) 785 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:13.629 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:12.901796+0000 mon.smithi110 (mon.0) 786 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:13.629 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:12.906225+0000 mon.smithi110 (mon.0) 787 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:13.629 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:12.982350+0000 mon.smithi138 (mon.1) 80 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:02:13.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:11.412320+0000 mgr.smithi138.yorhtj (mgr.24405) 54 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.1 MiB/s wr, 153 op/s 2024-09-17T09:02:13.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:12.892306+0000 mon.smithi110 (mon.0) 784 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:13.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:12.897596+0000 mon.smithi110 (mon.0) 785 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:13.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:12.901796+0000 mon.smithi110 (mon.0) 786 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:13.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:12.906225+0000 mon.smithi110 (mon.0) 787 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:13.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:12.982350+0000 mon.smithi138 (mon.1) 80 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:02:14.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 7.66 MB/sec execute 28 sec latency 11957.079 ms 2024-09-17T09:02:15.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 7.39 MB/sec execute 29 sec latency 12957.380 ms 2024-09-17T09:02:15.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:13.412753+0000 mgr.smithi138.yorhtj (mgr.24405) 55 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.0 MiB/s wr, 139 op/s 2024-09-17T09:02:15.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:14.929311+0000 mon.smithi110 (mon.0) 788 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:15.686 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:13.412753+0000 mgr.smithi138.yorhtj (mgr.24405) 55 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.0 MiB/s wr, 139 op/s 2024-09-17T09:02:15.687 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:14.929311+0000 mon.smithi110 (mon.0) 788 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:16.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 7.15 MB/sec execute 30 sec latency 13957.410 ms 2024-09-17T09:02:16.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:15.413103+0000 mgr.smithi138.yorhtj (mgr.24405) 56 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 940 KiB/s wr, 125 op/s 2024-09-17T09:02:16.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:15.413103+0000 mgr.smithi138.yorhtj (mgr.24405) 56 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 940 KiB/s wr, 125 op/s 2024-09-17T09:02:17.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 6.92 MB/sec execute 31 sec latency 14957.442 ms 2024-09-17T09:02:18.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 6.70 MB/sec execute 32 sec latency 15957.468 ms 2024-09-17T09:02:18.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:17.392991+0000 mon.smithi110 (mon.0) 789 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:18.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:17.397894+0000 mon.smithi110 (mon.0) 790 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:18.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:17.413826+0000 mgr.smithi138.yorhtj (mgr.24405) 57 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 942 KiB/s wr, 129 op/s 2024-09-17T09:02:18.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:17.392991+0000 mon.smithi110 (mon.0) 789 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:18.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:17.397894+0000 mon.smithi110 (mon.0) 790 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:18.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:17.413826+0000 mgr.smithi138.yorhtj (mgr.24405) 57 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 942 KiB/s wr, 129 op/s 2024-09-17T09:02:19.133 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 6.50 MB/sec execute 33 sec latency 16957.496 ms 2024-09-17T09:02:20.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 6.30 MB/sec execute 34 sec latency 17957.529 ms 2024-09-17T09:02:20.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.105759+0000 mon.smithi110 (mon.0) 791 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.112179+0000 mon.smithi110 (mon.0) 792 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.116068+0000 mon.smithi138 (mon.1) 81 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:20.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.116860+0000 mon.smithi138 (mon.1) 82 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:02:20.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:19.117544+0000 mgr.smithi138.yorhtj (mgr.24405) 58 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:02:20.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.121000+0000 mon.smithi110 (mon.0) 793 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.127847+0000 mon.smithi110 (mon.0) 794 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.202678+0000 mon.smithi110 (mon.0) 795 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.205542+0000 mon.smithi110 (mon.0) 796 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.208320+0000 mon.smithi110 (mon.0) 797 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:19.210695+0000 mon.smithi110 (mon.0) 798 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:19.214096+0000 mgr.smithi138.yorhtj (mgr.24405) 59 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:02:20.569 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:02:19.222045+0000 mgr.smithi138.yorhtj (mgr.24405) 60 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:02:20.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.105759+0000 mon.smithi110 (mon.0) 791 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.112179+0000 mon.smithi110 (mon.0) 792 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.116068+0000 mon.smithi138 (mon.1) 81 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.116860+0000 mon.smithi138 (mon.1) 82 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:19.117544+0000 mgr.smithi138.yorhtj (mgr.24405) 58 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.121000+0000 mon.smithi110 (mon.0) 793 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.127847+0000 mon.smithi110 (mon.0) 794 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.202678+0000 mon.smithi110 (mon.0) 795 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.205542+0000 mon.smithi110 (mon.0) 796 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.208320+0000 mon.smithi110 (mon.0) 797 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:19.210695+0000 mon.smithi110 (mon.0) 798 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:19.214096+0000 mgr.smithi138.yorhtj (mgr.24405) 59 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:02:20.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:02:19.222045+0000 mgr.smithi138.yorhtj (mgr.24405) 60 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:02:21.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 6.12 MB/sec execute 35 sec latency 18957.611 ms 2024-09-17T09:02:21.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:19.414164+0000 mgr.smithi138.yorhtj (mgr.24405) 61 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-09-17T09:02:21.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:19.414164+0000 mgr.smithi138.yorhtj (mgr.24405) 61 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-09-17T09:02:22.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 5.95 MB/sec execute 36 sec latency 19957.649 ms 2024-09-17T09:02:23.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 5.79 MB/sec execute 37 sec latency 20957.697 ms 2024-09-17T09:02:23.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:21.415016+0000 mgr.smithi138.yorhtj (mgr.24405) 62 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-09-17T09:02:23.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:21.415016+0000 mgr.smithi138.yorhtj (mgr.24405) 62 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-09-17T09:02:24.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 5.64 MB/sec execute 38 sec latency 21957.742 ms 2024-09-17T09:02:25.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 5.50 MB/sec execute 39 sec latency 22957.773 ms 2024-09-17T09:02:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:23.415469+0000 mgr.smithi138.yorhtj (mgr.24405) 63 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T09:02:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:24.926181+0000 mon.smithi138 (mon.1) 83 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:02:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:23.415469+0000 mgr.smithi138.yorhtj (mgr.24405) 63 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T09:02:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:24.926181+0000 mon.smithi138 (mon.1) 83 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:02:26.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 5.36 MB/sec execute 40 sec latency 23957.807 ms 2024-09-17T09:02:26.360 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:02:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:02:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (6m) 7s ago 8m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:02:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (8m) 7s ago 8m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:02:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (7m) 9s ago 7m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:02:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (6m) 7s ago 8m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:02:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (3m) 7s ago 3m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:02:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (3m) 9s ago 3m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:02:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (9m) 7s ago 9m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (55s) 9s ago 7m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (9m) 7s ago 10m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (7m) 9s ago 7m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (20s) 7s ago 19s 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (14s) 9s ago 14s 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (8m) 7s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (7m) 9s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (7m) 7s ago 7m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (6m) 7s ago 6m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (6m) 7s ago 6m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (5m) 7s ago 5m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (5m) 9s ago 5m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (5m) 9s ago 5m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:02:27.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (4m) 9s ago 4m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:02:27.024 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (4m) 9s ago 4m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:02:27.024 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (6m) 7s ago 7m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:02:27.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 5.23 MB/sec execute 41 sec latency 24957.844 ms 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:02:27.420 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:02:27.421 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:02:27.421 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:02:27.421 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:02:27.421 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:02:27.421 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:02:27.421 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:02:27.421 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:02:27.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:25.415977+0000 mgr.smithi138.yorhtj (mgr.24405) 64 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T09:02:27.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:26.347117+0000 mgr.smithi138.yorhtj (mgr.24405) 65 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:02:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:25.415977+0000 mgr.smithi138.yorhtj (mgr.24405) 64 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T09:02:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:26.347117+0000 mgr.smithi138.yorhtj (mgr.24405) 65 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:02:27.749 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:02:28.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 5.10 MB/sec execute 42 sec latency 25957.890 ms 2024-09-17T09:02:28.141 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:02:28.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:26.689835+0000 mgr.smithi138.yorhtj (mgr.24405) 66 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:02:28.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:27.011668+0000 mgr.smithi138.yorhtj (mgr.24405) 67 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:02:28.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:27.418937+0000 mon.smithi110 (mon.0) 799 : audit [DBG] from='client.? 172.21.15.110:0/2034643728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:02:28.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:28.141198+0000 mon.smithi110 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.110:0/44972509' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:02:28.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:26.689835+0000 mgr.smithi138.yorhtj (mgr.24405) 66 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:02:28.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:27.011668+0000 mgr.smithi138.yorhtj (mgr.24405) 67 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:02:28.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:27.418937+0000 mon.smithi110 (mon.0) 799 : audit [DBG] from='client.? 172.21.15.110:0/2034643728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:02:28.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:28.141198+0000 mon.smithi110 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.110:0/44972509' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:02:29.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.99 MB/sec execute 43 sec latency 26957.955 ms 2024-09-17T09:02:29.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:27.416727+0000 mgr.smithi138.yorhtj (mgr.24405) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T09:02:29.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:27.748245+0000 mgr.smithi138.yorhtj (mgr.24405) 69 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:02:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:27.416727+0000 mgr.smithi138.yorhtj (mgr.24405) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T09:02:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:27.748245+0000 mgr.smithi138.yorhtj (mgr.24405) 69 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:02:30.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.87 MB/sec execute 44 sec latency 27958.043 ms 2024-09-17T09:02:31.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.76 MB/sec execute 45 sec latency 28958.096 ms 2024-09-17T09:02:31.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:29.417285+0000 mgr.smithi138.yorhtj (mgr.24405) 70 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:31.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:29.417285+0000 mgr.smithi138.yorhtj (mgr.24405) 70 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:32.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.66 MB/sec execute 46 sec latency 29958.204 ms 2024-09-17T09:02:33.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.56 MB/sec execute 47 sec latency 30958.297 ms 2024-09-17T09:02:33.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:31.418131+0000 mgr.smithi138.yorhtj (mgr.24405) 71 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:33.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:31.418131+0000 mgr.smithi138.yorhtj (mgr.24405) 71 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:34.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.47 MB/sec execute 48 sec latency 31958.400 ms 2024-09-17T09:02:35.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.37 MB/sec execute 49 sec latency 32958.495 ms 2024-09-17T09:02:35.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:33.418566+0000 mgr.smithi138.yorhtj (mgr.24405) 72 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:33.418566+0000 mgr.smithi138.yorhtj (mgr.24405) 72 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:36.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.29 MB/sec execute 50 sec latency 33958.556 ms 2024-09-17T09:02:37.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.20 MB/sec execute 51 sec latency 34958.603 ms 2024-09-17T09:02:37.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:35.419000+0000 mgr.smithi138.yorhtj (mgr.24405) 73 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:37.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:35.419000+0000 mgr.smithi138.yorhtj (mgr.24405) 73 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:38.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.12 MB/sec execute 52 sec latency 35958.637 ms 2024-09-17T09:02:39.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 4.04 MB/sec execute 53 sec latency 36958.769 ms 2024-09-17T09:02:39.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:37.419802+0000 mgr.smithi138.yorhtj (mgr.24405) 74 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:02:39.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:37.419802+0000 mgr.smithi138.yorhtj (mgr.24405) 74 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:02:40.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.97 MB/sec execute 54 sec latency 37958.871 ms 2024-09-17T09:02:40.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:39.926231+0000 mon.smithi138 (mon.1) 84 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:02:40.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:39.926231+0000 mon.smithi138 (mon.1) 84 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:02:41.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.90 MB/sec execute 55 sec latency 38958.986 ms 2024-09-17T09:02:41.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:39.420277+0000 mgr.smithi138.yorhtj (mgr.24405) 75 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:41.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:39.420277+0000 mgr.smithi138.yorhtj (mgr.24405) 75 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:42.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.83 MB/sec execute 56 sec latency 39959.100 ms 2024-09-17T09:02:43.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.76 MB/sec execute 57 sec latency 40959.167 ms 2024-09-17T09:02:43.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:41.421158+0000 mgr.smithi138.yorhtj (mgr.24405) 76 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:43.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:41.421158+0000 mgr.smithi138.yorhtj (mgr.24405) 76 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:44.135 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.70 MB/sec execute 58 sec latency 41959.272 ms 2024-09-17T09:02:44.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:43.581803+0000 mds.foofs.smithi110.hbqklo (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 32.041220 secs 2024-09-17T09:02:44.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:43.581811+0000 mds.foofs.smithi110.hbqklo (mds.0) 2 : cluster [WRN] slow request 32.041219 seconds old, received at 2024-09-17T09:02:11.540513+0000: client_request(client.14768:4 getattr pAsLsXsFs #0x10000000227 2024-09-17T09:02:11.540470+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T09:02:44.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:43.581803+0000 mds.foofs.smithi110.hbqklo (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 32.041220 secs 2024-09-17T09:02:44.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:43.581811+0000 mds.foofs.smithi110.hbqklo (mds.0) 2 : cluster [WRN] slow request 32.041219 seconds old, received at 2024-09-17T09:02:11.540513+0000: client_request(client.14768:4 getattr pAsLsXsFs #0x10000000227 2024-09-17T09:02:11.540470+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T09:02:45.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.63 MB/sec execute 59 sec latency 42959.379 ms 2024-09-17T09:02:45.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:43.421673+0000 mgr.smithi138.yorhtj (mgr.24405) 77 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:45.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:44.259929+0000 mon.smithi110 (mon.0) 801 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-17T09:02:45.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:44.266187+0000 mon.smithi110 (mon.0) 802 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:active 2024-09-17T09:02:45.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:44.266240+0000 mon.smithi110 (mon.0) 803 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:02:45.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:43.421673+0000 mgr.smithi138.yorhtj (mgr.24405) 77 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:45.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:44.259929+0000 mon.smithi110 (mon.0) 801 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-17T09:02:45.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:44.266187+0000 mon.smithi110 (mon.0) 802 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:active 2024-09-17T09:02:45.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:44.266240+0000 mon.smithi110 (mon.0) 803 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:02:46.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.57 MB/sec execute 60 sec latency 43959.507 ms 2024-09-17T09:02:47.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.51 MB/sec execute 61 sec latency 44959.592 ms 2024-09-17T09:02:47.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:45.422114+0000 mgr.smithi138.yorhtj (mgr.24405) 78 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:02:47.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:45.422114+0000 mgr.smithi138.yorhtj (mgr.24405) 78 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:02:48.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.46 MB/sec execute 62 sec latency 45959.688 ms 2024-09-17T09:02:49.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.40 MB/sec execute 63 sec latency 46959.761 ms 2024-09-17T09:02:49.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:47.422929+0000 mgr.smithi138.yorhtj (mgr.24405) 79 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:02:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:48.581885+0000 mds.foofs.smithi110.hbqklo (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 37.041334 secs 2024-09-17T09:02:49.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:47.422929+0000 mgr.smithi138.yorhtj (mgr.24405) 79 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:02:49.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:48.581885+0000 mds.foofs.smithi110.hbqklo (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 37.041334 secs 2024-09-17T09:02:50.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.35 MB/sec execute 64 sec latency 47959.856 ms 2024-09-17T09:02:51.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.30 MB/sec execute 65 sec latency 48959.953 ms 2024-09-17T09:02:51.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:49.423385+0000 mgr.smithi138.yorhtj (mgr.24405) 80 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:51.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:49.423385+0000 mgr.smithi138.yorhtj (mgr.24405) 80 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:52.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.25 MB/sec execute 66 sec latency 49960.079 ms 2024-09-17T09:02:53.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.20 MB/sec execute 67 sec latency 50960.214 ms 2024-09-17T09:02:53.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:51.424106+0000 mgr.smithi138.yorhtj (mgr.24405) 81 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:53.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:51.424106+0000 mgr.smithi138.yorhtj (mgr.24405) 81 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:54.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.15 MB/sec execute 68 sec latency 51960.327 ms 2024-09-17T09:02:54.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:53.581937+0000 mds.foofs.smithi110.hbqklo (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 42.041398 secs 2024-09-17T09:02:54.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:53.581937+0000 mds.foofs.smithi110.hbqklo (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 42.041398 secs 2024-09-17T09:02:55.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.11 MB/sec execute 69 sec latency 52960.375 ms 2024-09-17T09:02:55.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:53.424567+0000 mgr.smithi138.yorhtj (mgr.24405) 82 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:55.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:54.930179+0000 mon.smithi110 (mon.0) 804 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:55.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:54.931750+0000 mon.smithi138 (mon.1) 85 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:02:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:53.424567+0000 mgr.smithi138.yorhtj (mgr.24405) 82 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:54.930179+0000 mon.smithi110 (mon.0) 804 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:02:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:54.931750+0000 mon.smithi138 (mon.1) 85 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:02:56.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.06 MB/sec execute 70 sec latency 53960.408 ms 2024-09-17T09:02:57.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 3.02 MB/sec execute 71 sec latency 54960.511 ms 2024-09-17T09:02:57.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:55.425349+0000 mgr.smithi138.yorhtj (mgr.24405) 83 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:02:57.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:55.425349+0000 mgr.smithi138.yorhtj (mgr.24405) 83 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:02:58.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.98 MB/sec execute 72 sec latency 55960.611 ms 2024-09-17T09:02:58.485 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:02:59.107 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (7m) 40s ago 9m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (9m) 40s ago 9m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (8m) 41s ago 8m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (7m) 40s ago 8m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (3m) 40s ago 3m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (3m) 41s ago 3m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (10m) 40s ago 10m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (87s) 41s ago 8m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (10m) 40s ago 10m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (8m) 41s ago 8m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:02:59.108 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (52s) 40s ago 51s 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (46s) 41s ago 46s 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (8m) 40s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (7m) 41s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (7m) 40s ago 7m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (7m) 40s ago 7m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (6m) 40s ago 6m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (6m) 40s ago 6m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (6m) 41s ago 6m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (5m) 41s ago 5m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (5m) 41s ago 5m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (5m) 41s ago 5m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:02:59.109 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (7m) 40s ago 8m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:02:59.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.94 MB/sec execute 73 sec latency 56960.668 ms 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:02:59.483 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:02:59.484 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:02:59.484 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:57.426150+0000 mgr.smithi138.yorhtj (mgr.24405) 84 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:59.485 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:02:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:58.581991+0000 mds.foofs.smithi110.hbqklo (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 47.041459 secs 2024-09-17T09:02:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:57.426150+0000 mgr.smithi138.yorhtj (mgr.24405) 84 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:02:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:02:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:58.581991+0000 mds.foofs.smithi110.hbqklo (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 47.041459 secs 2024-09-17T09:02:59.800 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:02:59.800 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:02:59.800 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:02:59.800 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:02:59.800 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:02:59.800 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:02:59.801 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:02:59.801 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:02:59.801 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:03:00.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.90 MB/sec execute 74 sec latency 57960.721 ms 2024-09-17T09:03:00.174 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 1 MDSs report slow requests 2024-09-17T09:03:00.174 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T09:03:00.174 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T09:03:00.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:58.472156+0000 mgr.smithi138.yorhtj (mgr.24405) 85 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:00.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:58.788946+0000 mgr.smithi138.yorhtj (mgr.24405) 86 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:00.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:59.097956+0000 mgr.smithi138.yorhtj (mgr.24405) 87 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:00.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:59.482534+0000 mon.smithi110 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.110:0/3086138895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:03:00.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:00.173754+0000 mon.smithi110 (mon.0) 806 : audit [DBG] from='client.? 172.21.15.110:0/1291817919' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:03:00.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:58.472156+0000 mgr.smithi138.yorhtj (mgr.24405) 85 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:00.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:58.788946+0000 mgr.smithi138.yorhtj (mgr.24405) 86 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:00.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:59.097956+0000 mgr.smithi138.yorhtj (mgr.24405) 87 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:00.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:59.482534+0000 mon.smithi110 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.110:0/3086138895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:03:00.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:00.173754+0000 mon.smithi110 (mon.0) 806 : audit [DBG] from='client.? 172.21.15.110:0/1291817919' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:03:01.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.86 MB/sec execute 75 sec latency 58960.804 ms 2024-09-17T09:03:01.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:02:59.426582+0000 mgr.smithi138.yorhtj (mgr.24405) 88 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:01.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:02:59.799306+0000 mgr.smithi138.yorhtj (mgr.24405) 89 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:02:59.426582+0000 mgr.smithi138.yorhtj (mgr.24405) 88 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:02:59.799306+0000 mgr.smithi138.yorhtj (mgr.24405) 89 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:02.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.82 MB/sec execute 76 sec latency 59960.910 ms 2024-09-17T09:03:03.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.78 MB/sec execute 77 sec latency 60961.008 ms 2024-09-17T09:03:03.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:01.427436+0000 mgr.smithi138.yorhtj (mgr.24405) 90 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:03.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:01.427436+0000 mgr.smithi138.yorhtj (mgr.24405) 90 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:04.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.75 MB/sec execute 78 sec latency 61961.093 ms 2024-09-17T09:03:04.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:03.582110+0000 mds.foofs.smithi110.hbqklo (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 52.041573 secs 2024-09-17T09:03:04.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:03.582110+0000 mds.foofs.smithi110.hbqklo (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 52.041573 secs 2024-09-17T09:03:05.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.71 MB/sec execute 79 sec latency 62961.215 ms 2024-09-17T09:03:05.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:03.427923+0000 mgr.smithi138.yorhtj (mgr.24405) 91 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:05.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:03.427923+0000 mgr.smithi138.yorhtj (mgr.24405) 91 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:06.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.68 MB/sec execute 80 sec latency 63961.291 ms 2024-09-17T09:03:07.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.65 MB/sec execute 81 sec latency 64961.417 ms 2024-09-17T09:03:07.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:05.428437+0000 mgr.smithi138.yorhtj (mgr.24405) 92 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:07.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:05.428437+0000 mgr.smithi138.yorhtj (mgr.24405) 92 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:08.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.61 MB/sec execute 82 sec latency 65961.493 ms 2024-09-17T09:03:09.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.58 MB/sec execute 83 sec latency 66961.591 ms 2024-09-17T09:03:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:07.429198+0000 mgr.smithi138.yorhtj (mgr.24405) 93 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:08.582242+0000 mds.foofs.smithi110.hbqklo (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 57.041692 secs 2024-09-17T09:03:09.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:07.429198+0000 mgr.smithi138.yorhtj (mgr.24405) 93 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:09.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:08.582242+0000 mds.foofs.smithi110.hbqklo (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 57.041692 secs 2024-09-17T09:03:10.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.55 MB/sec execute 84 sec latency 67961.690 ms 2024-09-17T09:03:10.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:09.927022+0000 mon.smithi138 (mon.1) 86 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:03:10.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:09.927022+0000 mon.smithi138 (mon.1) 86 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:03:11.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.52 MB/sec execute 85 sec latency 68961.833 ms 2024-09-17T09:03:11.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:09.429616+0000 mgr.smithi138.yorhtj (mgr.24405) 94 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:11.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:09.429616+0000 mgr.smithi138.yorhtj (mgr.24405) 94 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:12.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.49 MB/sec execute 86 sec latency 69961.933 ms 2024-09-17T09:03:12.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:11.332293+0000 mon.smithi110 (mon.0) 807 : cluster [DBG] mgrmap e33: smithi138.yorhtj(active, since 92s), standbys: smithi110.pyeest 2024-09-17T09:03:12.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:11.332293+0000 mon.smithi110 (mon.0) 807 : cluster [DBG] mgrmap e33: smithi138.yorhtj(active, since 92s), standbys: smithi110.pyeest 2024-09-17T09:03:13.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.46 MB/sec execute 87 sec latency 70962.046 ms 2024-09-17T09:03:13.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:11.430309+0000 mgr.smithi138.yorhtj (mgr.24405) 95 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:13.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:11.430309+0000 mgr.smithi138.yorhtj (mgr.24405) 95 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:14.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.44 MB/sec execute 88 sec latency 71962.132 ms 2024-09-17T09:03:14.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:13.582356+0000 mds.foofs.smithi110.hbqklo (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 62.041809 secs 2024-09-17T09:03:14.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:13.582365+0000 mds.foofs.smithi110.hbqklo (mds.0) 9 : cluster [WRN] slow request 62.041809 seconds old, received at 2024-09-17T09:02:11.540513+0000: client_request(client.14768:4 getattr pAsLsXsFs #0x10000000227 2024-09-17T09:02:11.540470+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T09:03:14.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:13.582414+0000 mds.foofs.smithi110.hbqklo (mds.0) 10 : cluster [WRN] client.14564 isn't responding to mclientcaps(revoke), ino 0x10000000227 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 62.041845 seconds ago 2024-09-17T09:03:14.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:13.582356+0000 mds.foofs.smithi110.hbqklo (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 62.041809 secs 2024-09-17T09:03:14.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:13.582365+0000 mds.foofs.smithi110.hbqklo (mds.0) 9 : cluster [WRN] slow request 62.041809 seconds old, received at 2024-09-17T09:02:11.540513+0000: client_request(client.14768:4 getattr pAsLsXsFs #0x10000000227 2024-09-17T09:02:11.540470+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T09:03:14.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:13.582414+0000 mds.foofs.smithi110.hbqklo (mds.0) 10 : cluster [WRN] client.14564 isn't responding to mclientcaps(revoke), ino 0x10000000227 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 62.041845 seconds ago 2024-09-17T09:03:15.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.41 MB/sec execute 89 sec latency 72962.218 ms 2024-09-17T09:03:15.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:13.430752+0000 mgr.smithi138.yorhtj (mgr.24405) 96 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:15.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:13.430752+0000 mgr.smithi138.yorhtj (mgr.24405) 96 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:16.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.38 MB/sec execute 90 sec latency 73962.336 ms 2024-09-17T09:03:16.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:15.431204+0000 mgr.smithi138.yorhtj (mgr.24405) 97 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:16.339658+0000 mon.smithi110 (mon.0) 808 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-17T09:03:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:16.345292+0000 mon.smithi110 (mon.0) 809 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:active 2024-09-17T09:03:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:16.345342+0000 mon.smithi110 (mon.0) 810 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:03:16.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:15.431204+0000 mgr.smithi138.yorhtj (mgr.24405) 97 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:16.339658+0000 mon.smithi110 (mon.0) 808 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-17T09:03:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:16.345292+0000 mon.smithi110 (mon.0) 809 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:active 2024-09-17T09:03:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:16.345342+0000 mon.smithi110 (mon.0) 810 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:03:17.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.36 MB/sec execute 91 sec latency 74962.410 ms 2024-09-17T09:03:18.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.33 MB/sec execute 92 sec latency 75962.466 ms 2024-09-17T09:03:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:17.431797+0000 mgr.smithi138.yorhtj (mgr.24405) 98 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:18.582477+0000 mds.foofs.smithi110.hbqklo (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 67.041941 secs 2024-09-17T09:03:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:17.431797+0000 mgr.smithi138.yorhtj (mgr.24405) 98 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:18.582477+0000 mds.foofs.smithi110.hbqklo (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 67.041941 secs 2024-09-17T09:03:19.138 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.30 MB/sec execute 93 sec latency 76962.558 ms 2024-09-17T09:03:20.139 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.28 MB/sec execute 94 sec latency 77962.641 ms 2024-09-17T09:03:20.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:19.432292+0000 mgr.smithi138.yorhtj (mgr.24405) 99 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:21.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:19.432292+0000 mgr.smithi138.yorhtj (mgr.24405) 99 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:21.139 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.26 MB/sec execute 95 sec latency 78962.767 ms 2024-09-17T09:03:22.139 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.23 MB/sec execute 96 sec latency 79962.877 ms 2024-09-17T09:03:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:21.433157+0000 mgr.smithi138.yorhtj (mgr.24405) 100 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:23.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:21.433157+0000 mgr.smithi138.yorhtj (mgr.24405) 100 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:03:23.139 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.21 MB/sec execute 97 sec latency 80962.989 ms 2024-09-17T09:03:24.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:23.582632+0000 mds.foofs.smithi110.hbqklo (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 72.042085 secs 2024-09-17T09:03:24.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:23.582632+0000 mds.foofs.smithi110.hbqklo (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 72.042085 secs 2024-09-17T09:03:24.139 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.19 MB/sec execute 98 sec latency 81963.127 ms 2024-09-17T09:03:25.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:23.433569+0000 mgr.smithi138.yorhtj (mgr.24405) 101 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:25.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:23.433569+0000 mgr.smithi138.yorhtj (mgr.24405) 101 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:25.139 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.17 MB/sec execute 99 sec latency 82963.221 ms 2024-09-17T09:03:26.139 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.14 MB/sec execute 100 sec latency 83963.279 ms 2024-09-17T09:03:26.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:24.930484+0000 mon.smithi110 (mon.0) 811 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:03:26.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:24.931830+0000 mon.smithi138 (mon.1) 87 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:03:26.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:24.930484+0000 mon.smithi110 (mon.0) 811 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:03:26.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:24.931830+0000 mon.smithi138 (mon.1) 87 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:03:27.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.12 MB/sec execute 101 sec latency 84963.337 ms 2024-09-17T09:03:27.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:25.434070+0000 mgr.smithi138.yorhtj (mgr.24405) 102 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:27.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:25.434070+0000 mgr.smithi138.yorhtj (mgr.24405) 102 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:28.139 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.10 MB/sec execute 102 sec latency 85963.417 ms 2024-09-17T09:03:29.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.08 MB/sec execute 103 sec latency 86963.548 ms 2024-09-17T09:03:29.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:27.434799+0000 mgr.smithi138.yorhtj (mgr.24405) 103 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:29.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:28.582780+0000 mds.foofs.smithi110.hbqklo (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 77.042220 secs 2024-09-17T09:03:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:27.434799+0000 mgr.smithi138.yorhtj (mgr.24405) 103 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:28.582780+0000 mds.foofs.smithi110.hbqklo (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 77.042220 secs 2024-09-17T09:03:30.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.06 MB/sec execute 104 sec latency 87963.607 ms 2024-09-17T09:03:30.516 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (7m) 72s ago 9m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (9m) 72s ago 9m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (8m) 73s ago 8m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (7m) 72s ago 9m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (4m) 72s ago 4m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (4m) 73s ago 4m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (10m) 72s ago 10m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (119s) 73s ago 8m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (10m) 72s ago 11m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:03:31.139 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (8m) 73s ago 8m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (84s) 72s ago 83s 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (78s) 73s ago 78s 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (9m) 72s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (8m) 73s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (8m) 72s ago 8m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (7m) 72s ago 7m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (7m) 72s ago 7m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (6m) 72s ago 6m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (6m) 73s ago 6m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (6m) 73s ago 6m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (5m) 73s ago 5m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:03:31.140 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (5m) 73s ago 5m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:03:31.141 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (7m) 72s ago 8m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:03:31.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.04 MB/sec execute 105 sec latency 88963.651 ms 2024-09-17T09:03:31.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:29.435266+0000 mgr.smithi138.yorhtj (mgr.24405) 104 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:31.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:29.435266+0000 mgr.smithi138.yorhtj (mgr.24405) 104 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:31.515 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:03:31.515 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:03:31.515 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:03:31.516 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:03:31.517 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:03:31.517 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:03:31.517 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:03:31.833 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:03:31.833 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:03:31.833 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:03:31.833 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:03:31.833 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:03:31.834 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:03:31.834 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:03:31.834 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:03:31.834 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:03:32.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.02 MB/sec execute 106 sec latency 89963.701 ms 2024-09-17T09:03:32.206 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T09:03:32.206 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T09:03:32.206 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): Client smithi110:foo1 failing to respond to capability release client_id: 14564 2024-09-17T09:03:32.206 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T09:03:32.206 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T09:03:32.206 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:30.503119+0000 mgr.smithi138.yorhtj (mgr.24405) 105 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:32.206 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:30.819466+0000 mgr.smithi138.yorhtj (mgr.24405) 106 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:32.207 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:31.129009+0000 mgr.smithi138.yorhtj (mgr.24405) 107 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:32.207 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:31.514987+0000 mon.smithi110 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.110:0/3209844819' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:03:32.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:30.503119+0000 mgr.smithi138.yorhtj (mgr.24405) 105 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:32.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:30.819466+0000 mgr.smithi138.yorhtj (mgr.24405) 106 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:32.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:31.129009+0000 mgr.smithi138.yorhtj (mgr.24405) 107 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:32.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:31.514987+0000 mon.smithi110 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.110:0/3209844819' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:03:33.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 2.00 MB/sec execute 107 sec latency 90963.742 ms 2024-09-17T09:03:33.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:31.436140+0000 mgr.smithi138.yorhtj (mgr.24405) 108 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:33.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:31.832325+0000 mgr.smithi138.yorhtj (mgr.24405) 109 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:33.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:32.205594+0000 mon.smithi110 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.110:0/3016308928' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:03:33.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:31.436140+0000 mgr.smithi138.yorhtj (mgr.24405) 108 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:33.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:31.832325+0000 mgr.smithi138.yorhtj (mgr.24405) 109 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:03:33.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:32.205594+0000 mon.smithi110 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.110:0/3016308928' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:03:34.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.98 MB/sec execute 108 sec latency 91963.870 ms 2024-09-17T09:03:34.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:33.582892+0000 mds.foofs.smithi110.hbqklo (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 82.042339 secs 2024-09-17T09:03:34.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:33.582892+0000 mds.foofs.smithi110.hbqklo (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 82.042339 secs 2024-09-17T09:03:35.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.97 MB/sec execute 109 sec latency 92964.005 ms 2024-09-17T09:03:35.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:33.436638+0000 mgr.smithi138.yorhtj (mgr.24405) 110 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:35.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:33.436638+0000 mgr.smithi138.yorhtj (mgr.24405) 110 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:36.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.95 MB/sec execute 110 sec latency 93964.122 ms 2024-09-17T09:03:37.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.93 MB/sec execute 111 sec latency 94964.264 ms 2024-09-17T09:03:37.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:35.437217+0000 mgr.smithi138.yorhtj (mgr.24405) 111 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:37.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:35.437217+0000 mgr.smithi138.yorhtj (mgr.24405) 111 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:38.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.91 MB/sec execute 112 sec latency 95964.383 ms 2024-09-17T09:03:39.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.90 MB/sec execute 113 sec latency 96964.467 ms 2024-09-17T09:03:39.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:37.437732+0000 mgr.smithi138.yorhtj (mgr.24405) 112 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:39.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:38.582966+0000 mds.foofs.smithi110.hbqklo (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 87.042432 secs 2024-09-17T09:03:39.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:37.437732+0000 mgr.smithi138.yorhtj (mgr.24405) 112 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:39.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:38.582966+0000 mds.foofs.smithi110.hbqklo (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 87.042432 secs 2024-09-17T09:03:40.140 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.88 MB/sec execute 114 sec latency 97964.502 ms 2024-09-17T09:03:40.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:39.930936+0000 mon.smithi138 (mon.1) 88 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:03:40.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:39.930936+0000 mon.smithi138 (mon.1) 88 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:03:41.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.86 MB/sec execute 115 sec latency 98964.590 ms 2024-09-17T09:03:41.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:39.438281+0000 mgr.smithi138.yorhtj (mgr.24405) 113 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:41.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:39.438281+0000 mgr.smithi138.yorhtj (mgr.24405) 113 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:42.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.85 MB/sec execute 116 sec latency 99964.676 ms 2024-09-17T09:03:43.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.83 MB/sec execute 117 sec latency 100964.785 ms 2024-09-17T09:03:43.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:41.439218+0000 mgr.smithi138.yorhtj (mgr.24405) 114 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:43.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:41.439218+0000 mgr.smithi138.yorhtj (mgr.24405) 114 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:44.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.82 MB/sec execute 118 sec latency 101964.904 ms 2024-09-17T09:03:44.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:43.583093+0000 mds.foofs.smithi110.hbqklo (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 92.042545 secs 2024-09-17T09:03:44.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:43.583093+0000 mds.foofs.smithi110.hbqklo (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 92.042545 secs 2024-09-17T09:03:45.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.80 MB/sec execute 119 sec latency 102965.032 ms 2024-09-17T09:03:45.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:43.439678+0000 mgr.smithi138.yorhtj (mgr.24405) 115 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:45.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:43.439678+0000 mgr.smithi138.yorhtj (mgr.24405) 115 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:46.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.79 MB/sec execute 120 sec latency 103965.117 ms 2024-09-17T09:03:47.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.77 MB/sec execute 121 sec latency 104965.226 ms 2024-09-17T09:03:47.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:45.440448+0000 mgr.smithi138.yorhtj (mgr.24405) 116 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:47.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:45.440448+0000 mgr.smithi138.yorhtj (mgr.24405) 116 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:48.141 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.76 MB/sec execute 122 sec latency 105965.338 ms 2024-09-17T09:03:49.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.74 MB/sec execute 123 sec latency 106965.431 ms 2024-09-17T09:03:49.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:47.440909+0000 mgr.smithi138.yorhtj (mgr.24405) 117 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:49.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:48.583234+0000 mds.foofs.smithi110.hbqklo (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 97.042686 secs 2024-09-17T09:03:49.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:47.440909+0000 mgr.smithi138.yorhtj (mgr.24405) 117 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:49.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:48.583234+0000 mds.foofs.smithi110.hbqklo (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 97.042686 secs 2024-09-17T09:03:50.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.73 MB/sec execute 124 sec latency 107965.547 ms 2024-09-17T09:03:51.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.71 MB/sec execute 125 sec latency 108965.629 ms 2024-09-17T09:03:51.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:49.441384+0000 mgr.smithi138.yorhtj (mgr.24405) 118 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:51.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:49.441384+0000 mgr.smithi138.yorhtj (mgr.24405) 118 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:52.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.70 MB/sec execute 126 sec latency 109965.689 ms 2024-09-17T09:03:53.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.69 MB/sec execute 127 sec latency 110965.767 ms 2024-09-17T09:03:53.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:51.442046+0000 mgr.smithi138.yorhtj (mgr.24405) 119 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:53.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:51.442046+0000 mgr.smithi138.yorhtj (mgr.24405) 119 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:54.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.67 MB/sec execute 128 sec latency 111965.879 ms 2024-09-17T09:03:54.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:53.583352+0000 mds.foofs.smithi110.hbqklo (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 102.042799 secs 2024-09-17T09:03:54.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:53.583352+0000 mds.foofs.smithi110.hbqklo (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 102.042799 secs 2024-09-17T09:03:55.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.66 MB/sec execute 129 sec latency 112965.955 ms 2024-09-17T09:03:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:53.442574+0000 mgr.smithi138.yorhtj (mgr.24405) 120 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:03:54.931333+0000 mon.smithi138 (mon.1) 89 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:03:55.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:53.442574+0000 mgr.smithi138.yorhtj (mgr.24405) 120 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:55.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:03:54.931333+0000 mon.smithi138 (mon.1) 89 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:03:56.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.65 MB/sec execute 130 sec latency 113966.085 ms 2024-09-17T09:03:57.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.64 MB/sec execute 131 sec latency 114966.164 ms 2024-09-17T09:03:57.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:55.443397+0000 mgr.smithi138.yorhtj (mgr.24405) 121 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:57.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:55.443397+0000 mgr.smithi138.yorhtj (mgr.24405) 121 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:03:58.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.62 MB/sec execute 132 sec latency 115966.253 ms 2024-09-17T09:03:59.142 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.61 MB/sec execute 133 sec latency 116966.345 ms 2024-09-17T09:03:59.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:57.443874+0000 mgr.smithi138.yorhtj (mgr.24405) 122 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:59.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:03:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:58.583445+0000 mds.foofs.smithi110.hbqklo (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 107.042911 secs 2024-09-17T09:03:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:57.443874+0000 mgr.smithi138.yorhtj (mgr.24405) 122 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:03:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:03:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:58.583445+0000 mds.foofs.smithi110.hbqklo (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 107.042911 secs 2024-09-17T09:04:00.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.60 MB/sec execute 134 sec latency 117966.453 ms 2024-09-17T09:04:01.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.59 MB/sec execute 135 sec latency 118966.563 ms 2024-09-17T09:04:01.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:03:59.444328+0000 mgr.smithi138.yorhtj (mgr.24405) 123 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:01.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:03:59.444328+0000 mgr.smithi138.yorhtj (mgr.24405) 123 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:02.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.58 MB/sec execute 136 sec latency 119966.685 ms 2024-09-17T09:04:02.555 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:04:03.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.56 MB/sec execute 137 sec latency 120966.759 ms 2024-09-17T09:04:03.176 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:04:03.176 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (8m) 104s ago 10m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:04:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (10m) 104s ago 10m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:04:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (9m) 105s ago 9m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:04:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (8m) 104s ago 9m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:04:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (4m) 104s ago 4m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:04:03.178 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (4m) 105s ago 4m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:04:03.178 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (11m) 104s ago 11m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:04:03.178 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (2m) 105s ago 9m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:04:03.178 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (11m) 104s ago 11m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:04:03.178 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (9m) 105s ago 9m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:04:03.178 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (116s) 104s ago 115s 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:04:03.179 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (110s) 105s ago 110s 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:04:03.179 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (9m) 104s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:04:03.179 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (8m) 105s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:04:03.179 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (8m) 104s ago 8m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:04:03.179 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (8m) 104s ago 8m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:04:03.180 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (7m) 104s ago 7m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:04:03.180 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (7m) 104s ago 7m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:04:03.180 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (7m) 105s ago 7m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:04:03.180 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (6m) 105s ago 6m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:04:03.180 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (6m) 105s ago 6m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:04:03.182 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (6m) 105s ago 6m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:04:03.182 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (8m) 104s ago 9m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:04:03.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:01.445175+0000 mgr.smithi138.yorhtj (mgr.24405) 124 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:01.445175+0000 mgr.smithi138.yorhtj (mgr.24405) 124 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:03.549 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:04:03.550 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:04:03.551 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:04:03.551 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:04:03.551 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:04:03.551 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:04:03.551 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:04:03.551 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:04:03.551 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:04:03.865 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:04:04.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.55 MB/sec execute 138 sec latency 121966.812 ms 2024-09-17T09:04:04.244 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T09:04:04.244 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T09:04:04.245 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): Client smithi110:foo1 failing to respond to capability release client_id: 14564 2024-09-17T09:04:04.245 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T09:04:04.245 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T09:04:04.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:02.541937+0000 mgr.smithi138.yorhtj (mgr.24405) 125 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:04.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:02.859102+0000 mgr.smithi138.yorhtj (mgr.24405) 126 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:04.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:03.166714+0000 mgr.smithi138.yorhtj (mgr.24405) 127 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:04.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:03.549248+0000 mon.smithi110 (mon.0) 814 : audit [DBG] from='client.? 172.21.15.110:0/1083777303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:04:04.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:03.583522+0000 mds.foofs.smithi110.hbqklo (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 112.042979 secs 2024-09-17T09:04:04.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:02.541937+0000 mgr.smithi138.yorhtj (mgr.24405) 125 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:04.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:02.859102+0000 mgr.smithi138.yorhtj (mgr.24405) 126 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:04.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:03.166714+0000 mgr.smithi138.yorhtj (mgr.24405) 127 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:04.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:03.549248+0000 mon.smithi110 (mon.0) 814 : audit [DBG] from='client.? 172.21.15.110:0/1083777303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:04:04.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:03.583522+0000 mds.foofs.smithi110.hbqklo (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 112.042979 secs 2024-09-17T09:04:05.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.54 MB/sec execute 139 sec latency 122966.915 ms 2024-09-17T09:04:05.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:03.445665+0000 mgr.smithi138.yorhtj (mgr.24405) 128 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:05.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:03.864026+0000 mgr.smithi138.yorhtj (mgr.24405) 129 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:05.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:04.243809+0000 mon.smithi110 (mon.0) 815 : audit [DBG] from='client.? 172.21.15.110:0/2435344640' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:04:05.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:03.445665+0000 mgr.smithi138.yorhtj (mgr.24405) 128 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:05.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:03.864026+0000 mgr.smithi138.yorhtj (mgr.24405) 129 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:05.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:04.243809+0000 mon.smithi110 (mon.0) 815 : audit [DBG] from='client.? 172.21.15.110:0/2435344640' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:04:06.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.53 MB/sec execute 140 sec latency 123967.003 ms 2024-09-17T09:04:07.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.52 MB/sec execute 141 sec latency 124967.051 ms 2024-09-17T09:04:07.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:05.446254+0000 mgr.smithi138.yorhtj (mgr.24405) 130 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:07.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:05.446254+0000 mgr.smithi138.yorhtj (mgr.24405) 130 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:08.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.51 MB/sec execute 142 sec latency 125967.135 ms 2024-09-17T09:04:09.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.50 MB/sec execute 143 sec latency 126967.233 ms 2024-09-17T09:04:09.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:07.446687+0000 mgr.smithi138.yorhtj (mgr.24405) 131 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:09.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:08.583659+0000 mds.foofs.smithi110.hbqklo (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 117.043126 secs 2024-09-17T09:04:09.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:07.446687+0000 mgr.smithi138.yorhtj (mgr.24405) 131 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:09.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:08.583659+0000 mds.foofs.smithi110.hbqklo (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 117.043126 secs 2024-09-17T09:04:10.143 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.49 MB/sec execute 144 sec latency 127967.340 ms 2024-09-17T09:04:10.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:09.931623+0000 mon.smithi138 (mon.1) 90 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:04:10.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:09.931623+0000 mon.smithi138 (mon.1) 90 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:04:11.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.48 MB/sec execute 145 sec latency 128967.448 ms 2024-09-17T09:04:11.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:09.447113+0000 mgr.smithi138.yorhtj (mgr.24405) 132 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:11.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:09.447113+0000 mgr.smithi138.yorhtj (mgr.24405) 132 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:12.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.47 MB/sec execute 146 sec latency 129967.514 ms 2024-09-17T09:04:13.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.46 MB/sec execute 147 sec latency 130967.594 ms 2024-09-17T09:04:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:11.447914+0000 mgr.smithi138.yorhtj (mgr.24405) 133 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:13.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:11.447914+0000 mgr.smithi138.yorhtj (mgr.24405) 133 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:14.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.45 MB/sec execute 148 sec latency 131967.690 ms 2024-09-17T09:04:14.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:13.583807+0000 mds.foofs.smithi110.hbqklo (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 122.043238 secs 2024-09-17T09:04:14.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:13.583814+0000 mds.foofs.smithi110.hbqklo (mds.0) 23 : cluster [WRN] slow request 122.043237 seconds old, received at 2024-09-17T09:02:11.540513+0000: client_request(client.14768:4 getattr pAsLsXsFs #0x10000000227 2024-09-17T09:02:11.540470+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T09:04:14.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:13.583858+0000 mds.foofs.smithi110.hbqklo (mds.0) 24 : cluster [WRN] client.14564 isn't responding to mclientcaps(revoke), ino 0x10000000227 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 122.043283 seconds ago 2024-09-17T09:04:14.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:13.583807+0000 mds.foofs.smithi110.hbqklo (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 122.043238 secs 2024-09-17T09:04:14.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:13.583814+0000 mds.foofs.smithi110.hbqklo (mds.0) 23 : cluster [WRN] slow request 122.043237 seconds old, received at 2024-09-17T09:02:11.540513+0000: client_request(client.14768:4 getattr pAsLsXsFs #0x10000000227 2024-09-17T09:02:11.540470+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T09:04:14.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:13.583858+0000 mds.foofs.smithi110.hbqklo (mds.0) 24 : cluster [WRN] client.14564 isn't responding to mclientcaps(revoke), ino 0x10000000227 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 122.043283 seconds ago 2024-09-17T09:04:15.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.44 MB/sec execute 149 sec latency 132967.795 ms 2024-09-17T09:04:15.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:13.448375+0000 mgr.smithi138.yorhtj (mgr.24405) 134 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:15.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:13.448375+0000 mgr.smithi138.yorhtj (mgr.24405) 134 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:16.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.43 MB/sec execute 150 sec latency 133967.883 ms 2024-09-17T09:04:17.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.42 MB/sec execute 151 sec latency 134967.968 ms 2024-09-17T09:04:17.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:15.449028+0000 mgr.smithi138.yorhtj (mgr.24405) 135 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:17.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:15.449028+0000 mgr.smithi138.yorhtj (mgr.24405) 135 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:18.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.41 MB/sec execute 152 sec latency 135968.069 ms 2024-09-17T09:04:19.144 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.40 MB/sec execute 153 sec latency 136968.171 ms 2024-09-17T09:04:19.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:17.449609+0000 mgr.smithi138.yorhtj (mgr.24405) 136 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:19.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:18.583883+0000 mds.foofs.smithi110.hbqklo (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 127.043350 secs 2024-09-17T09:04:19.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:17.449609+0000 mgr.smithi138.yorhtj (mgr.24405) 136 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:19.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:18.583883+0000 mds.foofs.smithi110.hbqklo (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 127.043350 secs 2024-09-17T09:04:20.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.39 MB/sec execute 154 sec latency 137968.267 ms 2024-09-17T09:04:21.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.38 MB/sec execute 155 sec latency 138968.363 ms 2024-09-17T09:04:21.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:19.450051+0000 mgr.smithi138.yorhtj (mgr.24405) 137 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:21.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:19.450051+0000 mgr.smithi138.yorhtj (mgr.24405) 137 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:22.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.37 MB/sec execute 156 sec latency 139968.425 ms 2024-09-17T09:04:23.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.37 MB/sec execute 157 sec latency 140968.475 ms 2024-09-17T09:04:23.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:21.450786+0000 mgr.smithi138.yorhtj (mgr.24405) 138 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:23.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:21.450786+0000 mgr.smithi138.yorhtj (mgr.24405) 138 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:24.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.36 MB/sec execute 158 sec latency 141968.578 ms 2024-09-17T09:04:24.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:23.583979+0000 mds.foofs.smithi110.hbqklo (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 132.043430 secs 2024-09-17T09:04:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:23.583979+0000 mds.foofs.smithi110.hbqklo (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 132.043430 secs 2024-09-17T09:04:25.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.35 MB/sec execute 159 sec latency 142968.654 ms 2024-09-17T09:04:25.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:23.451333+0000 mgr.smithi138.yorhtj (mgr.24405) 139 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:25.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:24.931782+0000 mon.smithi138 (mon.1) 91 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:04:25.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:23.451333+0000 mgr.smithi138.yorhtj (mgr.24405) 139 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:25.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:24.931782+0000 mon.smithi138 (mon.1) 91 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:04:26.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.34 MB/sec execute 160 sec latency 143968.763 ms 2024-09-17T09:04:27.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.33 MB/sec execute 161 sec latency 144968.807 ms 2024-09-17T09:04:27.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:25.452165+0000 mgr.smithi138.yorhtj (mgr.24405) 140 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:26.938793+0000 mon.smithi110 (mon.0) 816 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:04:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:26.942265+0000 mon.smithi110 (mon.0) 817 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:04:27.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:26.945440+0000 mon.smithi138 (mon.1) 92 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T09:04:27.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:25.452165+0000 mgr.smithi138.yorhtj (mgr.24405) 140 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:27.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:26.938793+0000 mon.smithi110 (mon.0) 816 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:04:27.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:26.942265+0000 mon.smithi110 (mon.0) 817 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:04:27.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:26.945440+0000 mon.smithi138 (mon.1) 92 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T09:04:28.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.32 MB/sec execute 162 sec latency 145968.836 ms 2024-09-17T09:04:28.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:04:26.885751+0000 mgr.smithi138.yorhtj (mgr.24405) 141 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:04:28.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:04:28.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:04:28.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:04:28.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:04:28.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:04:28.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:04:28.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:04:28.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:04:28.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:04:28.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:04:28.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:04:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:04:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:04:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:04:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:04:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:04:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:04:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:04:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:04:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:04:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:04:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:04:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:04:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:04:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:04:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:04:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:04:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:04:26.886187+0000 mgr.smithi138.yorhtj (mgr.24405) 142 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:04:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:04:26.894278+0000 mgr.smithi138.yorhtj (mgr.24405) 143 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T09:04:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:26.945945+0000 mgr.smithi138.yorhtj (mgr.24405) 144 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T09:04:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:04:26.948468+0000 mgr.smithi138.yorhtj (mgr.24405) 145 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:04:28.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:04:26.885751+0000 mgr.smithi138.yorhtj (mgr.24405) 141 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:04:28.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:04:28.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:04:28.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:04:28.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:04:28.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:04:28.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:04:28.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:04:28.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:04:28.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:04:28.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:04:28.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:04:28.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:04:28.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:04:28.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:04:28.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:04:28.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:04:26.886187+0000 mgr.smithi138.yorhtj (mgr.24405) 142 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:04:28.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:04:26.894278+0000 mgr.smithi138.yorhtj (mgr.24405) 143 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T09:04:28.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:26.945945+0000 mgr.smithi138.yorhtj (mgr.24405) 144 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T09:04:28.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:04:26.948468+0000 mgr.smithi138.yorhtj (mgr.24405) 145 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:04:29.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.32 MB/sec execute 163 sec latency 146968.868 ms 2024-09-17T09:04:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:27.452537+0000 mgr.smithi138.yorhtj (mgr.24405) 146 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:28.584028+0000 mds.foofs.smithi110.hbqklo (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 137.043491 secs 2024-09-17T09:04:29.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:27.452537+0000 mgr.smithi138.yorhtj (mgr.24405) 146 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:29.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:28.584028+0000 mds.foofs.smithi110.hbqklo (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 137.043491 secs 2024-09-17T09:04:30.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.31 MB/sec execute 164 sec latency 147968.901 ms 2024-09-17T09:04:31.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.30 MB/sec execute 165 sec latency 148968.931 ms 2024-09-17T09:04:31.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:29.452890+0000 mgr.smithi138.yorhtj (mgr.24405) 147 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:31.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:29.452890+0000 mgr.smithi138.yorhtj (mgr.24405) 147 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:32.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.29 MB/sec execute 166 sec latency 149968.959 ms 2024-09-17T09:04:33.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.28 MB/sec execute 167 sec latency 150968.986 ms 2024-09-17T09:04:33.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:31.453682+0000 mgr.smithi138.yorhtj (mgr.24405) 148 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:33.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:31.453682+0000 mgr.smithi138.yorhtj (mgr.24405) 148 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:34.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.28 MB/sec execute 168 sec latency 151969.018 ms 2024-09-17T09:04:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:33.584094+0000 mds.foofs.smithi110.hbqklo (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 142.043552 secs 2024-09-17T09:04:34.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:33.584094+0000 mds.foofs.smithi110.hbqklo (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 142.043552 secs 2024-09-17T09:04:34.659 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:04:35.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.27 MB/sec execute 169 sec latency 152969.075 ms 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (9m) 2m ago 10m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (10m) 2m ago 10m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (9m) 2m ago 9m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (8m) 2m ago 10m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (5m) 2m ago 5m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (5m) 2m ago 5m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (11m) 2m ago 11m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (3m) 2m ago 9m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (11m) 2m ago 12m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (9m) 2m ago 9m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:04:35.285 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (2m) 2m ago 2m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (2m) 2m ago 2m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (9m) 2m ago 9m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (9m) 2m ago 9m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (8m) 2m ago 8m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (8m) 2m ago 8m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (7m) 2m ago 7m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (7m) 2m ago 7m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (7m) 2m ago 7m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (7m) 2m ago 7m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (6m) 2m ago 6m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:04:35.286 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (8m) 2m ago 10m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:04:35.385 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:33.454140+0000 mgr.smithi138.yorhtj (mgr.24405) 149 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:33.454140+0000 mgr.smithi138.yorhtj (mgr.24405) 149 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:35.669 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:04:35.669 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:04:35.669 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:04:35.669 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:04:35.669 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:04:35.670 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:04:35.671 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:04:35.990 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:04:35.990 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:04:35.990 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:04:35.991 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:04:35.991 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:04:35.991 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:04:35.991 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:04:35.991 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:04:35.991 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:04:36.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.26 MB/sec execute 170 sec latency 153969.129 ms 2024-09-17T09:04:36.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:34.646247+0000 mgr.smithi138.yorhtj (mgr.24405) 150 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:36.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:34.966829+0000 mgr.smithi138.yorhtj (mgr.24405) 151 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:36.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:35.275253+0000 mgr.smithi138.yorhtj (mgr.24405) 152 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:36.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:35.668410+0000 mon.smithi110 (mon.0) 818 : audit [DBG] from='client.? 172.21.15.110:0/3105969505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:04:36.371 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T09:04:36.371 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T09:04:36.371 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): Client smithi110:foo1 failing to respond to capability release client_id: 14564 2024-09-17T09:04:36.371 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T09:04:36.371 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T09:04:36.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:34.646247+0000 mgr.smithi138.yorhtj (mgr.24405) 150 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:36.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:34.966829+0000 mgr.smithi138.yorhtj (mgr.24405) 151 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:36.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:35.275253+0000 mgr.smithi138.yorhtj (mgr.24405) 152 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:36.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:35.668410+0000 mon.smithi110 (mon.0) 818 : audit [DBG] from='client.? 172.21.15.110:0/3105969505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:04:37.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.25 MB/sec execute 171 sec latency 154969.257 ms 2024-09-17T09:04:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:35.454987+0000 mgr.smithi138.yorhtj (mgr.24405) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:35.989636+0000 mgr.smithi138.yorhtj (mgr.24405) 154 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:36.370599+0000 mon.smithi110 (mon.0) 819 : audit [DBG] from='client.? 172.21.15.110:0/1493003854' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:04:37.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:35.454987+0000 mgr.smithi138.yorhtj (mgr.24405) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:37.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:35.989636+0000 mgr.smithi138.yorhtj (mgr.24405) 154 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:04:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:36.370599+0000 mon.smithi110 (mon.0) 819 : audit [DBG] from='client.? 172.21.15.110:0/1493003854' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:04:38.145 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.25 MB/sec execute 172 sec latency 155969.381 ms 2024-09-17T09:04:39.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.24 MB/sec execute 173 sec latency 156969.502 ms 2024-09-17T09:04:39.381 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:37.455578+0000 mgr.smithi138.yorhtj (mgr.24405) 155 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:39.381 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:38.584203+0000 mds.foofs.smithi110.hbqklo (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 147.043651 secs 2024-09-17T09:04:39.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:37.455578+0000 mgr.smithi138.yorhtj (mgr.24405) 155 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:39.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:38.584203+0000 mds.foofs.smithi110.hbqklo (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 147.043651 secs 2024-09-17T09:04:40.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.23 MB/sec execute 174 sec latency 157969.619 ms 2024-09-17T09:04:40.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:39.932184+0000 mon.smithi138 (mon.1) 93 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:04:40.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:39.932184+0000 mon.smithi138 (mon.1) 93 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:04:41.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.22 MB/sec execute 175 sec latency 158969.667 ms 2024-09-17T09:04:41.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:39.456077+0000 mgr.smithi138.yorhtj (mgr.24405) 156 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:41.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:39.456077+0000 mgr.smithi138.yorhtj (mgr.24405) 156 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:42.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.22 MB/sec execute 176 sec latency 159969.772 ms 2024-09-17T09:04:43.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.21 MB/sec execute 177 sec latency 160969.874 ms 2024-09-17T09:04:43.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:41.456851+0000 mgr.smithi138.yorhtj (mgr.24405) 157 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:43.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:41.456851+0000 mgr.smithi138.yorhtj (mgr.24405) 157 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:44.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.20 MB/sec execute 178 sec latency 161969.943 ms 2024-09-17T09:04:44.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:43.584337+0000 mds.foofs.smithi110.hbqklo (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 152.043788 secs 2024-09-17T09:04:44.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:43.584337+0000 mds.foofs.smithi110.hbqklo (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 152.043788 secs 2024-09-17T09:04:45.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.20 MB/sec execute 179 sec latency 162970.030 ms 2024-09-17T09:04:45.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:43.457437+0000 mgr.smithi138.yorhtj (mgr.24405) 158 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:45.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:43.457437+0000 mgr.smithi138.yorhtj (mgr.24405) 158 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:46.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.19 MB/sec execute 180 sec latency 163970.099 ms 2024-09-17T09:04:47.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.18 MB/sec execute 181 sec latency 164970.174 ms 2024-09-17T09:04:47.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:45.458106+0000 mgr.smithi138.yorhtj (mgr.24405) 159 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:47.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:45.458106+0000 mgr.smithi138.yorhtj (mgr.24405) 159 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:48.146 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.18 MB/sec execute 182 sec latency 165970.262 ms 2024-09-17T09:04:49.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.17 MB/sec execute 183 sec latency 166970.361 ms 2024-09-17T09:04:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:47.458686+0000 mgr.smithi138.yorhtj (mgr.24405) 160 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:48.584466+0000 mds.foofs.smithi110.hbqklo (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 157.043916 secs 2024-09-17T09:04:49.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:47.458686+0000 mgr.smithi138.yorhtj (mgr.24405) 160 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:49.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:48.584466+0000 mds.foofs.smithi110.hbqklo (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 157.043916 secs 2024-09-17T09:04:50.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.17 MB/sec execute 184 sec latency 167970.483 ms 2024-09-17T09:04:51.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.16 MB/sec execute 185 sec latency 168970.528 ms 2024-09-17T09:04:51.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:49.459062+0000 mgr.smithi138.yorhtj (mgr.24405) 161 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:51.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:49.459062+0000 mgr.smithi138.yorhtj (mgr.24405) 161 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:52.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.15 MB/sec execute 186 sec latency 169970.620 ms 2024-09-17T09:04:53.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.15 MB/sec execute 187 sec latency 170970.727 ms 2024-09-17T09:04:53.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:51.460019+0000 mgr.smithi138.yorhtj (mgr.24405) 162 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:53.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:51.460019+0000 mgr.smithi138.yorhtj (mgr.24405) 162 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:54.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.14 MB/sec execute 188 sec latency 171970.846 ms 2024-09-17T09:04:54.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:53.584610+0000 mds.foofs.smithi110.hbqklo (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 162.044057 secs 2024-09-17T09:04:54.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:53.584610+0000 mds.foofs.smithi110.hbqklo (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 162.044057 secs 2024-09-17T09:04:55.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.13 MB/sec execute 189 sec latency 172970.998 ms 2024-09-17T09:04:55.472 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:53.460457+0000 mgr.smithi138.yorhtj (mgr.24405) 163 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:55.472 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:04:54.932519+0000 mon.smithi138 (mon.1) 94 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:04:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:53.460457+0000 mgr.smithi138.yorhtj (mgr.24405) 163 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:04:54.932519+0000 mon.smithi138 (mon.1) 94 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:04:56.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.13 MB/sec execute 190 sec latency 173971.087 ms 2024-09-17T09:04:57.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.12 MB/sec execute 191 sec latency 174971.189 ms 2024-09-17T09:04:57.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:55.461125+0000 mgr.smithi138.yorhtj (mgr.24405) 164 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:57.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:55.461125+0000 mgr.smithi138.yorhtj (mgr.24405) 164 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:04:58.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.12 MB/sec execute 192 sec latency 175971.278 ms 2024-09-17T09:04:59.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.11 MB/sec execute 193 sec latency 176971.419 ms 2024-09-17T09:04:59.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:57.461700+0000 mgr.smithi138.yorhtj (mgr.24405) 165 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:59.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:04:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:58.584683+0000 mds.foofs.smithi110.hbqklo (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 167.044148 secs 2024-09-17T09:04:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:57.461700+0000 mgr.smithi138.yorhtj (mgr.24405) 165 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:04:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:04:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:58.584683+0000 mds.foofs.smithi110.hbqklo (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 167.044148 secs 2024-09-17T09:05:00.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.10 MB/sec execute 194 sec latency 177971.456 ms 2024-09-17T09:05:01.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.10 MB/sec execute 195 sec latency 178971.502 ms 2024-09-17T09:05:01.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:04:59.462254+0000 mgr.smithi138.yorhtj (mgr.24405) 166 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:04:59.462254+0000 mgr.smithi138.yorhtj (mgr.24405) 166 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:02.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.09 MB/sec execute 196 sec latency 179971.551 ms 2024-09-17T09:05:03.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.09 MB/sec execute 197 sec latency 180971.586 ms 2024-09-17T09:05:03.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:01.463238+0000 mgr.smithi138.yorhtj (mgr.24405) 167 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:03.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:01.463238+0000 mgr.smithi138.yorhtj (mgr.24405) 167 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:04.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.08 MB/sec execute 198 sec latency 181971.628 ms 2024-09-17T09:05:04.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:03.584818+0000 mds.foofs.smithi110.hbqklo (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 172.044268 secs 2024-09-17T09:05:04.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:03.584818+0000 mds.foofs.smithi110.hbqklo (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 172.044268 secs 2024-09-17T09:05:05.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.08 MB/sec execute 199 sec latency 182971.722 ms 2024-09-17T09:05:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:03.463779+0000 mgr.smithi138.yorhtj (mgr.24405) 168 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:05.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:03.463779+0000 mgr.smithi138.yorhtj (mgr.24405) 168 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:06.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.07 MB/sec execute 200 sec latency 183971.774 ms 2024-09-17T09:05:06.716 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:05:07.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.07 MB/sec execute 201 sec latency 184971.835 ms 2024-09-17T09:05:07.357 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (9m) 2m ago 11m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (11m) 2m ago 11m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (10m) 2m ago 10m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (9m) 2m ago 10m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (5m) 2m ago 5m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (5m) 2m ago 5m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (12m) 2m ago 12m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (3m) 2m ago 10m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (12m) 2m ago 12m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (10m) 2m ago 10m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (3m) 2m ago 3m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (2m) 2m ago 2m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:05:07.358 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (9m) 2m ago 9m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (9m) 2m ago 9m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (9m) 2m ago 9m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (8m) 2m ago 8m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (8m) 2m ago 8m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (8m) 2m ago 8m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (7m) 2m ago 7m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (7m) 2m ago 7m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (7m) 2m ago 7m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:05:07.359 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (9m) 2m ago 10m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:05:07.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:05.464423+0000 mgr.smithi138.yorhtj (mgr.24405) 169 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:07.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:05.464423+0000 mgr.smithi138.yorhtj (mgr.24405) 169 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:05:07.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:05:07.741 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:05:08.061 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:05:08.061 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:05:08.061 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:05:08.061 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:05:08.061 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:05:08.062 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:05:08.062 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:05:08.062 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:05:08.062 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:05:08.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.06 MB/sec execute 202 sec latency 185971.882 ms 2024-09-17T09:05:08.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:06.701535+0000 mgr.smithi138.yorhtj (mgr.24405) 170 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:08.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:07.025798+0000 mgr.smithi138.yorhtj (mgr.24405) 171 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:08.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:07.348001+0000 mgr.smithi138.yorhtj (mgr.24405) 172 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:07.739290+0000 mon.smithi110 (mon.0) 820 : audit [DBG] from='client.? 172.21.15.110:0/304360851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:05:08.437 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T09:05:08.438 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T09:05:08.438 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): Client smithi110:foo1 failing to respond to capability release client_id: 14564 2024-09-17T09:05:08.438 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T09:05:08.438 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T09:05:08.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:06.701535+0000 mgr.smithi138.yorhtj (mgr.24405) 170 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:08.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:07.025798+0000 mgr.smithi138.yorhtj (mgr.24405) 171 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:08.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:07.348001+0000 mgr.smithi138.yorhtj (mgr.24405) 172 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:08.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:07.739290+0000 mon.smithi110 (mon.0) 820 : audit [DBG] from='client.? 172.21.15.110:0/304360851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:05:09.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.06 MB/sec execute 203 sec latency 186971.968 ms 2024-09-17T09:05:09.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:07.464883+0000 mgr.smithi138.yorhtj (mgr.24405) 173 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:09.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:08.060458+0000 mgr.smithi138.yorhtj (mgr.24405) 174 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:09.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:08.437385+0000 mon.smithi110 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.110:0/84469132' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:05:09.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:08.584890+0000 mds.foofs.smithi110.hbqklo (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 177.044355 secs 2024-09-17T09:05:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:07.464883+0000 mgr.smithi138.yorhtj (mgr.24405) 173 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:08.060458+0000 mgr.smithi138.yorhtj (mgr.24405) 174 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:08.437385+0000 mon.smithi110 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.110:0/84469132' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:05:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:08.584890+0000 mds.foofs.smithi110.hbqklo (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 177.044355 secs 2024-09-17T09:05:10.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.05 MB/sec execute 204 sec latency 187972.059 ms 2024-09-17T09:05:10.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:09.932776+0000 mon.smithi138 (mon.1) 95 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:05:10.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:09.932776+0000 mon.smithi138 (mon.1) 95 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:05:11.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.05 MB/sec execute 205 sec latency 188972.160 ms 2024-09-17T09:05:11.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:09.465252+0000 mgr.smithi138.yorhtj (mgr.24405) 175 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:11.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:09.465252+0000 mgr.smithi138.yorhtj (mgr.24405) 175 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:12.148 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.04 MB/sec execute 206 sec latency 189972.241 ms 2024-09-17T09:05:13.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.04 MB/sec execute 207 sec latency 190972.369 ms 2024-09-17T09:05:13.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:11.466053+0000 mgr.smithi138.yorhtj (mgr.24405) 176 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:13.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:11.466053+0000 mgr.smithi138.yorhtj (mgr.24405) 176 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:14.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.03 MB/sec execute 208 sec latency 191972.476 ms 2024-09-17T09:05:14.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:13.584993+0000 mds.foofs.smithi110.hbqklo (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 182.044454 secs 2024-09-17T09:05:14.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:13.584993+0000 mds.foofs.smithi110.hbqklo (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 182.044454 secs 2024-09-17T09:05:15.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.03 MB/sec execute 209 sec latency 192972.542 ms 2024-09-17T09:05:15.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:13.466615+0000 mgr.smithi138.yorhtj (mgr.24405) 177 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:15.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:13.466615+0000 mgr.smithi138.yorhtj (mgr.24405) 177 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:16.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.02 MB/sec execute 210 sec latency 193972.653 ms 2024-09-17T09:05:17.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.02 MB/sec execute 211 sec latency 194972.739 ms 2024-09-17T09:05:17.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:15.467290+0000 mgr.smithi138.yorhtj (mgr.24405) 178 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:17.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:15.467290+0000 mgr.smithi138.yorhtj (mgr.24405) 178 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:18.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.01 MB/sec execute 212 sec latency 195972.875 ms 2024-09-17T09:05:19.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.01 MB/sec execute 213 sec latency 196972.972 ms 2024-09-17T09:05:19.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:17.467874+0000 mgr.smithi138.yorhtj (mgr.24405) 179 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:18.585121+0000 mds.foofs.smithi110.hbqklo (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 187.044571 secs 2024-09-17T09:05:19.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:17.467874+0000 mgr.smithi138.yorhtj (mgr.24405) 179 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:19.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:18.585121+0000 mds.foofs.smithi110.hbqklo (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 187.044571 secs 2024-09-17T09:05:20.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.00 MB/sec execute 214 sec latency 197973.062 ms 2024-09-17T09:05:21.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 1.00 MB/sec execute 215 sec latency 198973.153 ms 2024-09-17T09:05:21.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:19.468243+0000 mgr.smithi138.yorhtj (mgr.24405) 180 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:21.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:19.468243+0000 mgr.smithi138.yorhtj (mgr.24405) 180 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:22.149 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.99 MB/sec execute 216 sec latency 199973.248 ms 2024-09-17T09:05:23.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.99 MB/sec execute 217 sec latency 200973.353 ms 2024-09-17T09:05:23.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:21.469104+0000 mgr.smithi138.yorhtj (mgr.24405) 181 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:23.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:21.469104+0000 mgr.smithi138.yorhtj (mgr.24405) 181 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:24.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.98 MB/sec execute 218 sec latency 201973.475 ms 2024-09-17T09:05:24.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:23.585199+0000 mds.foofs.smithi110.hbqklo (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 192.044663 secs 2024-09-17T09:05:24.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:23.585199+0000 mds.foofs.smithi110.hbqklo (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 192.044663 secs 2024-09-17T09:05:25.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.98 MB/sec execute 219 sec latency 202973.570 ms 2024-09-17T09:05:25.472 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:23.469577+0000 mgr.smithi138.yorhtj (mgr.24405) 182 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:25.472 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:24.933167+0000 mon.smithi138 (mon.1) 96 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:05:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:23.469577+0000 mgr.smithi138.yorhtj (mgr.24405) 182 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:24.933167+0000 mon.smithi138 (mon.1) 96 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:05:26.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.97 MB/sec execute 220 sec latency 203973.649 ms 2024-09-17T09:05:27.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.97 MB/sec execute 221 sec latency 204973.746 ms 2024-09-17T09:05:27.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:25.470409+0000 mgr.smithi138.yorhtj (mgr.24405) 183 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:25.470409+0000 mgr.smithi138.yorhtj (mgr.24405) 183 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:28.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.97 MB/sec execute 222 sec latency 205973.865 ms 2024-09-17T09:05:29.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.96 MB/sec execute 223 sec latency 206973.959 ms 2024-09-17T09:05:29.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:27.470950+0000 mgr.smithi138.yorhtj (mgr.24405) 184 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:29.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:28.585304+0000 mds.foofs.smithi110.hbqklo (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 197.044769 secs 2024-09-17T09:05:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:27.470950+0000 mgr.smithi138.yorhtj (mgr.24405) 184 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:28.585304+0000 mds.foofs.smithi110.hbqklo (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 197.044769 secs 2024-09-17T09:05:30.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.96 MB/sec execute 224 sec latency 207974.049 ms 2024-09-17T09:05:31.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.95 MB/sec execute 225 sec latency 208974.146 ms 2024-09-17T09:05:31.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:29.471358+0000 mgr.smithi138.yorhtj (mgr.24405) 185 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:31.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:29.471358+0000 mgr.smithi138.yorhtj (mgr.24405) 185 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:32.150 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.95 MB/sec execute 226 sec latency 209974.264 ms 2024-09-17T09:05:33.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.94 MB/sec execute 227 sec latency 210974.375 ms 2024-09-17T09:05:33.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:31.472020+0000 mgr.smithi138.yorhtj (mgr.24405) 186 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:33.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:31.472020+0000 mgr.smithi138.yorhtj (mgr.24405) 186 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:34.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.94 MB/sec execute 228 sec latency 211974.424 ms 2024-09-17T09:05:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:33.585441+0000 mds.foofs.smithi110.hbqklo (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 202.044888 secs 2024-09-17T09:05:34.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:33.585441+0000 mds.foofs.smithi110.hbqklo (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 202.044888 secs 2024-09-17T09:05:35.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.94 MB/sec execute 229 sec latency 212974.494 ms 2024-09-17T09:05:35.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:33.472543+0000 mgr.smithi138.yorhtj (mgr.24405) 187 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:33.472543+0000 mgr.smithi138.yorhtj (mgr.24405) 187 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:36.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.93 MB/sec execute 230 sec latency 213974.528 ms 2024-09-17T09:05:37.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.93 MB/sec execute 231 sec latency 214974.603 ms 2024-09-17T09:05:37.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:35.473266+0000 mgr.smithi138.yorhtj (mgr.24405) 188 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:35.473266+0000 mgr.smithi138.yorhtj (mgr.24405) 188 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:38.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.92 MB/sec execute 232 sec latency 215974.724 ms 2024-09-17T09:05:38.779 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:05:39.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.92 MB/sec execute 233 sec latency 216974.794 ms 2024-09-17T09:05:39.400 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:05:39.400 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (10m) 3m ago 11m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (11m) 3m ago 11m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (10m) 3m ago 10m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (9m) 3m ago 11m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (6m) 3m ago 6m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (6m) 3m ago 6m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (13m) 3m ago 12m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (4m) 3m ago 10m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (13m) 3m ago 13m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (10m) 3m ago 10m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (3m) 3m ago 3m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (3m) 3m ago 3m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (11m) 3m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (10m) 3m ago 10m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:05:39.401 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (10m) 3m ago 10m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:05:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (9m) 3m ago 9m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:05:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (9m) 3m ago 9m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:05:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (8m) 3m ago 8m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:05:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (8m) 3m ago 8m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:05:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (8m) 3m ago 8m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:05:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (8m) 3m ago 8m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:05:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (7m) 3m ago 7m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:05:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (9m) 3m ago 11m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:05:39.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:37.473725+0000 mgr.smithi138.yorhtj (mgr.24405) 189 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:39.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:38.585502+0000 mds.foofs.smithi110.hbqklo (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 207.044968 secs 2024-09-17T09:05:39.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:37.473725+0000 mgr.smithi138.yorhtj (mgr.24405) 189 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:39.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:38.585502+0000 mds.foofs.smithi110.hbqklo (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 207.044968 secs 2024-09-17T09:05:39.776 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:05:39.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:05:39.778 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:05:39.778 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:05:39.778 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:05:39.778 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:05:39.778 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:05:39.778 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:05:40.097 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:05:40.097 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:05:40.097 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:05:40.097 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:05:40.097 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:05:40.097 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:05:40.097 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:05:40.098 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:05:40.098 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:05:40.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.92 MB/sec execute 234 sec latency 217974.844 ms 2024-09-17T09:05:40.473 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T09:05:40.473 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T09:05:40.473 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): Client smithi110:foo1 failing to respond to capability release client_id: 14564 2024-09-17T09:05:40.473 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T09:05:40.473 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T09:05:40.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:38.766463+0000 mgr.smithi138.yorhtj (mgr.24405) 190 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:40.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:39.083457+0000 mgr.smithi138.yorhtj (mgr.24405) 191 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:40.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:39.390721+0000 mgr.smithi138.yorhtj (mgr.24405) 192 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:40.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:39.776113+0000 mon.smithi110 (mon.0) 822 : audit [DBG] from='client.? 172.21.15.110:0/3458567840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:05:40.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:39.933420+0000 mon.smithi138 (mon.1) 97 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:05:40.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:38.766463+0000 mgr.smithi138.yorhtj (mgr.24405) 190 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:40.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:39.083457+0000 mgr.smithi138.yorhtj (mgr.24405) 191 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:40.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:39.390721+0000 mgr.smithi138.yorhtj (mgr.24405) 192 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:40.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:39.776113+0000 mon.smithi110 (mon.0) 822 : audit [DBG] from='client.? 172.21.15.110:0/3458567840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:05:40.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:39.933420+0000 mon.smithi138 (mon.1) 97 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:05:41.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.91 MB/sec execute 235 sec latency 218974.917 ms 2024-09-17T09:05:41.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:39.474131+0000 mgr.smithi138.yorhtj (mgr.24405) 193 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:41.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:40.096395+0000 mgr.smithi138.yorhtj (mgr.24405) 194 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:41.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:40.472776+0000 mon.smithi110 (mon.0) 823 : audit [DBG] from='client.? 172.21.15.110:0/2556038100' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:05:41.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:39.474131+0000 mgr.smithi138.yorhtj (mgr.24405) 193 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:41.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:40.096395+0000 mgr.smithi138.yorhtj (mgr.24405) 194 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:05:41.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:40.472776+0000 mon.smithi110 (mon.0) 823 : audit [DBG] from='client.? 172.21.15.110:0/2556038100' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:05:42.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.91 MB/sec execute 236 sec latency 219975.021 ms 2024-09-17T09:05:43.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.90 MB/sec execute 237 sec latency 220975.122 ms 2024-09-17T09:05:43.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:41.475006+0000 mgr.smithi138.yorhtj (mgr.24405) 195 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:43.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:41.475006+0000 mgr.smithi138.yorhtj (mgr.24405) 195 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:44.151 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.90 MB/sec execute 238 sec latency 221975.235 ms 2024-09-17T09:05:44.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:43.585649+0000 mds.foofs.smithi110.hbqklo (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 212.045098 secs 2024-09-17T09:05:44.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:43.585649+0000 mds.foofs.smithi110.hbqklo (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 212.045098 secs 2024-09-17T09:05:45.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.90 MB/sec execute 239 sec latency 222975.349 ms 2024-09-17T09:05:45.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:43.475419+0000 mgr.smithi138.yorhtj (mgr.24405) 196 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:45.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:43.475419+0000 mgr.smithi138.yorhtj (mgr.24405) 196 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:46.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.89 MB/sec execute 240 sec latency 223975.443 ms 2024-09-17T09:05:47.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.89 MB/sec execute 241 sec latency 224975.534 ms 2024-09-17T09:05:47.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:45.476220+0000 mgr.smithi138.yorhtj (mgr.24405) 197 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:47.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:45.476220+0000 mgr.smithi138.yorhtj (mgr.24405) 197 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:48.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.89 MB/sec execute 242 sec latency 225975.656 ms 2024-09-17T09:05:49.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.88 MB/sec execute 243 sec latency 226975.689 ms 2024-09-17T09:05:49.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:47.476749+0000 mgr.smithi138.yorhtj (mgr.24405) 198 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:48.585775+0000 mds.foofs.smithi110.hbqklo (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 217.045224 secs 2024-09-17T09:05:49.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:47.476749+0000 mgr.smithi138.yorhtj (mgr.24405) 198 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:49.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:48.585775+0000 mds.foofs.smithi110.hbqklo (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 217.045224 secs 2024-09-17T09:05:50.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.88 MB/sec execute 244 sec latency 227975.763 ms 2024-09-17T09:05:51.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.87 MB/sec execute 245 sec latency 228975.846 ms 2024-09-17T09:05:51.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:49.477396+0000 mgr.smithi138.yorhtj (mgr.24405) 199 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:51.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:49.477396+0000 mgr.smithi138.yorhtj (mgr.24405) 199 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:52.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.87 MB/sec execute 246 sec latency 229975.971 ms 2024-09-17T09:05:53.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.87 MB/sec execute 247 sec latency 230976.092 ms 2024-09-17T09:05:53.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:51.478190+0000 mgr.smithi138.yorhtj (mgr.24405) 200 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:53.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:51.478190+0000 mgr.smithi138.yorhtj (mgr.24405) 200 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:54.152 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.86 MB/sec execute 248 sec latency 231976.200 ms 2024-09-17T09:05:54.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:53.585886+0000 mds.foofs.smithi110.hbqklo (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 222.045333 secs 2024-09-17T09:05:54.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:53.585886+0000 mds.foofs.smithi110.hbqklo (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 222.045333 secs 2024-09-17T09:05:55.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.86 MB/sec execute 249 sec latency 232976.287 ms 2024-09-17T09:05:55.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:53.478608+0000 mgr.smithi138.yorhtj (mgr.24405) 201 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:55.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:05:54.933539+0000 mon.smithi138 (mon.1) 98 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:05:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:53.478608+0000 mgr.smithi138.yorhtj (mgr.24405) 201 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:05:54.933539+0000 mon.smithi138 (mon.1) 98 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:05:56.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.86 MB/sec execute 250 sec latency 233976.390 ms 2024-09-17T09:05:57.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.85 MB/sec execute 251 sec latency 234976.463 ms 2024-09-17T09:05:57.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:55.479552+0000 mgr.smithi138.yorhtj (mgr.24405) 202 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:57.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:55.479552+0000 mgr.smithi138.yorhtj (mgr.24405) 202 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:05:58.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.85 MB/sec execute 252 sec latency 235976.528 ms 2024-09-17T09:05:59.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.85 MB/sec execute 253 sec latency 236976.611 ms 2024-09-17T09:05:59.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:57.480037+0000 mgr.smithi138.yorhtj (mgr.24405) 203 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:59.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:05:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:58.585996+0000 mds.foofs.smithi110.hbqklo (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 227.045445 secs 2024-09-17T09:05:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:57.480037+0000 mgr.smithi138.yorhtj (mgr.24405) 203 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:05:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:05:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:58.585996+0000 mds.foofs.smithi110.hbqklo (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 227.045445 secs 2024-09-17T09:06:00.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.84 MB/sec execute 254 sec latency 237976.692 ms 2024-09-17T09:06:01.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.84 MB/sec execute 255 sec latency 238976.800 ms 2024-09-17T09:06:01.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:05:59.480412+0000 mgr.smithi138.yorhtj (mgr.24405) 204 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:05:59.480412+0000 mgr.smithi138.yorhtj (mgr.24405) 204 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:02.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.84 MB/sec execute 256 sec latency 239976.925 ms 2024-09-17T09:06:03.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.83 MB/sec execute 257 sec latency 240977.039 ms 2024-09-17T09:06:03.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:01.481160+0000 mgr.smithi138.yorhtj (mgr.24405) 205 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:03.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:01.481160+0000 mgr.smithi138.yorhtj (mgr.24405) 205 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:04.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.83 MB/sec execute 258 sec latency 241977.115 ms 2024-09-17T09:06:04.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:03.586065+0000 mds.foofs.smithi110.hbqklo (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 232.045515 secs 2024-09-17T09:06:04.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:03.586065+0000 mds.foofs.smithi110.hbqklo (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 232.045515 secs 2024-09-17T09:06:05.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.83 MB/sec execute 259 sec latency 242977.196 ms 2024-09-17T09:06:05.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:03.481754+0000 mgr.smithi138.yorhtj (mgr.24405) 206 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:05.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:03.481754+0000 mgr.smithi138.yorhtj (mgr.24405) 206 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:06.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.82 MB/sec execute 260 sec latency 243977.280 ms 2024-09-17T09:06:07.153 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.82 MB/sec execute 261 sec latency 244977.346 ms 2024-09-17T09:06:07.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:05.482644+0000 mgr.smithi138.yorhtj (mgr.24405) 207 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:07.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:05.482644+0000 mgr.smithi138.yorhtj (mgr.24405) 207 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:08.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.82 MB/sec execute 262 sec latency 245977.427 ms 2024-09-17T09:06:09.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.82 MB/sec execute 263 sec latency 246977.523 ms 2024-09-17T09:06:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:07.483086+0000 mgr.smithi138.yorhtj (mgr.24405) 208 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:08.586195+0000 mds.foofs.smithi110.hbqklo (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 237.045644 secs 2024-09-17T09:06:09.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:07.483086+0000 mgr.smithi138.yorhtj (mgr.24405) 208 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:09.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:08.586195+0000 mds.foofs.smithi110.hbqklo (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 237.045644 secs 2024-09-17T09:06:10.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.81 MB/sec execute 264 sec latency 247977.585 ms 2024-09-17T09:06:10.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:09.933718+0000 mon.smithi138 (mon.1) 99 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:06:10.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:09.933718+0000 mon.smithi138 (mon.1) 99 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:06:10.816 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:06:11.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.81 MB/sec execute 265 sec latency 248977.636 ms 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (10m) 3m ago 12m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (12m) 3m ago 12m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (11m) 3m ago 11m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (10m) 3m ago 11m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (6m) 3m ago 6m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (6m) 3m ago 6m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (13m) 3m ago 13m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (4m) 3m ago 11m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (13m) 3m ago 13m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:06:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (11m) 3m ago 11m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (4m) 3m ago 4m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (3m) 3m ago 3m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (11m) 3m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (11m) 3m ago 11m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (10m) 3m ago 10m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (10m) 3m ago 10m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (9m) 3m ago 9m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (9m) 3m ago 9m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (9m) 3m ago 9m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (8m) 3m ago 8m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (8m) 3m ago 8m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:06:11.440 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (8m) 3m ago 8m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:06:11.441 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (10m) 3m ago 11m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:06:11.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:09.483610+0000 mgr.smithi138.yorhtj (mgr.24405) 209 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:11.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:09.483610+0000 mgr.smithi138.yorhtj (mgr.24405) 209 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:11.812 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:06:11.813 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:06:11.814 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:06:11.814 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:06:11.814 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:06:11.814 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:06:11.814 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:06:11.814 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:06:11.814 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:06:12.132 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:06:12.132 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:06:12.132 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:06:12.132 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:06:12.132 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:06:12.132 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:06:12.132 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:06:12.132 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:06:12.133 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:06:12.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.81 MB/sec execute 266 sec latency 249977.664 ms 2024-09-17T09:06:12.504 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T09:06:12.505 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T09:06:12.505 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): Client smithi110:foo1 failing to respond to capability release client_id: 14564 2024-09-17T09:06:12.505 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T09:06:12.505 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T09:06:12.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:10.803272+0000 mgr.smithi138.yorhtj (mgr.24405) 210 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:12.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:11.119336+0000 mgr.smithi138.yorhtj (mgr.24405) 211 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:12.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:11.812133+0000 mon.smithi110 (mon.0) 824 : audit [DBG] from='client.? 172.21.15.110:0/3821049835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:06:12.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:10.803272+0000 mgr.smithi138.yorhtj (mgr.24405) 210 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:11.119336+0000 mgr.smithi138.yorhtj (mgr.24405) 211 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:11.812133+0000 mon.smithi110 (mon.0) 824 : audit [DBG] from='client.? 172.21.15.110:0/3821049835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:06:13.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.80 MB/sec execute 267 sec latency 250977.755 ms 2024-09-17T09:06:13.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:11.428950+0000 mgr.smithi138.yorhtj (mgr.24405) 212 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:13.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:11.484231+0000 mgr.smithi138.yorhtj (mgr.24405) 213 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:13.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:12.131106+0000 mgr.smithi138.yorhtj (mgr.24405) 214 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:13.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:12.504180+0000 mon.smithi110 (mon.0) 825 : audit [DBG] from='client.? 172.21.15.110:0/572255266' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:06:13.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:11.428950+0000 mgr.smithi138.yorhtj (mgr.24405) 212 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:13.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:11.484231+0000 mgr.smithi138.yorhtj (mgr.24405) 213 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:13.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:12.131106+0000 mgr.smithi138.yorhtj (mgr.24405) 214 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:13.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:12.504180+0000 mon.smithi110 (mon.0) 825 : audit [DBG] from='client.? 172.21.15.110:0/572255266' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:06:14.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.80 MB/sec execute 268 sec latency 251977.872 ms 2024-09-17T09:06:14.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:13.586330+0000 mds.foofs.smithi110.hbqklo (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 242.045762 secs 2024-09-17T09:06:14.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:13.586339+0000 mds.foofs.smithi110.hbqklo (mds.0) 49 : cluster [WRN] slow request 242.045761 seconds old, received at 2024-09-17T09:02:11.540513+0000: client_request(client.14768:4 getattr pAsLsXsFs #0x10000000227 2024-09-17T09:02:11.540470+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T09:06:14.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:13.586383+0000 mds.foofs.smithi110.hbqklo (mds.0) 50 : cluster [WRN] client.14564 isn't responding to mclientcaps(revoke), ino 0x10000000227 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 242.045804 seconds ago 2024-09-17T09:06:14.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:13.586330+0000 mds.foofs.smithi110.hbqklo (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 242.045762 secs 2024-09-17T09:06:14.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:13.586339+0000 mds.foofs.smithi110.hbqklo (mds.0) 49 : cluster [WRN] slow request 242.045761 seconds old, received at 2024-09-17T09:02:11.540513+0000: client_request(client.14768:4 getattr pAsLsXsFs #0x10000000227 2024-09-17T09:02:11.540470+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T09:06:14.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:13.586383+0000 mds.foofs.smithi110.hbqklo (mds.0) 50 : cluster [WRN] client.14564 isn't responding to mclientcaps(revoke), ino 0x10000000227 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 242.045804 seconds ago 2024-09-17T09:06:15.155 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.80 MB/sec execute 269 sec latency 252977.968 ms 2024-09-17T09:06:15.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:13.484626+0000 mgr.smithi138.yorhtj (mgr.24405) 215 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:15.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:13.484626+0000 mgr.smithi138.yorhtj (mgr.24405) 215 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:16.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.79 MB/sec execute 270 sec latency 253978.094 ms 2024-09-17T09:06:17.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.79 MB/sec execute 271 sec latency 254978.206 ms 2024-09-17T09:06:17.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:15.485444+0000 mgr.smithi138.yorhtj (mgr.24405) 216 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:17.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:15.485444+0000 mgr.smithi138.yorhtj (mgr.24405) 216 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:18.154 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.79 MB/sec execute 272 sec latency 255978.302 ms 2024-09-17T09:06:19.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.79 MB/sec execute 273 sec latency 256978.400 ms 2024-09-17T09:06:19.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:17.485928+0000 mgr.smithi138.yorhtj (mgr.24405) 217 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:19.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:18.586420+0000 mds.foofs.smithi110.hbqklo (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 247.045870 secs 2024-09-17T09:06:19.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:17.485928+0000 mgr.smithi138.yorhtj (mgr.24405) 217 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:19.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:18.586420+0000 mds.foofs.smithi110.hbqklo (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 247.045870 secs 2024-09-17T09:06:20.155 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.78 MB/sec execute 274 sec latency 257978.505 ms 2024-09-17T09:06:21.155 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.78 MB/sec execute 275 sec latency 258978.617 ms 2024-09-17T09:06:21.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:19.486442+0000 mgr.smithi138.yorhtj (mgr.24405) 218 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:21.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:19.486442+0000 mgr.smithi138.yorhtj (mgr.24405) 218 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:22.155 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.78 MB/sec execute 276 sec latency 259978.715 ms 2024-09-17T09:06:23.155 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.77 MB/sec execute 277 sec latency 260978.841 ms 2024-09-17T09:06:23.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:21.487153+0000 mgr.smithi138.yorhtj (mgr.24405) 219 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:23.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:21.487153+0000 mgr.smithi138.yorhtj (mgr.24405) 219 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:24.155 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.77 MB/sec execute 278 sec latency 261978.938 ms 2024-09-17T09:06:24.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:23.586535+0000 mds.foofs.smithi110.hbqklo (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 252.045983 secs 2024-09-17T09:06:24.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:23.586535+0000 mds.foofs.smithi110.hbqklo (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 252.045983 secs 2024-09-17T09:06:25.155 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.77 MB/sec execute 279 sec latency 262979.032 ms 2024-09-17T09:06:25.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:23.487731+0000 mgr.smithi138.yorhtj (mgr.24405) 220 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:25.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:24.934103+0000 mon.smithi138 (mon.1) 100 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:06:25.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:23.487731+0000 mgr.smithi138.yorhtj (mgr.24405) 220 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:25.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:24.934103+0000 mon.smithi138 (mon.1) 100 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:06:26.155 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.77 MB/sec execute 280 sec latency 263979.150 ms 2024-09-17T09:06:27.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.76 MB/sec execute 281 sec latency 264979.265 ms 2024-09-17T09:06:27.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:25.488417+0000 mgr.smithi138.yorhtj (mgr.24405) 221 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:27.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:25.488417+0000 mgr.smithi138.yorhtj (mgr.24405) 221 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:28.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.76 MB/sec execute 282 sec latency 265979.367 ms 2024-09-17T09:06:29.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.76 MB/sec execute 283 sec latency 266979.484 ms 2024-09-17T09:06:29.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:27.488834+0000 mgr.smithi138.yorhtj (mgr.24405) 222 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:28.586662+0000 mds.foofs.smithi110.hbqklo (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 257.046113 secs 2024-09-17T09:06:29.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:27.488834+0000 mgr.smithi138.yorhtj (mgr.24405) 222 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:29.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:28.586662+0000 mds.foofs.smithi110.hbqklo (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 257.046113 secs 2024-09-17T09:06:30.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.75 MB/sec execute 284 sec latency 267979.562 ms 2024-09-17T09:06:31.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.75 MB/sec execute 285 sec latency 268979.645 ms 2024-09-17T09:06:31.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:29.489310+0000 mgr.smithi138.yorhtj (mgr.24405) 223 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:31.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:29.489310+0000 mgr.smithi138.yorhtj (mgr.24405) 223 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:32.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.75 MB/sec execute 286 sec latency 269979.724 ms 2024-09-17T09:06:33.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.75 MB/sec execute 287 sec latency 270979.758 ms 2024-09-17T09:06:33.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:31.490021+0000 mgr.smithi138.yorhtj (mgr.24405) 224 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:33.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:31.490021+0000 mgr.smithi138.yorhtj (mgr.24405) 224 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:34.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.74 MB/sec execute 288 sec latency 271979.867 ms 2024-09-17T09:06:34.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:33.586772+0000 mds.foofs.smithi110.hbqklo (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 262.046230 secs 2024-09-17T09:06:34.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:33.586772+0000 mds.foofs.smithi110.hbqklo (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 262.046230 secs 2024-09-17T09:06:35.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.74 MB/sec execute 289 sec latency 272979.964 ms 2024-09-17T09:06:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:33.490427+0000 mgr.smithi138.yorhtj (mgr.24405) 225 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:35.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:33.490427+0000 mgr.smithi138.yorhtj (mgr.24405) 225 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:36.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.74 MB/sec execute 290 sec latency 273980.076 ms 2024-09-17T09:06:37.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.74 MB/sec execute 291 sec latency 274980.158 ms 2024-09-17T09:06:37.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:35.491096+0000 mgr.smithi138.yorhtj (mgr.24405) 226 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:37.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:35.491096+0000 mgr.smithi138.yorhtj (mgr.24405) 226 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:38.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.73 MB/sec execute 292 sec latency 275980.246 ms 2024-09-17T09:06:39.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.73 MB/sec execute 293 sec latency 276980.406 ms 2024-09-17T09:06:39.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:37.491501+0000 mgr.smithi138.yorhtj (mgr.24405) 227 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:39.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:38.586815+0000 mds.foofs.smithi110.hbqklo (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 267.046266 secs 2024-09-17T09:06:39.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:37.491501+0000 mgr.smithi138.yorhtj (mgr.24405) 227 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:39.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:38.586815+0000 mds.foofs.smithi110.hbqklo (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 267.046266 secs 2024-09-17T09:06:40.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.73 MB/sec execute 294 sec latency 277980.450 ms 2024-09-17T09:06:40.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:06:38.869183+0000 mgr.smithi138.yorhtj (mgr.24405) 228 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:06:40.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:06:40.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:06:40.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:06:40.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:06:40.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:06:40.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:06:40.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:06:40.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:06:40.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:06:38.869449+0000 mgr.smithi138.yorhtj (mgr.24405) 229 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:06:38.869821+0000 mgr.smithi138.yorhtj (mgr.24405) 230 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:06:40.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:39.934341+0000 mon.smithi138 (mon.1) 101 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:06:38.869183+0000 mgr.smithi138.yorhtj (mgr.24405) 228 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:06:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:06:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:06:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:06:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:06:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:06:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:06:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:06:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:06:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:06:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:06:38.869449+0000 mgr.smithi138.yorhtj (mgr.24405) 229 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:06:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:06:38.869821+0000 mgr.smithi138.yorhtj (mgr.24405) 230 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:06:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:39.934341+0000 mon.smithi138 (mon.1) 101 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:06:41.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.73 MB/sec execute 295 sec latency 278980.535 ms 2024-09-17T09:06:41.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:39.492045+0000 mgr.smithi138.yorhtj (mgr.24405) 231 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:39.492045+0000 mgr.smithi138.yorhtj (mgr.24405) 231 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:42.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.72 MB/sec execute 296 sec latency 279980.657 ms 2024-09-17T09:06:42.855 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:06:43.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.72 MB/sec execute 297 sec latency 280980.724 ms 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (11m) 4m ago 12m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (12m) 4m ago 12m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (11m) 4m ago 11m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (11m) 4m ago 12m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (7m) 4m ago 7m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (7m) 4m ago 7m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (14m) 4m ago 14m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (5m) 4m ago 11m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:06:43.478 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (14m) 4m ago 14m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (11m) 4m ago 11m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (4m) 4m ago 4m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (4m) 4m ago 4m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (12m) 4m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (11m) 4m ago 11m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (11m) 4m ago 11m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (10m) 4m ago 10m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (10m) 4m ago 10m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (10m) 4m ago 10m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (9m) 4m ago 9m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (9m) 4m ago 9m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:06:43.479 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (9m) 4m ago 9m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:06:43.480 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (8m) 4m ago 8m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:06:43.480 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (10m) 4m ago 12m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:06:43.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:41.492825+0000 mgr.smithi138.yorhtj (mgr.24405) 232 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:43.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:41.492825+0000 mgr.smithi138.yorhtj (mgr.24405) 232 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:43.854 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:06:43.854 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:06:43.854 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:06:43.855 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:06:43.856 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:06:43.856 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:06:43.856 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:06:44.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.72 MB/sec execute 298 sec latency 281980.771 ms 2024-09-17T09:06:44.170 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:06:44.170 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:06:44.170 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:06:44.171 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:06:44.171 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:06:44.171 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:06:44.171 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:06:44.171 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:06:44.171 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:06:44.545 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T09:06:44.545 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T09:06:44.545 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): Client smithi110:foo1 failing to respond to capability release client_id: 14564 2024-09-17T09:06:44.545 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T09:06:44.545 INFO:teuthology.orchestra.run.smithi110.stdout: mds.foofs.smithi110.hbqklo(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T09:06:44.545 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:42.842474+0000 mgr.smithi138.yorhtj (mgr.24405) 233 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:44.546 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:43.160099+0000 mgr.smithi138.yorhtj (mgr.24405) 234 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:44.546 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:43.586856+0000 mds.foofs.smithi110.hbqklo (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 272.046324 secs 2024-09-17T09:06:44.546 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:43.854128+0000 mon.smithi110 (mon.0) 826 : audit [DBG] from='client.? 172.21.15.110:0/2555813576' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:06:44.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:42.842474+0000 mgr.smithi138.yorhtj (mgr.24405) 233 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:44.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:43.160099+0000 mgr.smithi138.yorhtj (mgr.24405) 234 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:44.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:43.586856+0000 mds.foofs.smithi110.hbqklo (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 272.046324 secs 2024-09-17T09:06:44.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:43.854128+0000 mon.smithi110 (mon.0) 826 : audit [DBG] from='client.? 172.21.15.110:0/2555813576' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:06:45.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.72 MB/sec execute 299 sec latency 282980.844 ms 2024-09-17T09:06:45.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:43.468558+0000 mgr.smithi138.yorhtj (mgr.24405) 235 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:43.493305+0000 mgr.smithi138.yorhtj (mgr.24405) 236 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:44.169983+0000 mgr.smithi138.yorhtj (mgr.24405) 237 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:44.544704+0000 mon.smithi110 (mon.0) 827 : audit [DBG] from='client.? 172.21.15.110:0/2745019319' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:06:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:43.468558+0000 mgr.smithi138.yorhtj (mgr.24405) 235 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:43.493305+0000 mgr.smithi138.yorhtj (mgr.24405) 236 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:44.169983+0000 mgr.smithi138.yorhtj (mgr.24405) 237 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:06:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:44.544704+0000 mon.smithi110 (mon.0) 827 : audit [DBG] from='client.? 172.21.15.110:0/2745019319' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:06:46.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.71 MB/sec execute 300 sec latency 283980.944 ms 2024-09-17T09:06:47.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.71 MB/sec execute 301 sec latency 284981.061 ms 2024-09-17T09:06:47.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:45.493975+0000 mgr.smithi138.yorhtj (mgr.24405) 238 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:47.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:45.493975+0000 mgr.smithi138.yorhtj (mgr.24405) 238 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:48.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.71 MB/sec execute 302 sec latency 285981.162 ms 2024-09-17T09:06:49.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.71 MB/sec execute 303 sec latency 286981.237 ms 2024-09-17T09:06:49.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:47.494347+0000 mgr.smithi138.yorhtj (mgr.24405) 239 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:49.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:48.586984+0000 mds.foofs.smithi110.hbqklo (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 277.046434 secs 2024-09-17T09:06:49.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:47.494347+0000 mgr.smithi138.yorhtj (mgr.24405) 239 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:49.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:48.586984+0000 mds.foofs.smithi110.hbqklo (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 277.046434 secs 2024-09-17T09:06:50.157 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.71 MB/sec execute 304 sec latency 287981.317 ms 2024-09-17T09:06:51.158 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.70 MB/sec execute 305 sec latency 288981.432 ms 2024-09-17T09:06:51.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:49.494806+0000 mgr.smithi138.yorhtj (mgr.24405) 240 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:51.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:49.494806+0000 mgr.smithi138.yorhtj (mgr.24405) 240 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:52.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.70 MB/sec execute 306 sec latency 289981.546 ms 2024-09-17T09:06:53.158 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.70 MB/sec execute 307 sec latency 290981.630 ms 2024-09-17T09:06:53.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:51.495710+0000 mgr.smithi138.yorhtj (mgr.24405) 241 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:53.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:51.495710+0000 mgr.smithi138.yorhtj (mgr.24405) 241 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:54.158 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.70 MB/sec execute 308 sec latency 291981.750 ms 2024-09-17T09:06:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:53.587076+0000 mds.foofs.smithi110.hbqklo (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 282.046519 secs 2024-09-17T09:06:54.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:53.587076+0000 mds.foofs.smithi110.hbqklo (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 282.046519 secs 2024-09-17T09:06:55.158 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.69 MB/sec execute 309 sec latency 292981.897 ms 2024-09-17T09:06:55.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:53.496165+0000 mgr.smithi138.yorhtj (mgr.24405) 242 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:55.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:06:54.934663+0000 mon.smithi138 (mon.1) 102 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:06:55.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:53.496165+0000 mgr.smithi138.yorhtj (mgr.24405) 242 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:55.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:06:54.934663+0000 mon.smithi138 (mon.1) 102 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:06:56.158 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.69 MB/sec execute 310 sec latency 293981.931 ms 2024-09-17T09:06:57.158 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.69 MB/sec execute 311 sec latency 294982.306 ms 2024-09-17T09:06:57.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:55.496973+0000 mgr.smithi138.yorhtj (mgr.24405) 243 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:57.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:55.496973+0000 mgr.smithi138.yorhtj (mgr.24405) 243 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:06:58.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.69 MB/sec execute 312 sec latency 295982.413 ms 2024-09-17T09:06:59.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.68 MB/sec execute 313 sec latency 296982.462 ms 2024-09-17T09:06:59.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:57.497532+0000 mgr.smithi138.yorhtj (mgr.24405) 244 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:59.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:06:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:58.587182+0000 mds.foofs.smithi110.hbqklo (mds.0) 59 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 287.046632 secs 2024-09-17T09:06:59.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:57.497532+0000 mgr.smithi138.yorhtj (mgr.24405) 244 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:06:59.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:06:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:58.587182+0000 mds.foofs.smithi110.hbqklo (mds.0) 59 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 287.046632 secs 2024-09-17T09:07:00.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.68 MB/sec execute 314 sec latency 297982.548 ms 2024-09-17T09:07:01.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.68 MB/sec execute 315 sec latency 298982.639 ms 2024-09-17T09:07:01.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:06:59.497909+0000 mgr.smithi138.yorhtj (mgr.24405) 245 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:07:01.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:06:59.497909+0000 mgr.smithi138.yorhtj (mgr.24405) 245 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:07:02.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.68 MB/sec execute 316 sec latency 299982.747 ms 2024-09-17T09:07:02.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:01.498630+0000 mgr.smithi138.yorhtj (mgr.24405) 246 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:07:02.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:01.498630+0000 mgr.smithi138.yorhtj (mgr.24405) 246 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:07:03.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104427 0.68 MB/sec execute 317 sec latency 300982.824 ms 2024-09-17T09:07:04.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:03.587287+0000 mds.foofs.smithi110.hbqklo (mds.0) 60 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 292.046740 secs 2024-09-17T09:07:04.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:03.587341+0000 mds.foofs.smithi110.hbqklo (mds.0) 61 : cluster [WRN] evicting unresponsive client smithi110:foo1 (14564), after 320.506 seconds 2024-09-17T09:07:04.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:03.587349+0000 mds.foofs.smithi110.hbqklo (mds.0) 62 : cluster [INF] Evicting (and blocklisting) client session 14564 (172.21.15.110:0/256538506) 2024-09-17T09:07:04.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:03.587378+0000 mds.foofs.smithi110.hbqklo (mds.0) 63 : cluster [WRN] evicting unresponsive client smithi138:foo1 (24275), after 302.312 seconds 2024-09-17T09:07:04.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:03.587382+0000 mds.foofs.smithi110.hbqklo (mds.0) 64 : cluster [INF] Evicting (and blocklisting) client session 24275 (172.21.15.138:0/2496585857) 2024-09-17T09:07:04.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:03.587617+0000 mon.smithi110 (mon.0) 828 : audit [INF] from='mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373]' entity='mds.foofs.smithi110.hbqklo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.110:0/256538506"}]: dispatch 2024-09-17T09:07:04.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:03.587861+0000 mon.smithi110 (mon.0) 829 : audit [INF] from='mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373]' entity='mds.foofs.smithi110.hbqklo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/2496585857"}]: dispatch 2024-09-17T09:07:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:03.587287+0000 mds.foofs.smithi110.hbqklo (mds.0) 60 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 292.046740 secs 2024-09-17T09:07:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:03.587341+0000 mds.foofs.smithi110.hbqklo (mds.0) 61 : cluster [WRN] evicting unresponsive client smithi110:foo1 (14564), after 320.506 seconds 2024-09-17T09:07:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:03.587349+0000 mds.foofs.smithi110.hbqklo (mds.0) 62 : cluster [INF] Evicting (and blocklisting) client session 14564 (172.21.15.110:0/256538506) 2024-09-17T09:07:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:03.587378+0000 mds.foofs.smithi110.hbqklo (mds.0) 63 : cluster [WRN] evicting unresponsive client smithi138:foo1 (24275), after 302.312 seconds 2024-09-17T09:07:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:03.587382+0000 mds.foofs.smithi110.hbqklo (mds.0) 64 : cluster [INF] Evicting (and blocklisting) client session 24275 (172.21.15.138:0/2496585857) 2024-09-17T09:07:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:03.587617+0000 mon.smithi110 (mon.0) 828 : audit [INF] from='mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373]' entity='mds.foofs.smithi110.hbqklo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.110:0/256538506"}]: dispatch 2024-09-17T09:07:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:03.587861+0000 mon.smithi110 (mon.0) 829 : audit [INF] from='mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373]' entity='mds.foofs.smithi110.hbqklo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/2496585857"}]: dispatch 2024-09-17T09:07:04.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104499 0.68 MB/sec execute 318 sec latency 301855.989 ms 2024-09-17T09:07:05.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:03.499042+0000 mgr.smithi138.yorhtj (mgr.24405) 247 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:07:05.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:03.802087+0000 mon.smithi110 (mon.0) 830 : audit [INF] from='mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373]' entity='mds.foofs.smithi110.hbqklo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.110:0/256538506"}]': finished 2024-09-17T09:07:05.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:03.802185+0000 mon.smithi110 (mon.0) 831 : audit [INF] from='mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373]' entity='mds.foofs.smithi110.hbqklo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/2496585857"}]': finished 2024-09-17T09:07:05.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:03.802261+0000 mon.smithi110 (mon.0) 832 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-17T09:07:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:03.499042+0000 mgr.smithi138.yorhtj (mgr.24405) 247 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 311 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:07:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:03.802087+0000 mon.smithi110 (mon.0) 830 : audit [INF] from='mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373]' entity='mds.foofs.smithi110.hbqklo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.110:0/256538506"}]': finished 2024-09-17T09:07:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:03.802185+0000 mon.smithi110 (mon.0) 831 : audit [INF] from='mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373]' entity='mds.foofs.smithi110.hbqklo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/2496585857"}]': finished 2024-09-17T09:07:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:03.802261+0000 mon.smithi110 (mon.0) 832 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-17T09:07:05.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 105060 0.71 MB/sec execute 319 sec latency 39.204 ms 2024-09-17T09:07:06.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 105456 0.74 MB/sec execute 320 sec latency 30.287 ms 2024-09-17T09:07:07.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:05.499633+0000 mgr.smithi138.yorhtj (mgr.24405) 248 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 314 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 102 KiB/s rd, 736 KiB/s wr, 109 op/s 2024-09-17T09:07:07.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:05.499633+0000 mgr.smithi138.yorhtj (mgr.24405) 248 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 314 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 102 KiB/s rd, 736 KiB/s wr, 109 op/s 2024-09-17T09:07:07.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 105927 0.81 MB/sec execute 321 sec latency 37.702 ms 2024-09-17T09:07:08.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 106503 0.86 MB/sec execute 322 sec latency 35.922 ms 2024-09-17T09:07:09.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:07.499977+0000 mgr.smithi138.yorhtj (mgr.24405) 249 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 314 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 102 KiB/s rd, 736 KiB/s wr, 109 op/s 2024-09-17T09:07:09.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:07.499977+0000 mgr.smithi138.yorhtj (mgr.24405) 249 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 314 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 102 KiB/s rd, 736 KiB/s wr, 109 op/s 2024-09-17T09:07:09.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 107064 0.90 MB/sec execute 323 sec latency 20.601 ms 2024-09-17T09:07:10.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 107519 0.93 MB/sec execute 324 sec latency 33.678 ms 2024-09-17T09:07:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:09.500372+0000 mgr.smithi138.yorhtj (mgr.24405) 250 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 314 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 102 KiB/s rd, 736 KiB/s wr, 109 op/s 2024-09-17T09:07:10.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:09.934989+0000 mon.smithi138 (mon.1) 103 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:07:11.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:09.500372+0000 mgr.smithi138.yorhtj (mgr.24405) 250 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 314 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 102 KiB/s rd, 736 KiB/s wr, 109 op/s 2024-09-17T09:07:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:09.934989+0000 mon.smithi138 (mon.1) 103 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:07:11.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 108022 0.95 MB/sec execute 325 sec latency 55.266 ms 2024-09-17T09:07:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:11.595718+0000 mon.smithi110 (mon.0) 833 : cluster [INF] MDS health message cleared (mds.?): Client smithi110:foo1 failing to respond to capability release 2024-09-17T09:07:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:11.595752+0000 mon.smithi110 (mon.0) 834 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-17T09:07:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:11.595718+0000 mon.smithi110 (mon.0) 833 : cluster [INF] MDS health message cleared (mds.?): Client smithi110:foo1 failing to respond to capability release 2024-09-17T09:07:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:11.595752+0000 mon.smithi110 (mon.0) 834 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-17T09:07:12.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 108713 0.99 MB/sec execute 326 sec latency 63.195 ms 2024-09-17T09:07:13.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:11.500972+0000 mgr.smithi138.yorhtj (mgr.24405) 251 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 580 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2024-09-17T09:07:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:11.812503+0000 mon.smithi110 (mon.0) 835 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-17T09:07:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:11.812529+0000 mon.smithi110 (mon.0) 836 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-17T09:07:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:11.812540+0000 mon.smithi110 (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-09-17T09:07:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:11.818972+0000 mon.smithi110 (mon.0) 838 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:active 2024-09-17T09:07:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:11.819028+0000 mon.smithi110 (mon.0) 839 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:07:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:11.500972+0000 mgr.smithi138.yorhtj (mgr.24405) 251 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 580 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2024-09-17T09:07:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:11.812503+0000 mon.smithi110 (mon.0) 835 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-17T09:07:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:11.812529+0000 mon.smithi110 (mon.0) 836 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-17T09:07:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:11.812540+0000 mon.smithi110 (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-09-17T09:07:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:11.818972+0000 mon.smithi110 (mon.0) 838 : cluster [DBG] mds.? [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] up:active 2024-09-17T09:07:13.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:11.819028+0000 mon.smithi110 (mon.0) 839 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:07:13.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 109301 1.05 MB/sec execute 327 sec latency 20.497 ms 2024-09-17T09:07:14.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 109910 1.13 MB/sec execute 328 sec latency 31.583 ms 2024-09-17T09:07:15.020 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:07:15.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:13.501294+0000 mgr.smithi138.yorhtj (mgr.24405) 252 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 580 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2024-09-17T09:07:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:13.501294+0000 mgr.smithi138.yorhtj (mgr.24405) 252 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 580 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2024-09-17T09:07:15.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 110272 1.16 MB/sec execute 329 sec latency 51.875 ms 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (11m) 4m ago 13m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (13m) 4m ago 13m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (12m) 4m ago 12m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (11m) 4m ago 13m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (7m) 4m ago 7m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (7m) 4m ago 7m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (14m) 4m ago 14m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (5m) 4m ago 12m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:07:15.900 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (14m) 4m ago 14m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (12m) 4m ago 12m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (5m) 4m ago 5m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (5m) 4m ago 5m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (12m) 4m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (12m) 4m ago 12m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (11m) 4m ago 11m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (11m) 4m ago 11m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (10m) 4m ago 10m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (10m) 4m ago 10m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (10m) 4m ago 10m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:07:15.901 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (10m) 4m ago 10m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:07:15.902 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (9m) 4m ago 9m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:07:15.902 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (9m) 4m ago 9m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:07:15.902 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (11m) 4m ago 12m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:07:16.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:15.002911+0000 mgr.smithi138.yorhtj (mgr.24405) 253 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:16.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 110546 1.17 MB/sec execute 330 sec latency 39.954 ms 2024-09-17T09:07:16.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:15.002911+0000 mgr.smithi138.yorhtj (mgr.24405) 253 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:07:16.456 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:07:16.457 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:07:16.904 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:07:16.904 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:07:16.904 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:07:16.904 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:07:16.904 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:07:16.905 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:07:16.905 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:07:16.905 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:07:16.905 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:07:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:15.465398+0000 mgr.smithi138.yorhtj (mgr.24405) 254 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:15.501905+0000 mgr.smithi138.yorhtj (mgr.24405) 255 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 331 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 501 KiB/s rd, 7.7 MiB/s wr, 749 op/s 2024-09-17T09:07:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:15.891000+0000 mgr.smithi138.yorhtj (mgr.24405) 256 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:16.455284+0000 mon.smithi110 (mon.0) 840 : audit [DBG] from='client.? 172.21.15.110:0/1557597913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:07:17.159 INFO:teuthology.orchestra.run.smithi110.stdout: 5 110857 1.18 MB/sec execute 331 sec latency 62.981 ms 2024-09-17T09:07:17.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:15.465398+0000 mgr.smithi138.yorhtj (mgr.24405) 254 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:17.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:15.501905+0000 mgr.smithi138.yorhtj (mgr.24405) 255 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 331 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 501 KiB/s rd, 7.7 MiB/s wr, 749 op/s 2024-09-17T09:07:17.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:15.891000+0000 mgr.smithi138.yorhtj (mgr.24405) 256 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:17.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:16.455284+0000 mon.smithi110 (mon.0) 840 : audit [DBG] from='client.? 172.21.15.110:0/1557597913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:07:17.478 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:07:18.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 111182 1.19 MB/sec execute 332 sec latency 43.580 ms 2024-09-17T09:07:18.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:16.903765+0000 mgr.smithi138.yorhtj (mgr.24405) 257 : audit [DBG] from='client.24623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:18.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:17.478186+0000 mon.smithi138 (mon.1) 104 : audit [DBG] from='client.? 172.21.15.110:0/153977813' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:07:18.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:16.903765+0000 mgr.smithi138.yorhtj (mgr.24405) 257 : audit [DBG] from='client.24623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:18.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:17.478186+0000 mon.smithi138 (mon.1) 104 : audit [DBG] from='client.? 172.21.15.110:0/153977813' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:07:19.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 111948 1.24 MB/sec execute 333 sec latency 33.451 ms 2024-09-17T09:07:19.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:17.502212+0000 mgr.smithi138.yorhtj (mgr.24405) 258 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 331 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 403 KiB/s rd, 6.9 MiB/s wr, 639 op/s 2024-09-17T09:07:19.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:17.502212+0000 mgr.smithi138.yorhtj (mgr.24405) 258 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 331 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 403 KiB/s rd, 6.9 MiB/s wr, 639 op/s 2024-09-17T09:07:20.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 112891 1.33 MB/sec execute 334 sec latency 14.752 ms 2024-09-17T09:07:21.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 114029 1.44 MB/sec execute 335 sec latency 21.967 ms 2024-09-17T09:07:21.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:19.502546+0000 mgr.smithi138.yorhtj (mgr.24405) 259 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 331 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 403 KiB/s rd, 6.9 MiB/s wr, 639 op/s 2024-09-17T09:07:21.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:19.502546+0000 mgr.smithi138.yorhtj (mgr.24405) 259 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 331 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 403 KiB/s rd, 6.9 MiB/s wr, 639 op/s 2024-09-17T09:07:22.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 114674 1.46 MB/sec execute 336 sec latency 18.762 ms 2024-09-17T09:07:23.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 115212 1.50 MB/sec execute 337 sec latency 32.950 ms 2024-09-17T09:07:23.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:21.503130+0000 mgr.smithi138.yorhtj (mgr.24405) 260 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 329 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 407 KiB/s rd, 10 MiB/s wr, 997 op/s 2024-09-17T09:07:23.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:21.503130+0000 mgr.smithi138.yorhtj (mgr.24405) 260 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 329 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 407 KiB/s rd, 10 MiB/s wr, 997 op/s 2024-09-17T09:07:24.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 115614 1.51 MB/sec execute 338 sec latency 90.892 ms 2024-09-17T09:07:25.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:23.503452+0000 mgr.smithi138.yorhtj (mgr.24405) 261 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 329 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.9 MiB/s wr, 681 op/s 2024-09-17T09:07:25.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 116048 1.54 MB/sec execute 339 sec latency 37.390 ms 2024-09-17T09:07:25.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:23.503452+0000 mgr.smithi138.yorhtj (mgr.24405) 261 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 329 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.9 MiB/s wr, 681 op/s 2024-09-17T09:07:26.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 116385 1.57 MB/sec execute 340 sec latency 40.422 ms 2024-09-17T09:07:26.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:24.937784+0000 mon.smithi110 (mon.0) 841 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:07:26.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:24.939752+0000 mon.smithi138 (mon.1) 105 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:07:26.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:24.937784+0000 mon.smithi110 (mon.0) 841 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:07:26.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:24.939752+0000 mon.smithi138 (mon.1) 105 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:07:27.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 116948 1.64 MB/sec execute 341 sec latency 51.237 ms 2024-09-17T09:07:27.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:25.504036+0000 mgr.smithi138.yorhtj (mgr.24405) 262 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 318 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-09-17T09:07:27.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:26 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:25.504036+0000 mgr.smithi138.yorhtj (mgr.24405) 262 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 318 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-09-17T09:07:28.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 117418 1.68 MB/sec execute 342 sec latency 31.113 ms 2024-09-17T09:07:29.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 117791 1.69 MB/sec execute 343 sec latency 26.878 ms 2024-09-17T09:07:29.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:27.504345+0000 mgr.smithi138.yorhtj (mgr.24405) 263 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 318 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 708 op/s 2024-09-17T09:07:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:27.504345+0000 mgr.smithi138.yorhtj (mgr.24405) 263 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 318 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 708 op/s 2024-09-17T09:07:30.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 118181 1.70 MB/sec execute 344 sec latency 65.218 ms 2024-09-17T09:07:31.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 118643 1.73 MB/sec execute 345 sec latency 40.619 ms 2024-09-17T09:07:31.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:29.504676+0000 mgr.smithi138.yorhtj (mgr.24405) 264 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 318 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 708 op/s 2024-09-17T09:07:31.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:29.504676+0000 mgr.smithi138.yorhtj (mgr.24405) 264 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 318 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 708 op/s 2024-09-17T09:07:32.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 119132 1.75 MB/sec execute 346 sec latency 57.478 ms 2024-09-17T09:07:33.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 119623 1.78 MB/sec execute 347 sec latency 29.152 ms 2024-09-17T09:07:33.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:31.505233+0000 mgr.smithi138.yorhtj (mgr.24405) 265 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 984 op/s 2024-09-17T09:07:33.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:31.505233+0000 mgr.smithi138.yorhtj (mgr.24405) 265 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 984 op/s 2024-09-17T09:07:34.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 120177 1.84 MB/sec execute 348 sec latency 58.336 ms 2024-09-17T09:07:35.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 120734 1.90 MB/sec execute 349 sec latency 30.172 ms 2024-09-17T09:07:35.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:33.505675+0000 mgr.smithi138.yorhtj (mgr.24405) 266 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 625 op/s 2024-09-17T09:07:35.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:33.505675+0000 mgr.smithi138.yorhtj (mgr.24405) 266 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 625 op/s 2024-09-17T09:07:36.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 121314 1.93 MB/sec execute 350 sec latency 30.067 ms 2024-09-17T09:07:37.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 122218 1.97 MB/sec execute 351 sec latency 20.781 ms 2024-09-17T09:07:37.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:35.506384+0000 mgr.smithi138.yorhtj (mgr.24405) 267 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 923 op/s 2024-09-17T09:07:37.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:35.506384+0000 mgr.smithi138.yorhtj (mgr.24405) 267 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 923 op/s 2024-09-17T09:07:38.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 123046 2.02 MB/sec execute 352 sec latency 27.736 ms 2024-09-17T09:07:39.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 123658 2.09 MB/sec execute 353 sec latency 33.905 ms 2024-09-17T09:07:39.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:37.506712+0000 mgr.smithi138.yorhtj (mgr.24405) 268 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.2 MiB/s wr, 574 op/s 2024-09-17T09:07:39.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:37.506712+0000 mgr.smithi138.yorhtj (mgr.24405) 268 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.2 MiB/s wr, 574 op/s 2024-09-17T09:07:40.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 124196 2.13 MB/sec execute 354 sec latency 40.587 ms 2024-09-17T09:07:40.229 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:39.935059+0000 mon.smithi138 (mon.1) 106 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:07:40.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:39.935059+0000 mon.smithi138 (mon.1) 106 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:07:41.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 124557 2.16 MB/sec execute 355 sec latency 38.583 ms 2024-09-17T09:07:41.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:39.507081+0000 mgr.smithi138.yorhtj (mgr.24405) 269 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.2 MiB/s wr, 574 op/s 2024-09-17T09:07:41.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:39.507081+0000 mgr.smithi138.yorhtj (mgr.24405) 269 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.2 MiB/s wr, 574 op/s 2024-09-17T09:07:42.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 125651 2.21 MB/sec execute 356 sec latency 32.811 ms 2024-09-17T09:07:43.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 126719 2.27 MB/sec execute 357 sec latency 22.457 ms 2024-09-17T09:07:43.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:41.507743+0000 mgr.smithi138.yorhtj (mgr.24405) 270 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 327 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 989 op/s 2024-09-17T09:07:43.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:41.507743+0000 mgr.smithi138.yorhtj (mgr.24405) 270 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 327 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 989 op/s 2024-09-17T09:07:44.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 127383 2.34 MB/sec execute 358 sec latency 30.794 ms 2024-09-17T09:07:45.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 127875 2.39 MB/sec execute 359 sec latency 41.122 ms 2024-09-17T09:07:45.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:43.508119+0000 mgr.smithi138.yorhtj (mgr.24405) 271 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 327 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 7.3 MiB/s wr, 713 op/s 2024-09-17T09:07:45.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:43.508119+0000 mgr.smithi138.yorhtj (mgr.24405) 271 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 327 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 7.3 MiB/s wr, 713 op/s 2024-09-17T09:07:46.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 128178 2.40 MB/sec execute 360 sec latency 49.624 ms 2024-09-17T09:07:47.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 129127 2.44 MB/sec execute 361 sec latency 20.609 ms 2024-09-17T09:07:47.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:45.508861+0000 mgr.smithi138.yorhtj (mgr.24405) 272 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-09-17T09:07:47.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:45.508861+0000 mgr.smithi138.yorhtj (mgr.24405) 272 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-09-17T09:07:47.882 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:07:48.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 129704 2.47 MB/sec execute 362 sec latency 27.043 ms 2024-09-17T09:07:48.685 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (12m) 5m ago 13m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (13m) 5m ago 13m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (13m) 5m ago 13m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (12m) 5m ago 13m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (8m) 5m ago 8m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (8m) 5m ago 8m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (15m) 5m ago 15m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (6m) 5m ago 12m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (15m) 5m ago 15m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (12m) 5m ago 12m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (5m) 5m ago 5m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (5m) 5m ago 5m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:07:48.686 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (13m) 5m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (12m) 5m ago 12m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (12m) 5m ago 12m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (11m) 5m ago 11m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (11m) 5m ago 11m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (11m) 5m ago 11m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (10m) 5m ago 10m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (10m) 5m ago 10m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (10m) 5m ago 10m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (9m) 5m ago 9m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:07:48.687 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (12m) 5m ago 13m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:07:49.153 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:07:49.153 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:07:49.154 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:07:49.155 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:07:49.155 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:07:49.155 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:07:49.155 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:07:49.155 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:07:49.160 INFO:teuthology.orchestra.run.smithi110.stdout: 5 130234 2.49 MB/sec execute 363 sec latency 50.055 ms 2024-09-17T09:07:49.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:47.509255+0000 mgr.smithi138.yorhtj (mgr.24405) 273 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 844 op/s 2024-09-17T09:07:49.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:47.868327+0000 mgr.smithi138.yorhtj (mgr.24405) 274 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:49.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:48.295897+0000 mgr.smithi138.yorhtj (mgr.24405) 275 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:49.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:47.509255+0000 mgr.smithi138.yorhtj (mgr.24405) 273 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 844 op/s 2024-09-17T09:07:49.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:47.868327+0000 mgr.smithi138.yorhtj (mgr.24405) 274 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:49.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:48.295897+0000 mgr.smithi138.yorhtj (mgr.24405) 275 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:49.530 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:07:49.530 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:07:49.531 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:07:49.531 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:07:49.531 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:07:49.531 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:07:49.531 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:07:49.531 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:07:49.531 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:07:49.976 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:07:50.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 130669 2.53 MB/sec execute 364 sec latency 28.349 ms 2024-09-17T09:07:50.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:48.672945+0000 mgr.smithi138.yorhtj (mgr.24405) 276 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:50.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:49.153030+0000 mon.smithi110 (mon.0) 842 : audit [DBG] from='client.? 172.21.15.110:0/3347114812' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:07:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:49.975069+0000 mon.smithi110 (mon.0) 843 : audit [DBG] from='client.? 172.21.15.110:0/4042262455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:07:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:48.672945+0000 mgr.smithi138.yorhtj (mgr.24405) 276 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:49.153030+0000 mon.smithi110 (mon.0) 842 : audit [DBG] from='client.? 172.21.15.110:0/3347114812' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:07:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:49.975069+0000 mon.smithi110 (mon.0) 843 : audit [DBG] from='client.? 172.21.15.110:0/4042262455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:07:51.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 131595 2.62 MB/sec execute 365 sec latency 30.577 ms 2024-09-17T09:07:51.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:49.509611+0000 mgr.smithi138.yorhtj (mgr.24405) 277 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 844 op/s 2024-09-17T09:07:51.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:49.528937+0000 mgr.smithi138.yorhtj (mgr.24405) 278 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:51.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:49.509611+0000 mgr.smithi138.yorhtj (mgr.24405) 277 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 844 op/s 2024-09-17T09:07:51.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:49.528937+0000 mgr.smithi138.yorhtj (mgr.24405) 278 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:07:52.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 132047 2.63 MB/sec execute 366 sec latency 29.262 ms 2024-09-17T09:07:53.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 132329 2.64 MB/sec execute 367 sec latency 60.063 ms 2024-09-17T09:07:53.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:51.510338+0000 mgr.smithi138.yorhtj (mgr.24405) 279 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-09-17T09:07:53.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:51.510338+0000 mgr.smithi138.yorhtj (mgr.24405) 279 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-09-17T09:07:54.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 132599 2.64 MB/sec execute 368 sec latency 61.271 ms 2024-09-17T09:07:55.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 133052 2.67 MB/sec execute 369 sec latency 51.124 ms 2024-09-17T09:07:55.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:53.510706+0000 mgr.smithi138.yorhtj (mgr.24405) 280 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.8 MiB/s wr, 775 op/s 2024-09-17T09:07:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:07:54.935632+0000 mon.smithi138 (mon.1) 107 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:07:55.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:53.510706+0000 mgr.smithi138.yorhtj (mgr.24405) 280 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.8 MiB/s wr, 775 op/s 2024-09-17T09:07:55.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:07:54.935632+0000 mon.smithi138 (mon.1) 107 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:07:56.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 133584 2.69 MB/sec execute 370 sec latency 68.038 ms 2024-09-17T09:07:57.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 133910 2.70 MB/sec execute 371 sec latency 32.368 ms 2024-09-17T09:07:57.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:55.511279+0000 mgr.smithi138.yorhtj (mgr.24405) 281 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 314 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.07k op/s 2024-09-17T09:07:57.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:55.511279+0000 mgr.smithi138.yorhtj (mgr.24405) 281 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 314 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.07k op/s 2024-09-17T09:07:58.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 134416 2.76 MB/sec execute 372 sec latency 34.040 ms 2024-09-17T09:07:59.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 134875 2.80 MB/sec execute 373 sec latency 42.679 ms 2024-09-17T09:07:59.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:07:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:57.511660+0000 mgr.smithi138.yorhtj (mgr.24405) 282 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 314 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 641 op/s 2024-09-17T09:07:59.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:07:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:57.511660+0000 mgr.smithi138.yorhtj (mgr.24405) 282 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 314 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 641 op/s 2024-09-17T09:08:00.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 135217 2.82 MB/sec execute 374 sec latency 33.023 ms 2024-09-17T09:08:01.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 135733 2.83 MB/sec execute 375 sec latency 32.790 ms 2024-09-17T09:08:01.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:07:59.512031+0000 mgr.smithi138.yorhtj (mgr.24405) 283 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 314 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 641 op/s 2024-09-17T09:08:01.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:07:59.512031+0000 mgr.smithi138.yorhtj (mgr.24405) 283 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 314 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 641 op/s 2024-09-17T09:08:02.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 136165 2.84 MB/sec execute 376 sec latency 33.079 ms 2024-09-17T09:08:03.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 136538 2.87 MB/sec execute 377 sec latency 55.149 ms 2024-09-17T09:08:03.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:01.512729+0000 mgr.smithi138.yorhtj (mgr.24405) 284 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 900 op/s 2024-09-17T09:08:03.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:01.512729+0000 mgr.smithi138.yorhtj (mgr.24405) 284 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 900 op/s 2024-09-17T09:08:04.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 136943 2.87 MB/sec execute 378 sec latency 84.716 ms 2024-09-17T09:08:05.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 137341 2.89 MB/sec execute 379 sec latency 32.532 ms 2024-09-17T09:08:05.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:03.513129+0000 mgr.smithi138.yorhtj (mgr.24405) 285 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2024-09-17T09:08:05.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:03.513129+0000 mgr.smithi138.yorhtj (mgr.24405) 285 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2024-09-17T09:08:06.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 137828 2.94 MB/sec execute 380 sec latency 40.288 ms 2024-09-17T09:08:07.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 138336 2.98 MB/sec execute 381 sec latency 31.047 ms 2024-09-17T09:08:07.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:05.513848+0000 mgr.smithi138.yorhtj (mgr.24405) 286 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.0 MiB/s wr, 822 op/s 2024-09-17T09:08:07.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:05.513848+0000 mgr.smithi138.yorhtj (mgr.24405) 286 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.0 MiB/s wr, 822 op/s 2024-09-17T09:08:08.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 138727 3.01 MB/sec execute 382 sec latency 34.777 ms 2024-09-17T09:08:09.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139266 3.02 MB/sec execute 383 sec latency 27.997 ms 2024-09-17T09:08:09.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:07.514222+0000 mgr.smithi138.yorhtj (mgr.24405) 287 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2024-09-17T09:08:09.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:07.514222+0000 mgr.smithi138.yorhtj (mgr.24405) 287 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2024-09-17T09:08:10.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139604 3.03 MB/sec execute 384 sec latency 40.375 ms 2024-09-17T09:08:10.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:09.935554+0000 mon.smithi138 (mon.1) 108 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:08:10.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:09.935554+0000 mon.smithi138 (mon.1) 108 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:08:11.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139948 3.04 MB/sec execute 385 sec latency 42.444 ms 2024-09-17T09:08:11.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:09.514546+0000 mgr.smithi138.yorhtj (mgr.24405) 288 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2024-09-17T09:08:11.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:09.514546+0000 mgr.smithi138.yorhtj (mgr.24405) 288 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2024-09-17T09:08:12.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 140309 3.06 MB/sec execute 386 sec latency 59.498 ms 2024-09-17T09:08:13.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 140809 3.07 MB/sec execute 387 sec latency 40.402 ms 2024-09-17T09:08:13.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:11.515213+0000 mgr.smithi138.yorhtj (mgr.24405) 289 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 314 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 820 op/s 2024-09-17T09:08:13.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:11.515213+0000 mgr.smithi138.yorhtj (mgr.24405) 289 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 314 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 820 op/s 2024-09-17T09:08:14.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141221 3.10 MB/sec execute 388 sec latency 39.335 ms 2024-09-17T09:08:15.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141815 3.16 MB/sec execute 389 sec latency 27.814 ms 2024-09-17T09:08:15.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:13.515560+0000 mgr.smithi138.yorhtj (mgr.24405) 290 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 314 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.3 MiB/s wr, 562 op/s 2024-09-17T09:08:15.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:13.515560+0000 mgr.smithi138.yorhtj (mgr.24405) 290 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 314 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.3 MiB/s wr, 562 op/s 2024-09-17T09:08:16.161 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142235 3.19 MB/sec execute 390 sec latency 34.457 ms 2024-09-17T09:08:17.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142543 3.19 MB/sec execute 391 sec latency 31.805 ms 2024-09-17T09:08:17.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:15.516150+0000 mgr.smithi138.yorhtj (mgr.24405) 291 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.1 MiB/s wr, 817 op/s 2024-09-17T09:08:17.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:15.516150+0000 mgr.smithi138.yorhtj (mgr.24405) 291 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.1 MiB/s wr, 817 op/s 2024-09-17T09:08:18.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142908 3.20 MB/sec execute 392 sec latency 53.812 ms 2024-09-17T09:08:19.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 143275 3.21 MB/sec execute 393 sec latency 67.791 ms 2024-09-17T09:08:19.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:17.516460+0000 mgr.smithi138.yorhtj (mgr.24405) 292 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.9 MiB/s wr, 549 op/s 2024-09-17T09:08:19.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:17.516460+0000 mgr.smithi138.yorhtj (mgr.24405) 292 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.9 MiB/s wr, 549 op/s 2024-09-17T09:08:20.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 143719 3.23 MB/sec execute 394 sec latency 47.348 ms 2024-09-17T09:08:20.460 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:08:21.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144262 3.25 MB/sec execute 395 sec latency 48.200 ms 2024-09-17T09:08:21.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:19.516773+0000 mgr.smithi138.yorhtj (mgr.24405) 293 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.9 MiB/s wr, 549 op/s 2024-09-17T09:08:21.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:19.516773+0000 mgr.smithi138.yorhtj (mgr.24405) 293 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.9 MiB/s wr, 549 op/s 2024-09-17T09:08:21.432 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:08:21.432 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (12m) 6m ago 14m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:08:21.432 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (14m) 6m ago 14m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (13m) 6m ago 13m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (12m) 6m ago 14m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (8m) 6m ago 8m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (8m) 6m ago 8m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (15m) 6m ago 15m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (6m) 6m ago 13m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (15m) 6m ago 15m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (13m) 6m ago 13m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (6m) 6m ago 6m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (6m) 6m ago 6m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (14m) 6m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (13m) 6m ago 13m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (12m) 6m ago 12m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (12m) 6m ago 12m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:08:21.434 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (12m) 6m ago 12m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:08:21.434 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (11m) 6m ago 11m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:08:21.434 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (11m) 6m ago 11m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:08:21.434 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (11m) 6m ago 11m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:08:21.434 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (10m) 6m ago 10m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:08:21.434 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (10m) 6m ago 10m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:08:21.434 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (12m) 6m ago 13m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:08:22.098 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:08:22.098 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:08:22.098 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:08:22.098 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:08:22.098 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:08:22.098 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:08:22.098 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:08:22.098 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:08:22.099 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:08:22.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145040 3.32 MB/sec execute 396 sec latency 19.541 ms 2024-09-17T09:08:22.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:20.443266+0000 mgr.smithi138.yorhtj (mgr.24405) 294 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:22.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:20.909776+0000 mgr.smithi138.yorhtj (mgr.24405) 295 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:22.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:21.422321+0000 mgr.smithi138.yorhtj (mgr.24405) 296 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:22.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:20.443266+0000 mgr.smithi138.yorhtj (mgr.24405) 294 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:22.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:20.909776+0000 mgr.smithi138.yorhtj (mgr.24405) 295 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:22.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:21.422321+0000 mgr.smithi138.yorhtj (mgr.24405) 296 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:08:22.644 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:08:23.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145788 3.38 MB/sec execute 397 sec latency 19.017 ms 2024-09-17T09:08:23.280 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:08:23.280 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:21.517334+0000 mgr.smithi138.yorhtj (mgr.24405) 297 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 309 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 803 op/s 2024-09-17T09:08:23.280 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:22.097572+0000 mon.smithi110 (mon.0) 844 : audit [DBG] from='client.? 172.21.15.110:0/1943049846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:08:23.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:21.517334+0000 mgr.smithi138.yorhtj (mgr.24405) 297 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 309 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 803 op/s 2024-09-17T09:08:23.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:22.097572+0000 mon.smithi110 (mon.0) 844 : audit [DBG] from='client.? 172.21.15.110:0/1943049846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:08:24.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 146544 3.39 MB/sec execute 398 sec latency 22.357 ms 2024-09-17T09:08:24.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:22.643200+0000 mgr.smithi138.yorhtj (mgr.24405) 298 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:24.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:23.279255+0000 mon.smithi138 (mon.1) 109 : audit [DBG] from='client.? 172.21.15.110:0/1183559180' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:08:24.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:22.643200+0000 mgr.smithi138.yorhtj (mgr.24405) 298 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:24.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:23.279255+0000 mon.smithi138 (mon.1) 109 : audit [DBG] from='client.? 172.21.15.110:0/1183559180' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:08:25.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 147332 3.43 MB/sec execute 399 sec latency 28.714 ms 2024-09-17T09:08:25.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:23.517682+0000 mgr.smithi138.yorhtj (mgr.24405) 299 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 309 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 508 op/s 2024-09-17T09:08:25.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:24.935677+0000 mon.smithi138 (mon.1) 110 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:08:25.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:23.517682+0000 mgr.smithi138.yorhtj (mgr.24405) 299 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 309 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 508 op/s 2024-09-17T09:08:25.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:24.935677+0000 mon.smithi138 (mon.1) 110 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:08:26.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 148171 3.47 MB/sec execute 400 sec latency 30.238 ms 2024-09-17T09:08:27.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 149150 3.57 MB/sec execute 401 sec latency 17.618 ms 2024-09-17T09:08:27.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:25.518243+0000 mgr.smithi138.yorhtj (mgr.24405) 300 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 313 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.2 MiB/s wr, 956 op/s 2024-09-17T09:08:27.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:25.518243+0000 mgr.smithi138.yorhtj (mgr.24405) 300 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 313 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.2 MiB/s wr, 956 op/s 2024-09-17T09:08:28.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 149891 3.59 MB/sec execute 402 sec latency 23.048 ms 2024-09-17T09:08:29.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 150479 3.61 MB/sec execute 403 sec latency 31.003 ms 2024-09-17T09:08:29.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:27.518676+0000 mgr.smithi138.yorhtj (mgr.24405) 301 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 313 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 701 op/s 2024-09-17T09:08:29.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:27.518676+0000 mgr.smithi138.yorhtj (mgr.24405) 301 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 313 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 701 op/s 2024-09-17T09:08:30.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 151199 3.64 MB/sec execute 404 sec latency 30.093 ms 2024-09-17T09:08:31.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 151710 3.67 MB/sec execute 405 sec latency 35.660 ms 2024-09-17T09:08:31.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:29.519054+0000 mgr.smithi138.yorhtj (mgr.24405) 302 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 313 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 701 op/s 2024-09-17T09:08:31.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:29.519054+0000 mgr.smithi138.yorhtj (mgr.24405) 302 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 313 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 701 op/s 2024-09-17T09:08:32.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 152679 3.76 MB/sec execute 406 sec latency 23.250 ms 2024-09-17T09:08:33.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 153070 3.77 MB/sec execute 407 sec latency 22.699 ms 2024-09-17T09:08:33.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:31.519689+0000 mgr.smithi138.yorhtj (mgr.24405) 303 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-09-17T09:08:33.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:31.519689+0000 mgr.smithi138.yorhtj (mgr.24405) 303 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-09-17T09:08:34.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 153430 3.77 MB/sec execute 408 sec latency 74.513 ms 2024-09-17T09:08:35.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 153818 3.78 MB/sec execute 409 sec latency 40.683 ms 2024-09-17T09:08:35.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:33.520055+0000 mgr.smithi138.yorhtj (mgr.24405) 304 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 877 op/s 2024-09-17T09:08:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:33.520055+0000 mgr.smithi138.yorhtj (mgr.24405) 304 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 877 op/s 2024-09-17T09:08:36.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 154553 3.81 MB/sec execute 410 sec latency 23.175 ms 2024-09-17T09:08:37.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 155213 3.84 MB/sec execute 411 sec latency 18.352 ms 2024-09-17T09:08:37.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:35.520661+0000 mgr.smithi138.yorhtj (mgr.24405) 305 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-09-17T09:08:37.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:35.520661+0000 mgr.smithi138.yorhtj (mgr.24405) 305 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-09-17T09:08:38.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 155927 3.90 MB/sec execute 412 sec latency 25.548 ms 2024-09-17T09:08:39.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 156421 3.94 MB/sec execute 413 sec latency 27.504 ms 2024-09-17T09:08:39.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:37.520973+0000 mgr.smithi138.yorhtj (mgr.24405) 306 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 769 op/s 2024-09-17T09:08:39.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:37.520973+0000 mgr.smithi138.yorhtj (mgr.24405) 306 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 769 op/s 2024-09-17T09:08:40.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 156878 3.94 MB/sec execute 414 sec latency 26.551 ms 2024-09-17T09:08:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:08:39.367433+0000 mgr.smithi138.yorhtj (mgr.24405) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:08:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:08:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:08:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:08:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:08:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:08:39.367792+0000 mgr.smithi138.yorhtj (mgr.24405) 308 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:08:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:39.936078+0000 mon.smithi138 (mon.1) 111 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:08:39.367433+0000 mgr.smithi138.yorhtj (mgr.24405) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:08:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:08:40.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:08:40.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:08:40.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:08:40.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:08:40.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:08:40.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:08:40.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:08:40.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:08:40.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:08:40.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:08:39.367792+0000 mgr.smithi138.yorhtj (mgr.24405) 308 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:08:40.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:39.936078+0000 mon.smithi138 (mon.1) 111 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:08:41.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 157327 3.95 MB/sec execute 415 sec latency 34.836 ms 2024-09-17T09:08:41.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:39.521292+0000 mgr.smithi138.yorhtj (mgr.24405) 309 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 769 op/s 2024-09-17T09:08:41.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:08:39.608781+0000 mgr.smithi138.yorhtj (mgr.24405) 310 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:08:41.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:39.521292+0000 mgr.smithi138.yorhtj (mgr.24405) 309 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 310 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 769 op/s 2024-09-17T09:08:41.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:08:39.608781+0000 mgr.smithi138.yorhtj (mgr.24405) 310 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:08:42.162 INFO:teuthology.orchestra.run.smithi110.stdout: 5 157789 3.98 MB/sec execute 416 sec latency 34.993 ms 2024-09-17T09:08:43.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 158484 4.00 MB/sec execute 417 sec latency 35.162 ms 2024-09-17T09:08:43.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:41.521862+0000 mgr.smithi138.yorhtj (mgr.24405) 311 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 327 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-09-17T09:08:43.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:41.521862+0000 mgr.smithi138.yorhtj (mgr.24405) 311 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 327 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-09-17T09:08:44.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 159308 4.06 MB/sec execute 418 sec latency 52.972 ms 2024-09-17T09:08:45.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 160031 4.11 MB/sec execute 419 sec latency 23.186 ms 2024-09-17T09:08:45.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:43.522216+0000 mgr.smithi138.yorhtj (mgr.24405) 312 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 327 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.4 MiB/s wr, 688 op/s 2024-09-17T09:08:45.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:43.522216+0000 mgr.smithi138.yorhtj (mgr.24405) 312 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 327 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.4 MiB/s wr, 688 op/s 2024-09-17T09:08:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 160522 4.12 MB/sec execute 420 sec latency 23.822 ms 2024-09-17T09:08:47.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 160947 4.13 MB/sec execute 421 sec latency 44.439 ms 2024-09-17T09:08:47.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:45.522910+0000 mgr.smithi138.yorhtj (mgr.24405) 313 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 328 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-09-17T09:08:47.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:45.522910+0000 mgr.smithi138.yorhtj (mgr.24405) 313 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 328 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-09-17T09:08:48.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 161402 4.15 MB/sec execute 422 sec latency 43.319 ms 2024-09-17T09:08:49.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 162043 4.16 MB/sec execute 423 sec latency 28.392 ms 2024-09-17T09:08:49.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:47.523211+0000 mgr.smithi138.yorhtj (mgr.24405) 314 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 328 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.6 MiB/s wr, 725 op/s 2024-09-17T09:08:49.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:47.523211+0000 mgr.smithi138.yorhtj (mgr.24405) 314 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 328 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.6 MiB/s wr, 725 op/s 2024-09-17T09:08:50.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 162742 4.22 MB/sec execute 424 sec latency 29.279 ms 2024-09-17T09:08:51.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 163498 4.28 MB/sec execute 425 sec latency 33.328 ms 2024-09-17T09:08:51.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:49.523606+0000 mgr.smithi138.yorhtj (mgr.24405) 315 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 328 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.6 MiB/s wr, 726 op/s 2024-09-17T09:08:51.367 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:49.523606+0000 mgr.smithi138.yorhtj (mgr.24405) 315 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 328 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.6 MiB/s wr, 726 op/s 2024-09-17T09:08:52.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 163897 4.28 MB/sec execute 426 sec latency 30.967 ms 2024-09-17T09:08:53.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 164421 4.29 MB/sec execute 427 sec latency 47.859 ms 2024-09-17T09:08:53.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:51.524223+0000 mgr.smithi138.yorhtj (mgr.24405) 316 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 323 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.07k op/s 2024-09-17T09:08:53.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:51.524223+0000 mgr.smithi138.yorhtj (mgr.24405) 316 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 323 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.07k op/s 2024-09-17T09:08:53.813 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:08:54.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 165037 4.32 MB/sec execute 428 sec latency 33.791 ms 2024-09-17T09:08:54.801 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:08:54.801 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (13m) 6m ago 15m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:08:54.801 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (14m) 6m ago 14m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:08:54.801 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (14m) 6m ago 14m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:08:54.801 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (13m) 6m ago 14m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:08:54.801 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (9m) 6m ago 9m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:08:54.801 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (9m) 6m ago 9m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:08:54.801 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (16m) 6m ago 16m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (7m) 6m ago 14m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (16m) 6m ago 16m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (14m) 6m ago 13m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (6m) 6m ago 6m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (6m) 6m ago 6m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (14m) 6m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (13m) 6m ago 13m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (13m) 6m ago 13m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (13m) 6m ago 13m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (12m) 6m ago 12m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (12m) 6m ago 12m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (11m) 6m ago 11m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (11m) 6m ago 11m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:08:54.802 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (11m) 6m ago 11m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:08:54.803 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (11m) 6m ago 11m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:08:54.803 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (13m) 6m ago 14m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:08:55.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 165765 4.34 MB/sec execute 429 sec latency 46.732 ms 2024-09-17T09:08:55.400 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:08:55.400 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:08:55.400 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:08:55.400 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:08:55.400 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:08:55.400 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:08:55.401 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:08:55.401 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:08:55.401 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:08:55.401 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:08:55.401 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:08:55.401 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:08:55.402 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:08:55.402 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:08:55.402 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:08:55.402 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:08:55.402 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:08:55.402 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:08:55.402 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:08:55.402 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:53.524612+0000 mgr.smithi138.yorhtj (mgr.24405) 317 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 323 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.3 MiB/s wr, 716 op/s 2024-09-17T09:08:55.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:53.791960+0000 mgr.smithi138.yorhtj (mgr.24405) 318 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:55.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:54.304445+0000 mgr.smithi138.yorhtj (mgr.24405) 319 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:55.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:54.936115+0000 mon.smithi138 (mon.1) 112 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:08:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:53.524612+0000 mgr.smithi138.yorhtj (mgr.24405) 317 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 323 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.3 MiB/s wr, 716 op/s 2024-09-17T09:08:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:53.791960+0000 mgr.smithi138.yorhtj (mgr.24405) 318 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:54.304445+0000 mgr.smithi138.yorhtj (mgr.24405) 319 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:55.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:54.936115+0000 mon.smithi138 (mon.1) 112 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:08:55.912 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:08:55.912 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:08:55.912 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:08:55.912 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:08:55.912 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:08:55.912 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:08:55.912 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:08:55.912 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:08:55.913 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:08:56.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 166584 4.41 MB/sec execute 430 sec latency 18.455 ms 2024-09-17T09:08:56.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:54.788993+0000 mgr.smithi138.yorhtj (mgr.24405) 320 : audit [DBG] from='client.24683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:56.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:55.399308+0000 mon.smithi110 (mon.0) 845 : audit [DBG] from='client.? 172.21.15.110:0/757123225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:08:56.521 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:08:56.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:54.788993+0000 mgr.smithi138.yorhtj (mgr.24405) 320 : audit [DBG] from='client.24683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:56.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:55.399308+0000 mon.smithi110 (mon.0) 845 : audit [DBG] from='client.? 172.21.15.110:0/757123225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:08:57.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 167108 4.44 MB/sec execute 431 sec latency 26.765 ms 2024-09-17T09:08:57.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:55.525389+0000 mgr.smithi138.yorhtj (mgr.24405) 321 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 320 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2024-09-17T09:08:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:55.911621+0000 mgr.smithi138.yorhtj (mgr.24405) 322 : audit [DBG] from='client.24691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:08:56.520686+0000 mon.smithi110 (mon.0) 846 : audit [DBG] from='client.? 172.21.15.110:0/2493811697' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:08:57.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:55.525389+0000 mgr.smithi138.yorhtj (mgr.24405) 321 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 320 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2024-09-17T09:08:57.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:55.911621+0000 mgr.smithi138.yorhtj (mgr.24405) 322 : audit [DBG] from='client.24691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:08:57.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:08:56.520686+0000 mon.smithi110 (mon.0) 846 : audit [DBG] from='client.? 172.21.15.110:0/2493811697' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:08:58.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 167551 4.44 MB/sec execute 432 sec latency 40.778 ms 2024-09-17T09:08:59.163 INFO:teuthology.orchestra.run.smithi110.stdout: 5 167916 4.45 MB/sec execute 433 sec latency 49.403 ms 2024-09-17T09:08:59.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:08:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:57.525716+0000 mgr.smithi138.yorhtj (mgr.24405) 323 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 320 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 713 op/s 2024-09-17T09:08:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:08:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:57.525716+0000 mgr.smithi138.yorhtj (mgr.24405) 323 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 320 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 713 op/s 2024-09-17T09:09:00.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 168317 4.47 MB/sec execute 434 sec latency 37.126 ms 2024-09-17T09:09:01.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 168740 4.47 MB/sec execute 435 sec latency 71.873 ms 2024-09-17T09:09:01.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:08:59.526068+0000 mgr.smithi138.yorhtj (mgr.24405) 324 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 320 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 713 op/s 2024-09-17T09:09:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:08:59.526068+0000 mgr.smithi138.yorhtj (mgr.24405) 324 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 320 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 713 op/s 2024-09-17T09:09:02.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169207 4.48 MB/sec execute 436 sec latency 34.841 ms 2024-09-17T09:09:03.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169477 4.49 MB/sec execute 437 sec latency 45.497 ms 2024-09-17T09:09:03.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:01.526931+0000 mgr.smithi138.yorhtj (mgr.24405) 325 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 312 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 1.02k op/s 2024-09-17T09:09:03.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:01.526931+0000 mgr.smithi138.yorhtj (mgr.24405) 325 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 312 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 1.02k op/s 2024-09-17T09:09:04.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169848 4.53 MB/sec execute 438 sec latency 50.719 ms 2024-09-17T09:09:05.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 170246 4.54 MB/sec execute 439 sec latency 48.288 ms 2024-09-17T09:09:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:03.527305+0000 mgr.smithi138.yorhtj (mgr.24405) 326 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 312 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 680 op/s 2024-09-17T09:09:05.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:03.527305+0000 mgr.smithi138.yorhtj (mgr.24405) 326 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 312 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 680 op/s 2024-09-17T09:09:06.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 170741 4.57 MB/sec execute 440 sec latency 59.995 ms 2024-09-17T09:09:07.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 171446 4.58 MB/sec execute 441 sec latency 27.971 ms 2024-09-17T09:09:07.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:05.527893+0000 mgr.smithi138.yorhtj (mgr.24405) 327 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.0 MiB/s wr, 904 op/s 2024-09-17T09:09:07.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:05.527893+0000 mgr.smithi138.yorhtj (mgr.24405) 327 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.0 MiB/s wr, 904 op/s 2024-09-17T09:09:08.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 172392 4.62 MB/sec execute 442 sec latency 25.420 ms 2024-09-17T09:09:09.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 173197 4.67 MB/sec execute 443 sec latency 31.835 ms 2024-09-17T09:09:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:07.528309+0000 mgr.smithi138.yorhtj (mgr.24405) 328 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.6 MiB/s wr, 530 op/s 2024-09-17T09:09:09.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:07.528309+0000 mgr.smithi138.yorhtj (mgr.24405) 328 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.6 MiB/s wr, 530 op/s 2024-09-17T09:09:10.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 173957 4.73 MB/sec execute 444 sec latency 29.220 ms 2024-09-17T09:09:10.479 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:09.936272+0000 mon.smithi138 (mon.1) 113 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:09:10.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:09.936272+0000 mon.smithi138 (mon.1) 113 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:09:11.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174258 4.73 MB/sec execute 445 sec latency 51.456 ms 2024-09-17T09:09:11.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:09.528709+0000 mgr.smithi138.yorhtj (mgr.24405) 329 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.6 MiB/s wr, 530 op/s 2024-09-17T09:09:11.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:09.528709+0000 mgr.smithi138.yorhtj (mgr.24405) 329 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.6 MiB/s wr, 530 op/s 2024-09-17T09:09:12.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174642 4.73 MB/sec execute 446 sec latency 42.735 ms 2024-09-17T09:09:13.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174986 4.73 MB/sec execute 447 sec latency 52.990 ms 2024-09-17T09:09:13.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:11.529278+0000 mgr.smithi138.yorhtj (mgr.24405) 330 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 326 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 973 op/s 2024-09-17T09:09:13.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:11.529278+0000 mgr.smithi138.yorhtj (mgr.24405) 330 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 326 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 973 op/s 2024-09-17T09:09:14.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175328 4.74 MB/sec execute 448 sec latency 42.479 ms 2024-09-17T09:09:15.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175791 4.76 MB/sec execute 449 sec latency 60.850 ms 2024-09-17T09:09:15.376 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:13.529632+0000 mgr.smithi138.yorhtj (mgr.24405) 331 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 326 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 7.0 MiB/s wr, 665 op/s 2024-09-17T09:09:15.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:13.529632+0000 mgr.smithi138.yorhtj (mgr.24405) 331 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 326 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 7.0 MiB/s wr, 665 op/s 2024-09-17T09:09:16.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 176331 4.77 MB/sec execute 450 sec latency 33.709 ms 2024-09-17T09:09:17.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 176801 4.80 MB/sec execute 451 sec latency 34.459 ms 2024-09-17T09:09:17.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:15.530311+0000 mgr.smithi138.yorhtj (mgr.24405) 332 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 314 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 920 op/s 2024-09-17T09:09:17.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:15.530311+0000 mgr.smithi138.yorhtj (mgr.24405) 332 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 314 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 920 op/s 2024-09-17T09:09:18.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 177262 4.83 MB/sec execute 452 sec latency 35.859 ms 2024-09-17T09:09:19.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 177712 4.86 MB/sec execute 453 sec latency 35.023 ms 2024-09-17T09:09:19.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:17.530701+0000 mgr.smithi138.yorhtj (mgr.24405) 333 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 314 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 697 op/s 2024-09-17T09:09:19.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:17.530701+0000 mgr.smithi138.yorhtj (mgr.24405) 333 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 314 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 697 op/s 2024-09-17T09:09:20.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178106 4.86 MB/sec execute 454 sec latency 29.911 ms 2024-09-17T09:09:21.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178422 4.86 MB/sec execute 455 sec latency 49.922 ms 2024-09-17T09:09:21.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:19.531015+0000 mgr.smithi138.yorhtj (mgr.24405) 334 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 314 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 697 op/s 2024-09-17T09:09:21.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:19.531015+0000 mgr.smithi138.yorhtj (mgr.24405) 334 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 314 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 697 op/s 2024-09-17T09:09:22.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178788 4.86 MB/sec execute 456 sec latency 53.496 ms 2024-09-17T09:09:23.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 179323 4.88 MB/sec execute 457 sec latency 46.258 ms 2024-09-17T09:09:23.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:21.531593+0000 mgr.smithi138.yorhtj (mgr.24405) 335 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 325 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.7 MiB/s wr, 965 op/s 2024-09-17T09:09:23.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:21.531593+0000 mgr.smithi138.yorhtj (mgr.24405) 335 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 325 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.7 MiB/s wr, 965 op/s 2024-09-17T09:09:24.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 179896 4.90 MB/sec execute 458 sec latency 34.509 ms 2024-09-17T09:09:25.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 180425 4.94 MB/sec execute 459 sec latency 27.824 ms 2024-09-17T09:09:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:23.531937+0000 mgr.smithi138.yorhtj (mgr.24405) 336 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 325 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 523 op/s 2024-09-17T09:09:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:24.936457+0000 mon.smithi138 (mon.1) 114 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:09:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:23.531937+0000 mgr.smithi138.yorhtj (mgr.24405) 336 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 325 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 523 op/s 2024-09-17T09:09:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:24.936457+0000 mon.smithi138 (mon.1) 114 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:09:26.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 180874 4.96 MB/sec execute 460 sec latency 31.359 ms 2024-09-17T09:09:27.014 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:09:27.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181219 4.98 MB/sec execute 461 sec latency 38.236 ms 2024-09-17T09:09:27.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:25.532503+0000 mgr.smithi138.yorhtj (mgr.24405) 337 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 320 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.0 MiB/s wr, 815 op/s 2024-09-17T09:09:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:25.532503+0000 mgr.smithi138.yorhtj (mgr.24405) 337 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 320 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.0 MiB/s wr, 815 op/s 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (13m) 7m ago 15m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (15m) 7m ago 15m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (14m) 7m ago 14m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (13m) 7m ago 15m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (10m) 7m ago 10m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (10m) 7m ago 10m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (16m) 7m ago 16m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (7m) 7m ago 14m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (16m) 7m ago 17m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:09:27.909 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (14m) 7m ago 14m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (7m) 7m ago 7m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (7m) 7m ago 7m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (15m) 7m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (14m) 7m ago 14m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (14m) 7m ago 14m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (13m) 7m ago 13m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (13m) 7m ago 13m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (12m) 7m ago 12m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (12m) 7m ago 12m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (12m) 7m ago 12m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (11m) 7m ago 11m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (11m) 7m ago 11m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:09:27.910 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (13m) 7m ago 14m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:09:28.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181449 4.97 MB/sec execute 462 sec latency 48.250 ms 2024-09-17T09:09:28.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:28 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:26.995138+0000 mgr.smithi138.yorhtj (mgr.24405) 338 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:09:28.478 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:09:28.478 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:09:28.479 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:09:28.480 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:09:28.480 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:09:28.480 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:09:28.480 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:09:28.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:26.995138+0000 mgr.smithi138.yorhtj (mgr.24405) 338 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:09:28.923 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:09:28.923 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:09:28.923 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:09:28.923 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:09:28.923 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:09:28.923 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:09:28.924 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:09:28.924 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:09:28.924 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:09:29.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181725 4.97 MB/sec execute 463 sec latency 72.497 ms 2024-09-17T09:09:29.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:27.460072+0000 mgr.smithi138.yorhtj (mgr.24405) 339 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:09:29.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:27.532831+0000 mgr.smithi138.yorhtj (mgr.24405) 340 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 320 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.0 MiB/s wr, 560 op/s 2024-09-17T09:09:29.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:27.899647+0000 mgr.smithi138.yorhtj (mgr.24405) 341 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:09:29.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:28.477949+0000 mon.smithi110 (mon.0) 847 : audit [DBG] from='client.? 172.21.15.110:0/2788617949' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:09:29.469 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:09:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:27.460072+0000 mgr.smithi138.yorhtj (mgr.24405) 339 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:09:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:27.532831+0000 mgr.smithi138.yorhtj (mgr.24405) 340 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 320 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.0 MiB/s wr, 560 op/s 2024-09-17T09:09:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:27.899647+0000 mgr.smithi138.yorhtj (mgr.24405) 341 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:09:29.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:28.477949+0000 mon.smithi110 (mon.0) 847 : audit [DBG] from='client.? 172.21.15.110:0/2788617949' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:09:30.164 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181985 4.97 MB/sec execute 464 sec latency 52.798 ms 2024-09-17T09:09:30.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:28.922746+0000 mgr.smithi138.yorhtj (mgr.24405) 342 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:09:30.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:29.469138+0000 mon.smithi110 (mon.0) 848 : audit [DBG] from='client.? 172.21.15.110:0/4083001476' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:09:30.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:28.922746+0000 mgr.smithi138.yorhtj (mgr.24405) 342 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:09:30.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:30 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:29.469138+0000 mon.smithi110 (mon.0) 848 : audit [DBG] from='client.? 172.21.15.110:0/4083001476' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:09:31.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182279 4.97 MB/sec execute 465 sec latency 46.851 ms 2024-09-17T09:09:31.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:29.533140+0000 mgr.smithi138.yorhtj (mgr.24405) 343 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 320 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.0 MiB/s wr, 560 op/s 2024-09-17T09:09:31.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:29.533140+0000 mgr.smithi138.yorhtj (mgr.24405) 343 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 320 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.0 MiB/s wr, 560 op/s 2024-09-17T09:09:32.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182934 4.99 MB/sec execute 466 sec latency 30.897 ms 2024-09-17T09:09:33.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 183551 5.01 MB/sec execute 467 sec latency 20.210 ms 2024-09-17T09:09:33.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:31.533777+0000 mgr.smithi138.yorhtj (mgr.24405) 344 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 313 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 771 op/s 2024-09-17T09:09:33.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:31.533777+0000 mgr.smithi138.yorhtj (mgr.24405) 344 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 313 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 771 op/s 2024-09-17T09:09:34.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 184255 5.06 MB/sec execute 468 sec latency 29.061 ms 2024-09-17T09:09:35.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 184794 5.10 MB/sec execute 469 sec latency 31.087 ms 2024-09-17T09:09:35.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:33.534259+0000 mgr.smithi138.yorhtj (mgr.24405) 345 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 313 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 502 op/s 2024-09-17T09:09:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:33.534259+0000 mgr.smithi138.yorhtj (mgr.24405) 345 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 313 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 502 op/s 2024-09-17T09:09:36.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185211 5.10 MB/sec execute 470 sec latency 30.649 ms 2024-09-17T09:09:37.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185604 5.10 MB/sec execute 471 sec latency 41.653 ms 2024-09-17T09:09:37.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:35.534886+0000 mgr.smithi138.yorhtj (mgr.24405) 346 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 326 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.4 MiB/s wr, 836 op/s 2024-09-17T09:09:37.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:35.534886+0000 mgr.smithi138.yorhtj (mgr.24405) 346 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 326 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.4 MiB/s wr, 836 op/s 2024-09-17T09:09:38.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 186118 5.13 MB/sec execute 472 sec latency 31.204 ms 2024-09-17T09:09:39.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 186878 5.14 MB/sec execute 473 sec latency 23.331 ms 2024-09-17T09:09:39.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:37.535240+0000 mgr.smithi138.yorhtj (mgr.24405) 347 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 326 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2024-09-17T09:09:39.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:37.535240+0000 mgr.smithi138.yorhtj (mgr.24405) 347 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 326 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2024-09-17T09:09:40.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 187361 5.17 MB/sec execute 474 sec latency 29.173 ms 2024-09-17T09:09:40.479 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:39.936604+0000 mon.smithi138 (mon.1) 115 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:09:40.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:39.936604+0000 mon.smithi138 (mon.1) 115 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:09:41.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 187887 5.20 MB/sec execute 475 sec latency 32.728 ms 2024-09-17T09:09:41.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:39.535646+0000 mgr.smithi138.yorhtj (mgr.24405) 348 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 326 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2024-09-17T09:09:41.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:39.535646+0000 mgr.smithi138.yorhtj (mgr.24405) 348 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 326 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2024-09-17T09:09:42.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188308 5.22 MB/sec execute 476 sec latency 37.140 ms 2024-09-17T09:09:43.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188886 5.23 MB/sec execute 477 sec latency 32.236 ms 2024-09-17T09:09:43.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:41.536331+0000 mgr.smithi138.yorhtj (mgr.24405) 349 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 319 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 863 op/s 2024-09-17T09:09:43.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:41.536331+0000 mgr.smithi138.yorhtj (mgr.24405) 349 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 319 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 863 op/s 2024-09-17T09:09:44.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 189717 5.26 MB/sec execute 478 sec latency 41.950 ms 2024-09-17T09:09:45.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 190731 5.30 MB/sec execute 479 sec latency 36.606 ms 2024-09-17T09:09:45.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:43.536671+0000 mgr.smithi138.yorhtj (mgr.24405) 350 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 319 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.6 MiB/s wr, 652 op/s 2024-09-17T09:09:45.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:43.536671+0000 mgr.smithi138.yorhtj (mgr.24405) 350 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 319 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.6 MiB/s wr, 652 op/s 2024-09-17T09:09:46.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 191294 5.34 MB/sec execute 480 sec latency 31.986 ms 2024-09-17T09:09:47.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 191772 5.36 MB/sec execute 481 sec latency 44.600 ms 2024-09-17T09:09:47.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:45.537217+0000 mgr.smithi138.yorhtj (mgr.24405) 351 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 326 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-09-17T09:09:47.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:45.537217+0000 mgr.smithi138.yorhtj (mgr.24405) 351 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 326 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-09-17T09:09:48.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 192182 5.37 MB/sec execute 482 sec latency 36.965 ms 2024-09-17T09:09:49.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 192930 5.38 MB/sec execute 483 sec latency 23.672 ms 2024-09-17T09:09:49.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:47.537529+0000 mgr.smithi138.yorhtj (mgr.24405) 352 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 326 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 731 op/s 2024-09-17T09:09:49.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:47.537529+0000 mgr.smithi138.yorhtj (mgr.24405) 352 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 326 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 731 op/s 2024-09-17T09:09:50.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 193414 5.40 MB/sec execute 484 sec latency 46.952 ms 2024-09-17T09:09:51.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 194005 5.41 MB/sec execute 485 sec latency 32.625 ms 2024-09-17T09:09:51.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:49.537912+0000 mgr.smithi138.yorhtj (mgr.24405) 353 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 326 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 731 op/s 2024-09-17T09:09:51.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:49.537912+0000 mgr.smithi138.yorhtj (mgr.24405) 353 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 326 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 731 op/s 2024-09-17T09:09:52.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 194313 5.42 MB/sec execute 486 sec latency 36.340 ms 2024-09-17T09:09:53.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195087 5.48 MB/sec execute 487 sec latency 41.273 ms 2024-09-17T09:09:53.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:51.538580+0000 mgr.smithi138.yorhtj (mgr.24405) 354 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 313 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-09-17T09:09:53.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:51.538580+0000 mgr.smithi138.yorhtj (mgr.24405) 354 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 313 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-09-17T09:09:54.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195661 5.49 MB/sec execute 488 sec latency 22.527 ms 2024-09-17T09:09:55.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 196250 5.50 MB/sec execute 489 sec latency 24.883 ms 2024-09-17T09:09:55.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:53.538941+0000 mgr.smithi138.yorhtj (mgr.24405) 355 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 313 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 730 op/s 2024-09-17T09:09:55.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:54.936830+0000 mon.smithi138 (mon.1) 116 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:09:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:53.538941+0000 mgr.smithi138.yorhtj (mgr.24405) 355 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 313 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 730 op/s 2024-09-17T09:09:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:54.936830+0000 mon.smithi138 (mon.1) 116 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:09:56.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 196783 5.53 MB/sec execute 490 sec latency 32.007 ms 2024-09-17T09:09:57.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 197428 5.53 MB/sec execute 491 sec latency 36.270 ms 2024-09-17T09:09:57.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:55.539692+0000 mgr.smithi138.yorhtj (mgr.24405) 356 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 322 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-17T09:09:57.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:55.539692+0000 mgr.smithi138.yorhtj (mgr.24405) 356 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 322 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-17T09:09:58.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 197881 5.55 MB/sec execute 492 sec latency 26.726 ms 2024-09-17T09:09:59.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 198367 5.58 MB/sec execute 493 sec latency 34.768 ms 2024-09-17T09:09:59.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:09:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:57.540045+0000 mgr.smithi138.yorhtj (mgr.24405) 357 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 322 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 665 op/s 2024-09-17T09:09:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:09:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:57.540045+0000 mgr.smithi138.yorhtj (mgr.24405) 357 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 322 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 665 op/s 2024-09-17T09:09:59.914 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:10:00.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 198820 5.61 MB/sec execute 494 sec latency 33.140 ms 2024-09-17T09:10:00.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:00.000084+0000 mon.smithi110 (mon.0) 849 : cluster [INF] overall HEALTH_OK 2024-09-17T09:10:00.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:00.000084+0000 mon.smithi110 (mon.0) 849 : cluster [INF] overall HEALTH_OK 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (14m) 7m ago 16m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (16m) 7m ago 16m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (15m) 7m ago 15m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (14m) 7m ago 15m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (10m) 7m ago 10m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (10m) 7m ago 10m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (17m) 7m ago 17m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (8m) 7m ago 15m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (17m) 7m ago 17m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:10:00.731 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (15m) 7m ago 15m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (7m) 7m ago 7m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (7m) 7m ago 7m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (15m) 7m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (14m) 7m ago 14m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (14m) 7m ago 14m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (14m) 7m ago 14m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (13m) 7m ago 13m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (13m) 7m ago 13m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (13m) 7m ago 13m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (12m) 7m ago 12m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (12m) 7m ago 12m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (12m) 7m ago 12m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:10:00.732 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (14m) 7m ago 15m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:10:01.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199088 5.61 MB/sec execute 495 sec latency 37.758 ms 2024-09-17T09:10:01.284 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:10:01.284 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:10:01.285 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:10:01.286 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:10:01.286 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:10:01.286 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:10:01.286 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:10:01.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:09:59.540332+0000 mgr.smithi138.yorhtj (mgr.24405) 358 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 322 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 665 op/s 2024-09-17T09:10:01.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:09:59.899440+0000 mgr.smithi138.yorhtj (mgr.24405) 359 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:01.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:00.299808+0000 mgr.smithi138.yorhtj (mgr.24405) 360 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:09:59.540332+0000 mgr.smithi138.yorhtj (mgr.24405) 358 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 322 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 665 op/s 2024-09-17T09:10:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:09:59.899440+0000 mgr.smithi138.yorhtj (mgr.24405) 359 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:00.299808+0000 mgr.smithi138.yorhtj (mgr.24405) 360 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:01.780 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:10:01.780 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:10:01.780 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:10:01.780 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:10:01.780 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:10:01.780 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:10:01.781 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:10:01.781 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:10:01.781 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:10:02.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199327 5.60 MB/sec execute 496 sec latency 53.815 ms 2024-09-17T09:10:02.347 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:10:02.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:00.720010+0000 mgr.smithi138.yorhtj (mgr.24405) 361 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:02.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:01.284076+0000 mon.smithi110 (mon.0) 850 : audit [DBG] from='client.? 172.21.15.110:0/848464655' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:10:02.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:00.720010+0000 mgr.smithi138.yorhtj (mgr.24405) 361 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:02.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:01.284076+0000 mon.smithi110 (mon.0) 850 : audit [DBG] from='client.? 172.21.15.110:0/848464655' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:10:03.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199608 5.60 MB/sec execute 497 sec latency 56.197 ms 2024-09-17T09:10:03.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:01.541090+0000 mgr.smithi138.yorhtj (mgr.24405) 362 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 957 op/s 2024-09-17T09:10:03.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:01.779391+0000 mgr.smithi138.yorhtj (mgr.24405) 363 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:03.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:02.346749+0000 mon.smithi110 (mon.0) 851 : audit [DBG] from='client.? 172.21.15.110:0/284788871' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:10:03.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:01.541090+0000 mgr.smithi138.yorhtj (mgr.24405) 362 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 957 op/s 2024-09-17T09:10:03.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:01.779391+0000 mgr.smithi138.yorhtj (mgr.24405) 363 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:03.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:02.346749+0000 mon.smithi110 (mon.0) 851 : audit [DBG] from='client.? 172.21.15.110:0/284788871' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:10:04.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199953 5.60 MB/sec execute 498 sec latency 78.266 ms 2024-09-17T09:10:05.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 200521 5.62 MB/sec execute 499 sec latency 42.027 ms 2024-09-17T09:10:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:03.541603+0000 mgr.smithi138.yorhtj (mgr.24405) 364 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.9 MiB/s wr, 639 op/s 2024-09-17T09:10:05.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:03.541603+0000 mgr.smithi138.yorhtj (mgr.24405) 364 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.9 MiB/s wr, 639 op/s 2024-09-17T09:10:06.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 201188 5.63 MB/sec execute 500 sec latency 20.735 ms 2024-09-17T09:10:07.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 201590 5.66 MB/sec execute 501 sec latency 41.422 ms 2024-09-17T09:10:07.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:05.542204+0000 mgr.smithi138.yorhtj (mgr.24405) 365 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 318 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 882 op/s 2024-09-17T09:10:07.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:05.542204+0000 mgr.smithi138.yorhtj (mgr.24405) 365 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 318 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 882 op/s 2024-09-17T09:10:08.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202108 5.69 MB/sec execute 502 sec latency 41.923 ms 2024-09-17T09:10:09.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202505 5.70 MB/sec execute 503 sec latency 42.517 ms 2024-09-17T09:10:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:07.542559+0000 mgr.smithi138.yorhtj (mgr.24405) 366 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 318 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 534 op/s 2024-09-17T09:10:09.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:07.542559+0000 mgr.smithi138.yorhtj (mgr.24405) 366 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 318 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 534 op/s 2024-09-17T09:10:10.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202980 5.70 MB/sec execute 504 sec latency 27.852 ms 2024-09-17T09:10:10.479 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:09.936971+0000 mon.smithi138 (mon.1) 117 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:10:10.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:09.936971+0000 mon.smithi138 (mon.1) 117 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:10:11.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 203482 5.71 MB/sec execute 505 sec latency 36.175 ms 2024-09-17T09:10:11.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:09.542892+0000 mgr.smithi138.yorhtj (mgr.24405) 367 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 318 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 534 op/s 2024-09-17T09:10:11.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:09.542892+0000 mgr.smithi138.yorhtj (mgr.24405) 367 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 318 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 534 op/s 2024-09-17T09:10:12.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 204092 5.73 MB/sec execute 506 sec latency 28.752 ms 2024-09-17T09:10:13.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 204777 5.75 MB/sec execute 507 sec latency 27.429 ms 2024-09-17T09:10:13.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:11.543644+0000 mgr.smithi138.yorhtj (mgr.24405) 368 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 328 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 818 op/s 2024-09-17T09:10:13.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:11.543644+0000 mgr.smithi138.yorhtj (mgr.24405) 368 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 328 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 818 op/s 2024-09-17T09:10:14.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205330 5.78 MB/sec execute 508 sec latency 30.328 ms 2024-09-17T09:10:15.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205819 5.80 MB/sec execute 509 sec latency 37.193 ms 2024-09-17T09:10:15.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:13.543996+0000 mgr.smithi138.yorhtj (mgr.24405) 369 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 328 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2024-09-17T09:10:15.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:13.543996+0000 mgr.smithi138.yorhtj (mgr.24405) 369 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 328 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2024-09-17T09:10:16.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206219 5.82 MB/sec execute 510 sec latency 36.862 ms 2024-09-17T09:10:17.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206649 5.82 MB/sec execute 511 sec latency 56.245 ms 2024-09-17T09:10:17.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:15.544598+0000 mgr.smithi138.yorhtj (mgr.24405) 370 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 330 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 868 op/s 2024-09-17T09:10:17.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:15.544598+0000 mgr.smithi138.yorhtj (mgr.24405) 370 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 330 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 868 op/s 2024-09-17T09:10:18.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 207092 5.82 MB/sec execute 512 sec latency 29.072 ms 2024-09-17T09:10:19.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 207569 5.84 MB/sec execute 513 sec latency 43.039 ms 2024-09-17T09:10:19.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:17.544955+0000 mgr.smithi138.yorhtj (mgr.24405) 371 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 330 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.9 MiB/s wr, 625 op/s 2024-09-17T09:10:19.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:17.544955+0000 mgr.smithi138.yorhtj (mgr.24405) 371 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 330 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.9 MiB/s wr, 625 op/s 2024-09-17T09:10:20.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208120 5.85 MB/sec execute 514 sec latency 39.713 ms 2024-09-17T09:10:21.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208432 5.85 MB/sec execute 515 sec latency 42.028 ms 2024-09-17T09:10:21.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:19.545252+0000 mgr.smithi138.yorhtj (mgr.24405) 372 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 330 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.9 MiB/s wr, 625 op/s 2024-09-17T09:10:21.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:19.545252+0000 mgr.smithi138.yorhtj (mgr.24405) 372 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 330 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.9 MiB/s wr, 625 op/s 2024-09-17T09:10:22.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208810 5.88 MB/sec execute 516 sec latency 46.307 ms 2024-09-17T09:10:23.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209183 5.89 MB/sec execute 517 sec latency 41.222 ms 2024-09-17T09:10:23.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:21.545983+0000 mgr.smithi138.yorhtj (mgr.24405) 373 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 317 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 913 op/s 2024-09-17T09:10:23.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:21.545983+0000 mgr.smithi138.yorhtj (mgr.24405) 373 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 317 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 913 op/s 2024-09-17T09:10:24.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209791 5.91 MB/sec execute 518 sec latency 45.457 ms 2024-09-17T09:10:25.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 210587 5.92 MB/sec execute 519 sec latency 69.281 ms 2024-09-17T09:10:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:23.546326+0000 mgr.smithi138.yorhtj (mgr.24405) 374 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 317 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 630 op/s 2024-09-17T09:10:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:24.937407+0000 mon.smithi138 (mon.1) 118 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:10:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:23.546326+0000 mgr.smithi138.yorhtj (mgr.24405) 374 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 317 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 630 op/s 2024-09-17T09:10:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:24.937407+0000 mon.smithi138 (mon.1) 118 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:10:26.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 211337 5.95 MB/sec execute 520 sec latency 25.970 ms 2024-09-17T09:10:27.166 INFO:teuthology.orchestra.run.smithi110.stdout: 5 211889 5.96 MB/sec execute 521 sec latency 39.383 ms 2024-09-17T09:10:27.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:25.547063+0000 mgr.smithi138.yorhtj (mgr.24405) 375 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 328 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 954 op/s 2024-09-17T09:10:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:25.547063+0000 mgr.smithi138.yorhtj (mgr.24405) 375 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 328 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 954 op/s 2024-09-17T09:10:28.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 212439 6.00 MB/sec execute 522 sec latency 24.706 ms 2024-09-17T09:10:29.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213044 6.03 MB/sec execute 523 sec latency 43.447 ms 2024-09-17T09:10:29.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:27.547405+0000 mgr.smithi138.yorhtj (mgr.24405) 376 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 328 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 612 op/s 2024-09-17T09:10:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:27.547405+0000 mgr.smithi138.yorhtj (mgr.24405) 376 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 328 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 612 op/s 2024-09-17T09:10:30.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213441 6.03 MB/sec execute 524 sec latency 34.795 ms 2024-09-17T09:10:31.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213859 6.03 MB/sec execute 525 sec latency 52.776 ms 2024-09-17T09:10:31.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:29.547791+0000 mgr.smithi138.yorhtj (mgr.24405) 377 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 328 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 612 op/s 2024-09-17T09:10:31.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:29.547791+0000 mgr.smithi138.yorhtj (mgr.24405) 377 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 328 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 612 op/s 2024-09-17T09:10:32.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 214312 6.04 MB/sec execute 526 sec latency 47.604 ms 2024-09-17T09:10:32.817 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:10:33.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 214855 6.05 MB/sec execute 527 sec latency 49.995 ms 2024-09-17T09:10:33.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:31.548536+0000 mgr.smithi138.yorhtj (mgr.24405) 378 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 333 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 9.4 MiB/s wr, 944 op/s 2024-09-17T09:10:33.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:31.548536+0000 mgr.smithi138.yorhtj (mgr.24405) 378 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 333 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 9.4 MiB/s wr, 944 op/s 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (15m) 8m ago 16m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (16m) 8m ago 16m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (15m) 8m ago 15m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (14m) 8m ago 16m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (11m) 8m ago 11m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (11m) 8m ago 11m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (17m) 8m ago 17m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (9m) 8m ago 15m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (17m) 8m ago 18m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:10:33.678 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (15m) 8m ago 15m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (8m) 8m ago 8m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (8m) 8m ago 8m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (16m) 8m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (15m) 8m ago 15m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (15m) 8m ago 15m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (14m) 8m ago 14m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (14m) 8m ago 14m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (13m) 8m ago 13m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (13m) 8m ago 13m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:10:33.679 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (13m) 8m ago 13m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:10:33.680 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (12m) 8m ago 12m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:10:33.680 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (12m) 8m ago 12m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:10:33.680 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (14m) 8m ago 15m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:10:34.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215424 6.06 MB/sec execute 528 sec latency 47.160 ms 2024-09-17T09:10:34.193 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:10:34.193 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:10:34.193 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:10:34.193 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:10:34.193 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:10:34.193 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:10:34.193 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:10:34.194 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:10:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:32.802394+0000 mgr.smithi138.yorhtj (mgr.24405) 379 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:33.234865+0000 mgr.smithi138.yorhtj (mgr.24405) 380 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:34.192963+0000 mon.smithi110 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.110:0/2813421591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:10:34.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:32.802394+0000 mgr.smithi138.yorhtj (mgr.24405) 379 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:34.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:33.234865+0000 mgr.smithi138.yorhtj (mgr.24405) 380 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:34.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:34.192963+0000 mon.smithi110 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.110:0/2813421591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:10:34.607 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:10:35.105 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:10:35.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215815 6.08 MB/sec execute 529 sec latency 35.963 ms 2024-09-17T09:10:35.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:33.548881+0000 mgr.smithi138.yorhtj (mgr.24405) 381 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 333 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.6 KiB/s rd, 7.0 MiB/s wr, 656 op/s 2024-09-17T09:10:35.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:33.667751+0000 mgr.smithi138.yorhtj (mgr.24405) 382 : audit [DBG] from='client.24755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:35.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:35.105361+0000 mon.smithi110 (mon.0) 853 : audit [DBG] from='client.? 172.21.15.110:0/986322436' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:10:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:33.548881+0000 mgr.smithi138.yorhtj (mgr.24405) 381 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 333 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.6 KiB/s rd, 7.0 MiB/s wr, 656 op/s 2024-09-17T09:10:35.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:33.667751+0000 mgr.smithi138.yorhtj (mgr.24405) 382 : audit [DBG] from='client.24755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:35.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:35.105361+0000 mon.smithi110 (mon.0) 853 : audit [DBG] from='client.? 172.21.15.110:0/986322436' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:10:36.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216276 6.10 MB/sec execute 530 sec latency 45.126 ms 2024-09-17T09:10:36.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:36 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:34.606584+0000 mgr.smithi138.yorhtj (mgr.24405) 383 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:36.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:34.606584+0000 mgr.smithi138.yorhtj (mgr.24405) 383 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:10:37.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216643 6.12 MB/sec execute 531 sec latency 47.484 ms 2024-09-17T09:10:37.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:35.549440+0000 mgr.smithi138.yorhtj (mgr.24405) 384 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 326 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 9.7 MiB/s wr, 950 op/s 2024-09-17T09:10:37.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:35.549440+0000 mgr.smithi138.yorhtj (mgr.24405) 384 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 326 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 9.7 MiB/s wr, 950 op/s 2024-09-17T09:10:38.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216867 6.12 MB/sec execute 532 sec latency 47.339 ms 2024-09-17T09:10:39.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 217176 6.12 MB/sec execute 533 sec latency 55.518 ms 2024-09-17T09:10:39.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:37.549763+0000 mgr.smithi138.yorhtj (mgr.24405) 385 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 326 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.2 MiB/s wr, 626 op/s 2024-09-17T09:10:39.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:37.549763+0000 mgr.smithi138.yorhtj (mgr.24405) 385 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 326 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.2 MiB/s wr, 626 op/s 2024-09-17T09:10:40.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 217563 6.11 MB/sec execute 534 sec latency 43.081 ms 2024-09-17T09:10:40.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:39.937571+0000 mon.smithi138 (mon.1) 119 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:10:40.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:39.937571+0000 mon.smithi138 (mon.1) 119 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:10:41.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 217892 6.12 MB/sec execute 535 sec latency 62.558 ms 2024-09-17T09:10:41.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:39.550139+0000 mgr.smithi138.yorhtj (mgr.24405) 386 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 326 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.2 MiB/s wr, 626 op/s 2024-09-17T09:10:41.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:39.550139+0000 mgr.smithi138.yorhtj (mgr.24405) 386 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 326 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.2 MiB/s wr, 626 op/s 2024-09-17T09:10:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 218448 6.13 MB/sec execute 536 sec latency 41.158 ms 2024-09-17T09:10:43.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 218999 6.14 MB/sec execute 537 sec latency 36.813 ms 2024-09-17T09:10:43.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:41.550859+0000 mgr.smithi138.yorhtj (mgr.24405) 387 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 322 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 846 op/s 2024-09-17T09:10:43.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:41.550859+0000 mgr.smithi138.yorhtj (mgr.24405) 387 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 322 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 846 op/s 2024-09-17T09:10:44.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 219392 6.16 MB/sec execute 538 sec latency 53.017 ms 2024-09-17T09:10:45.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220014 6.19 MB/sec execute 539 sec latency 25.786 ms 2024-09-17T09:10:45.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:43.551166+0000 mgr.smithi138.yorhtj (mgr.24405) 388 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 322 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 513 op/s 2024-09-17T09:10:45.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:43.551166+0000 mgr.smithi138.yorhtj (mgr.24405) 388 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 322 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 513 op/s 2024-09-17T09:10:46.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220404 6.20 MB/sec execute 540 sec latency 32.840 ms 2024-09-17T09:10:47.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220746 6.20 MB/sec execute 541 sec latency 41.649 ms 2024-09-17T09:10:47.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:45.551745+0000 mgr.smithi138.yorhtj (mgr.24405) 389 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 332 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 8.0 MiB/s wr, 803 op/s 2024-09-17T09:10:47.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:45.551745+0000 mgr.smithi138.yorhtj (mgr.24405) 389 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 332 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 8.0 MiB/s wr, 803 op/s 2024-09-17T09:10:48.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 221122 6.20 MB/sec execute 542 sec latency 45.175 ms 2024-09-17T09:10:49.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 221520 6.21 MB/sec execute 543 sec latency 48.302 ms 2024-09-17T09:10:49.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:47.552074+0000 mgr.smithi138.yorhtj (mgr.24405) 390 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 332 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2024-09-17T09:10:49.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:47.552074+0000 mgr.smithi138.yorhtj (mgr.24405) 390 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 332 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2024-09-17T09:10:50.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222157 6.22 MB/sec execute 544 sec latency 36.263 ms 2024-09-17T09:10:51.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222629 6.23 MB/sec execute 545 sec latency 27.828 ms 2024-09-17T09:10:51.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:49.552440+0000 mgr.smithi138.yorhtj (mgr.24405) 391 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 332 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2024-09-17T09:10:51.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:49.552440+0000 mgr.smithi138.yorhtj (mgr.24405) 391 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 332 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2024-09-17T09:10:52.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223104 6.26 MB/sec execute 546 sec latency 50.726 ms 2024-09-17T09:10:53.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223547 6.28 MB/sec execute 547 sec latency 36.182 ms 2024-09-17T09:10:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:51.553308+0000 mgr.smithi138.yorhtj (mgr.24405) 392 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 323 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 787 op/s 2024-09-17T09:10:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:10:52.121836+0000 mgr.smithi138.yorhtj (mgr.24405) 393 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:10:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:10:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:10:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:10:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:10:53.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:10:53.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:10:53.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:10:53.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:10:53.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:10:53.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:10:53.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:10:53.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:10:53.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:10:53.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:10:53.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:10:52.122759+0000 mgr.smithi138.yorhtj (mgr.24405) 394 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:10:53.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:10:52.123596+0000 mgr.smithi138.yorhtj (mgr.24405) 395 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:51.553308+0000 mgr.smithi138.yorhtj (mgr.24405) 392 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 323 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 787 op/s 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:10:52.121836+0000 mgr.smithi138.yorhtj (mgr.24405) 393 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:10:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:10:53.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:10:53.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:10:53.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:10:53.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:10:53.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:10:53.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:10:53.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:10:53.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:10:53.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:10:52.122759+0000 mgr.smithi138.yorhtj (mgr.24405) 394 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:10:53.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:10:52.123596+0000 mgr.smithi138.yorhtj (mgr.24405) 395 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:10:54.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223859 6.28 MB/sec execute 548 sec latency 54.365 ms 2024-09-17T09:10:55.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224158 6.28 MB/sec execute 549 sec latency 39.997 ms 2024-09-17T09:10:55.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:53.553644+0000 mgr.smithi138.yorhtj (mgr.24405) 396 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 323 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 568 op/s 2024-09-17T09:10:55.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:10:54.937542+0000 mon.smithi138 (mon.1) 120 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:10:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:53.553644+0000 mgr.smithi138.yorhtj (mgr.24405) 396 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 323 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 568 op/s 2024-09-17T09:10:55.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:10:54.937542+0000 mon.smithi138 (mon.1) 120 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:10:56.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224540 6.28 MB/sec execute 550 sec latency 43.379 ms 2024-09-17T09:10:57.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224861 6.28 MB/sec execute 551 sec latency 71.890 ms 2024-09-17T09:10:57.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:55.554280+0000 mgr.smithi138.yorhtj (mgr.24405) 397 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 331 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 9.3 KiB/s rd, 8.3 MiB/s wr, 816 op/s 2024-09-17T09:10:57.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:55.554280+0000 mgr.smithi138.yorhtj (mgr.24405) 397 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 331 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 9.3 KiB/s rd, 8.3 MiB/s wr, 816 op/s 2024-09-17T09:10:58.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 225270 6.29 MB/sec execute 552 sec latency 44.355 ms 2024-09-17T09:10:59.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 225845 6.30 MB/sec execute 553 sec latency 52.858 ms 2024-09-17T09:10:59.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:10:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:57.554625+0000 mgr.smithi138.yorhtj (mgr.24405) 398 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 331 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2024-09-17T09:10:59.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:10:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:57.554625+0000 mgr.smithi138.yorhtj (mgr.24405) 398 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 331 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2024-09-17T09:11:00.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226372 6.32 MB/sec execute 554 sec latency 35.337 ms 2024-09-17T09:11:01.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227120 6.36 MB/sec execute 555 sec latency 39.665 ms 2024-09-17T09:11:01.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:10:59.554968+0000 mgr.smithi138.yorhtj (mgr.24405) 399 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 331 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2024-09-17T09:11:01.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:10:59.554968+0000 mgr.smithi138.yorhtj (mgr.24405) 399 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 331 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2024-09-17T09:11:02.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227531 6.37 MB/sec execute 556 sec latency 28.278 ms 2024-09-17T09:11:03.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227953 6.37 MB/sec execute 557 sec latency 62.527 ms 2024-09-17T09:11:03.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:01.555757+0000 mgr.smithi138.yorhtj (mgr.24405) 400 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 329 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.9 MiB/s wr, 814 op/s 2024-09-17T09:11:03.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:01.555757+0000 mgr.smithi138.yorhtj (mgr.24405) 400 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 329 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.9 MiB/s wr, 814 op/s 2024-09-17T09:11:04.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 228375 6.37 MB/sec execute 558 sec latency 34.181 ms 2024-09-17T09:11:05.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 228827 6.38 MB/sec execute 559 sec latency 50.377 ms 2024-09-17T09:11:05.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:03.556120+0000 mgr.smithi138.yorhtj (mgr.24405) 401 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 329 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2024-09-17T09:11:05.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:03.556120+0000 mgr.smithi138.yorhtj (mgr.24405) 401 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 329 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2024-09-17T09:11:05.617 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:11:06.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 229436 6.39 MB/sec execute 560 sec latency 42.647 ms 2024-09-17T09:11:06.556 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:11:06.556 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (15m) 8m ago 17m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:11:06.556 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (17m) 8m ago 17m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (16m) 8m ago 16m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (15m) 8m ago 16m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (11m) 8m ago 11m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (11m) 8m ago 11m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (18m) 8m ago 18m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (9m) 8m ago 16m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (18m) 8m ago 18m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (16m) 8m ago 16m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (8m) 8m ago 8m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (8m) 8m ago 8m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (16m) 8m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:11:06.557 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (15m) 8m ago 15m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (15m) 8m ago 15m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (15m) 8m ago 15m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (14m) 8m ago 14m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (14m) 8m ago 14m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (14m) 8m ago 14m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (13m) 8m ago 13m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (13m) 8m ago 13m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (13m) 8m ago 13m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:11:06.558 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (15m) 8m ago 16m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:11:07.089 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:11:07.090 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:11:07.090 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:11:07.090 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:11:07.090 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:11:07.090 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:11:07.090 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:11:07.090 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:11:07.090 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:11:07.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 229873 6.40 MB/sec execute 561 sec latency 39.230 ms 2024-09-17T09:11:07.530 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:11:07.530 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:11:07.530 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:11:07.530 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:11:07.530 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:11:07.530 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:11:07.530 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:11:07.530 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:11:07.531 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:11:07.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:05.556699+0000 mgr.smithi138.yorhtj (mgr.24405) 402 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 323 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 842 op/s 2024-09-17T09:11:07.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:05.597985+0000 mgr.smithi138.yorhtj (mgr.24405) 403 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:07.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:06.100339+0000 mgr.smithi138.yorhtj (mgr.24405) 404 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:07.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:07.088417+0000 mon.smithi110 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.110:0/3315292817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:11:07.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:05.556699+0000 mgr.smithi138.yorhtj (mgr.24405) 402 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 323 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 842 op/s 2024-09-17T09:11:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:05.597985+0000 mgr.smithi138.yorhtj (mgr.24405) 403 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:06.100339+0000 mgr.smithi138.yorhtj (mgr.24405) 404 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:07.088417+0000 mon.smithi110 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.110:0/3315292817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:11:08.044 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:11:08.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 230414 6.43 MB/sec execute 562 sec latency 43.997 ms 2024-09-17T09:11:08.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:06.545313+0000 mgr.smithi138.yorhtj (mgr.24405) 405 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:08.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:08 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:08.044008+0000 mon.smithi110 (mon.0) 855 : audit [DBG] from='client.? 172.21.15.110:0/489303913' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:11:08.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:06.545313+0000 mgr.smithi138.yorhtj (mgr.24405) 405 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:08.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:08.044008+0000 mon.smithi110 (mon.0) 855 : audit [DBG] from='client.? 172.21.15.110:0/489303913' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:11:09.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 230867 6.45 MB/sec execute 563 sec latency 50.923 ms 2024-09-17T09:11:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:07.529080+0000 mgr.smithi138.yorhtj (mgr.24405) 406 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:07.557008+0000 mgr.smithi138.yorhtj (mgr.24405) 407 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 323 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 594 op/s 2024-09-17T09:11:09.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:07.529080+0000 mgr.smithi138.yorhtj (mgr.24405) 406 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:09.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:07.557008+0000 mgr.smithi138.yorhtj (mgr.24405) 407 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 323 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 594 op/s 2024-09-17T09:11:10.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 231087 6.45 MB/sec execute 564 sec latency 40.999 ms 2024-09-17T09:11:10.567 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:09.937807+0000 mon.smithi138 (mon.1) 121 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:11:10.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:09.937807+0000 mon.smithi138 (mon.1) 121 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:11:11.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 231363 6.45 MB/sec execute 565 sec latency 69.869 ms 2024-09-17T09:11:11.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:09.557310+0000 mgr.smithi138.yorhtj (mgr.24405) 408 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 323 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 594 op/s 2024-09-17T09:11:11.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:09.557310+0000 mgr.smithi138.yorhtj (mgr.24405) 408 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 323 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 594 op/s 2024-09-17T09:11:12.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 231839 6.44 MB/sec execute 566 sec latency 41.955 ms 2024-09-17T09:11:13.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 232221 6.45 MB/sec execute 567 sec latency 36.073 ms 2024-09-17T09:11:13.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:11.558063+0000 mgr.smithi138.yorhtj (mgr.24405) 409 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 331 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 853 op/s 2024-09-17T09:11:13.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:11.558063+0000 mgr.smithi138.yorhtj (mgr.24405) 409 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 331 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 853 op/s 2024-09-17T09:11:14.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 232946 6.47 MB/sec execute 568 sec latency 81.741 ms 2024-09-17T09:11:15.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 233670 6.50 MB/sec execute 569 sec latency 24.895 ms 2024-09-17T09:11:15.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:13.558427+0000 mgr.smithi138.yorhtj (mgr.24405) 410 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 331 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2024-09-17T09:11:15.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:13.558427+0000 mgr.smithi138.yorhtj (mgr.24405) 410 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 331 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2024-09-17T09:11:16.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 234216 6.53 MB/sec execute 570 sec latency 31.607 ms 2024-09-17T09:11:17.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 234522 6.53 MB/sec execute 571 sec latency 40.457 ms 2024-09-17T09:11:17.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:15.559108+0000 mgr.smithi138.yorhtj (mgr.24405) 411 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 332 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 892 op/s 2024-09-17T09:11:17.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:15.559108+0000 mgr.smithi138.yorhtj (mgr.24405) 411 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 332 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 892 op/s 2024-09-17T09:11:18.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 234767 6.53 MB/sec execute 572 sec latency 45.828 ms 2024-09-17T09:11:19.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 235085 6.52 MB/sec execute 573 sec latency 64.538 ms 2024-09-17T09:11:19.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:17.559434+0000 mgr.smithi138.yorhtj (mgr.24405) 412 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 332 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.2 MiB/s wr, 585 op/s 2024-09-17T09:11:19.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:17.559434+0000 mgr.smithi138.yorhtj (mgr.24405) 412 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 332 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.2 MiB/s wr, 585 op/s 2024-09-17T09:11:20.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 235370 6.52 MB/sec execute 574 sec latency 66.476 ms 2024-09-17T09:11:21.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 235638 6.52 MB/sec execute 575 sec latency 74.300 ms 2024-09-17T09:11:21.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:19.559849+0000 mgr.smithi138.yorhtj (mgr.24405) 413 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 332 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.2 MiB/s wr, 585 op/s 2024-09-17T09:11:21.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:19.559849+0000 mgr.smithi138.yorhtj (mgr.24405) 413 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 332 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.2 MiB/s wr, 585 op/s 2024-09-17T09:11:22.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 236101 6.53 MB/sec execute 576 sec latency 65.568 ms 2024-09-17T09:11:23.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 236649 6.54 MB/sec execute 577 sec latency 52.544 ms 2024-09-17T09:11:23.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:21.560558+0000 mgr.smithi138.yorhtj (mgr.24405) 414 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 321 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.3 MiB/s wr, 806 op/s 2024-09-17T09:11:23.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:21.560558+0000 mgr.smithi138.yorhtj (mgr.24405) 414 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 321 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.3 MiB/s wr, 806 op/s 2024-09-17T09:11:24.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 237060 6.56 MB/sec execute 578 sec latency 39.550 ms 2024-09-17T09:11:25.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 237490 6.57 MB/sec execute 579 sec latency 39.256 ms 2024-09-17T09:11:25.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:23.560882+0000 mgr.smithi138.yorhtj (mgr.24405) 415 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 321 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 546 op/s 2024-09-17T09:11:25.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:24.938107+0000 mon.smithi138 (mon.1) 122 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:11:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:23.560882+0000 mgr.smithi138.yorhtj (mgr.24405) 415 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 321 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 546 op/s 2024-09-17T09:11:25.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:24.938107+0000 mon.smithi138 (mon.1) 122 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:11:26.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 237811 6.58 MB/sec execute 580 sec latency 122.243 ms 2024-09-17T09:11:27.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 238060 6.58 MB/sec execute 581 sec latency 50.430 ms 2024-09-17T09:11:27.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:25.561403+0000 mgr.smithi138.yorhtj (mgr.24405) 416 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 335 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 795 op/s 2024-09-17T09:11:27.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:25.561403+0000 mgr.smithi138.yorhtj (mgr.24405) 416 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 335 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 795 op/s 2024-09-17T09:11:28.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 238261 6.58 MB/sec execute 582 sec latency 65.139 ms 2024-09-17T09:11:29.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 238728 6.58 MB/sec execute 583 sec latency 33.263 ms 2024-09-17T09:11:29.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:27.561839+0000 mgr.smithi138.yorhtj (mgr.24405) 417 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 335 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2024-09-17T09:11:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:27.561839+0000 mgr.smithi138.yorhtj (mgr.24405) 417 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 335 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2024-09-17T09:11:30.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 239111 6.58 MB/sec execute 584 sec latency 44.720 ms 2024-09-17T09:11:31.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 239482 6.59 MB/sec execute 585 sec latency 68.243 ms 2024-09-17T09:11:31.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:29.562150+0000 mgr.smithi138.yorhtj (mgr.24405) 418 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 335 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2024-09-17T09:11:31.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:29.562150+0000 mgr.smithi138.yorhtj (mgr.24405) 418 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 335 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2024-09-17T09:11:32.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 239998 6.59 MB/sec execute 586 sec latency 52.521 ms 2024-09-17T09:11:33.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 240363 6.60 MB/sec execute 587 sec latency 37.956 ms 2024-09-17T09:11:33.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:31.562802+0000 mgr.smithi138.yorhtj (mgr.24405) 419 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 319 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 695 op/s 2024-09-17T09:11:33.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:31.562802+0000 mgr.smithi138.yorhtj (mgr.24405) 419 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 319 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 695 op/s 2024-09-17T09:11:34.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 240702 6.62 MB/sec execute 588 sec latency 67.869 ms 2024-09-17T09:11:35.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 241214 6.64 MB/sec execute 589 sec latency 45.916 ms 2024-09-17T09:11:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:33.563176+0000 mgr.smithi138.yorhtj (mgr.24405) 420 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 319 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.7 MiB/s wr, 475 op/s 2024-09-17T09:11:35.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:33.563176+0000 mgr.smithi138.yorhtj (mgr.24405) 420 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 319 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.7 MiB/s wr, 475 op/s 2024-09-17T09:11:36.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 241583 6.64 MB/sec execute 590 sec latency 37.343 ms 2024-09-17T09:11:37.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 241924 6.64 MB/sec execute 591 sec latency 50.352 ms 2024-09-17T09:11:37.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:35.563913+0000 mgr.smithi138.yorhtj (mgr.24405) 421 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 336 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.3 MiB/s wr, 711 op/s 2024-09-17T09:11:37.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:35.563913+0000 mgr.smithi138.yorhtj (mgr.24405) 421 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 336 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.3 MiB/s wr, 711 op/s 2024-09-17T09:11:38.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 242389 6.64 MB/sec execute 592 sec latency 36.853 ms 2024-09-17T09:11:38.569 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:11:39.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 242779 6.65 MB/sec execute 593 sec latency 50.015 ms 2024-09-17T09:11:39.441 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:11:39.441 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (16m) 9m ago 17m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:11:39.441 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (17m) 9m ago 17m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (16m) 9m ago 16m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (15m) 9m ago 17m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (12m) 9m ago 12m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (12m) 9m ago 12m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (19m) 9m ago 18m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (10m) 9m ago 16m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (19m) 9m ago 19m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (16m) 9m ago 16m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (9m) 9m ago 9m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (9m) 9m ago 9m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (17m) 9m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (16m) 9m ago 16m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:11:39.442 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (16m) 9m ago 16m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:11:39.443 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (15m) 9m ago 15m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:11:39.443 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (15m) 9m ago 15m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:11:39.443 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (14m) 9m ago 14m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:11:39.443 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (14m) 9m ago 14m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:11:39.443 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (14m) 9m ago 14m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:11:39.443 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (14m) 9m ago 14m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:11:39.443 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (13m) 9m ago 13m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:11:39.443 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (15m) 9m ago 17m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:11:39.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:37.564280+0000 mgr.smithi138.yorhtj (mgr.24405) 422 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 336 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2024-09-17T09:11:39.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:37.564280+0000 mgr.smithi138.yorhtj (mgr.24405) 422 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 336 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2024-09-17T09:11:39.979 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:11:39.979 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:11:39.979 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:11:39.980 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:11:39.981 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:11:39.981 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:11:39.981 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:11:39.981 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:11:40.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 243330 6.66 MB/sec execute 594 sec latency 85.173 ms 2024-09-17T09:11:40.430 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:11:40.430 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:11:40.430 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:11:40.430 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:11:40.430 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:11:40.430 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:11:40.430 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:11:40.430 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:11:40.431 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:11:40.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:38.540445+0000 mgr.smithi138.yorhtj (mgr.24405) 423 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:40.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:38.991090+0000 mgr.smithi138.yorhtj (mgr.24405) 424 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:40.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:39.426074+0000 mgr.smithi138.yorhtj (mgr.24405) 425 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:40.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:39.938245+0000 mon.smithi138 (mon.1) 123 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:11:40.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:39.978764+0000 mon.smithi110 (mon.0) 856 : audit [DBG] from='client.? 172.21.15.110:0/1535298230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:11:40.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:38.540445+0000 mgr.smithi138.yorhtj (mgr.24405) 423 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:40.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:38.991090+0000 mgr.smithi138.yorhtj (mgr.24405) 424 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:40.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:39.426074+0000 mgr.smithi138.yorhtj (mgr.24405) 425 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:40.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:39.938245+0000 mon.smithi138 (mon.1) 123 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:11:40.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:39.978764+0000 mon.smithi110 (mon.0) 856 : audit [DBG] from='client.? 172.21.15.110:0/1535298230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:11:40.965 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:11:41.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 243883 6.67 MB/sec execute 595 sec latency 30.387 ms 2024-09-17T09:11:41.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:39.564670+0000 mgr.smithi138.yorhtj (mgr.24405) 426 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 336 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2024-09-17T09:11:41.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:40.429347+0000 mgr.smithi138.yorhtj (mgr.24405) 427 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:41.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:40.964969+0000 mon.smithi110 (mon.0) 857 : audit [DBG] from='client.? 172.21.15.110:0/3754307321' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:11:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:39.564670+0000 mgr.smithi138.yorhtj (mgr.24405) 426 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 336 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2024-09-17T09:11:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:40.429347+0000 mgr.smithi138.yorhtj (mgr.24405) 427 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:11:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:40.964969+0000 mon.smithi110 (mon.0) 857 : audit [DBG] from='client.? 172.21.15.110:0/3754307321' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:11:42.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 244343 6.69 MB/sec execute 596 sec latency 30.188 ms 2024-09-17T09:11:43.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 244794 6.71 MB/sec execute 597 sec latency 46.130 ms 2024-09-17T09:11:43.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:41.565248+0000 mgr.smithi138.yorhtj (mgr.24405) 428 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 327 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 747 op/s 2024-09-17T09:11:43.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:41.565248+0000 mgr.smithi138.yorhtj (mgr.24405) 428 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 327 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 747 op/s 2024-09-17T09:11:44.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 245115 6.72 MB/sec execute 598 sec latency 46.646 ms 2024-09-17T09:11:45.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 245382 6.71 MB/sec execute 599 sec latency 42.709 ms 2024-09-17T09:11:45.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:43.565591+0000 mgr.smithi138.yorhtj (mgr.24405) 429 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 327 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 520 op/s 2024-09-17T09:11:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:43.565591+0000 mgr.smithi138.yorhtj (mgr.24405) 429 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 327 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 520 op/s 2024-09-17T09:11:46.169 INFO:teuthology.orchestra.run.smithi110.stdout: 5 cleanup 600 sec 2024-09-17T09:11:46.343 INFO:teuthology.orchestra.run.smithi110.stdout: 0 cleanup 600 sec 2024-09-17T09:11:46.343 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T09:11:46.343 INFO:teuthology.orchestra.run.smithi110.stdout: Operation Count AvgLat MaxLat 2024-09-17T09:11:46.343 INFO:teuthology.orchestra.run.smithi110.stdout: ---------------------------------------- 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: NTCreateX 129627 14.871 301855.985 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: Close 95073 0.124 4.577 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: Rename 5481 8.373 90.885 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: Unlink 26307 5.623 163.778 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: Qpathinfo 117470 0.708 159.031 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: Qfileinfo 20426 0.006 2.686 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: Qfsinfo 21530 0.509 491.721 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: Sfileinfo 10565 10.015 71.872 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: Find 45346 0.301 9.294 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: WriteX 63905 10.153 161.981 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: ReadX 202641 0.009 2.751 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: LockX 420 0.336 2.054 2024-09-17T09:11:46.344 INFO:teuthology.orchestra.run.smithi110.stdout: UnlockX 420 0.282 2.719 2024-09-17T09:11:46.345 INFO:teuthology.orchestra.run.smithi110.stdout: Flush 9102 0.002 0.018 2024-09-17T09:11:46.345 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T09:11:46.345 INFO:teuthology.orchestra.run.smithi110.stdout:Throughput 6.71165 MB/sec 5 clients 5 procs max_latency=301855.989 ms 2024-09-17T09:11:46.346 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-09-17T09:11:46.389 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-09-17T09:11:46.526 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-09-17T09:11:46.557 INFO:teuthology.orchestra.run.smithi110.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-17T09:11:46.557 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T09:11:46.557 INFO:teuthology.orchestra.run.smithi110.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-09-17T09:11:46.557 INFO:teuthology.orchestra.run.smithi110.stdout:3 of 5 processes prepared for launch 0 sec 2024-09-17T09:11:46.658 INFO:teuthology.orchestra.run.smithi110.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-17T09:11:46.658 INFO:teuthology.orchestra.run.smithi110.stdout:releasing clients 2024-09-17T09:11:47.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:45.566417+0000 mgr.smithi138.yorhtj (mgr.24405) 430 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 339 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 9.0 KiB/s rd, 7.8 MiB/s wr, 767 op/s 2024-09-17T09:11:47.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:45.566417+0000 mgr.smithi138.yorhtj (mgr.24405) 430 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 339 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 9.0 KiB/s rd, 7.8 MiB/s wr, 767 op/s 2024-09-17T09:11:48.658 INFO:teuthology.orchestra.run.smithi110.stdout: 5 421 29.91 MB/sec execute 1 sec latency 50.144 ms 2024-09-17T09:11:49.658 INFO:teuthology.orchestra.run.smithi110.stdout: 5 706 30.80 MB/sec execute 2 sec latency 24.481 ms 2024-09-17T09:11:49.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:47.566776+0000 mgr.smithi138.yorhtj (mgr.24405) 431 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 339 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2024-09-17T09:11:49.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:47.566776+0000 mgr.smithi138.yorhtj (mgr.24405) 431 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 339 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2024-09-17T09:11:50.658 INFO:teuthology.orchestra.run.smithi110.stdout: 5 1071 23.39 MB/sec execute 3 sec latency 28.047 ms 2024-09-17T09:11:51.658 INFO:teuthology.orchestra.run.smithi110.stdout: 5 1587 21.57 MB/sec execute 4 sec latency 23.180 ms 2024-09-17T09:11:51.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:49.567090+0000 mgr.smithi138.yorhtj (mgr.24405) 432 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 339 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2024-09-17T09:11:51.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:49.567090+0000 mgr.smithi138.yorhtj (mgr.24405) 432 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 339 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2024-09-17T09:11:52.658 INFO:teuthology.orchestra.run.smithi110.stdout: 5 cleanup 5 sec 2024-09-17T09:11:52.869 INFO:teuthology.orchestra.run.smithi110.stdout: 0 cleanup 5 sec 2024-09-17T09:11:52.869 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T09:11:52.869 INFO:teuthology.orchestra.run.smithi110.stdout: Operation Count AvgLat MaxLat 2024-09-17T09:11:52.869 INFO:teuthology.orchestra.run.smithi110.stdout: ---------------------------------------- 2024-09-17T09:11:52.869 INFO:teuthology.orchestra.run.smithi110.stdout: NTCreateX 1791 3.388 41.953 2024-09-17T09:11:52.869 INFO:teuthology.orchestra.run.smithi110.stdout: Close 1553 3.891 40.315 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: Rename 55 8.516 28.039 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: Unlink 149 4.255 16.629 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: Qpathinfo 1496 1.423 35.009 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: Qfileinfo 509 11.184 41.538 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: Qfsinfo 177 0.337 3.120 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: Sfileinfo 174 11.622 21.562 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: Find 476 0.258 1.762 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: WriteX 1988 0.021 0.074 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: ReadX 1829 0.010 0.302 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: Flush 150 12.400 19.968 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T09:11:52.870 INFO:teuthology.orchestra.run.smithi110.stdout:Throughput 21.5666 MB/sec 5 clients 5 procs max_latency=50.144 ms 2024-09-17T09:11:52.871 DEBUG:teuthology.parallel:result is None 2024-09-17T09:11:53.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:51.567701+0000 mgr.smithi138.yorhtj (mgr.24405) 433 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 324 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 15 MiB/s wr, 801 op/s 2024-09-17T09:11:53.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:51.567701+0000 mgr.smithi138.yorhtj (mgr.24405) 433 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 324 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 15 MiB/s wr, 801 op/s 2024-09-17T09:11:55.623 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:53.568146+0000 mgr.smithi138.yorhtj (mgr.24405) 434 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 324 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 12 MiB/s wr, 516 op/s 2024-09-17T09:11:55.623 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:11:54.938378+0000 mon.smithi138 (mon.1) 124 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:11:55.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:53.568146+0000 mgr.smithi138.yorhtj (mgr.24405) 434 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 324 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 12 MiB/s wr, 516 op/s 2024-09-17T09:11:55.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:11:54.938378+0000 mon.smithi138 (mon.1) 124 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:11:57.799 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:55.568998+0000 mgr.smithi138.yorhtj (mgr.24405) 435 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 242 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 14 MiB/s wr, 665 op/s 2024-09-17T09:11:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:55.568998+0000 mgr.smithi138.yorhtj (mgr.24405) 435 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 242 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 14 MiB/s wr, 665 op/s 2024-09-17T09:11:59.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:11:59 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:57.569401+0000 mgr.smithi138.yorhtj (mgr.24405) 436 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 242 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.5 KiB/s rd, 11 MiB/s wr, 418 op/s 2024-09-17T09:11:59.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:11:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:57.569401+0000 mgr.smithi138.yorhtj (mgr.24405) 436 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 242 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.5 KiB/s rd, 11 MiB/s wr, 418 op/s 2024-09-17T09:12:01.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:11:59.569957+0000 mgr.smithi138.yorhtj (mgr.24405) 437 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 242 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.5 KiB/s rd, 11 MiB/s wr, 418 op/s 2024-09-17T09:12:01.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:11:59.569957+0000 mgr.smithi138.yorhtj (mgr.24405) 437 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 242 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.5 KiB/s rd, 11 MiB/s wr, 418 op/s 2024-09-17T09:12:03.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:01.570880+0000 mgr.smithi138.yorhtj (mgr.24405) 438 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 9.8 KiB/s rd, 11 MiB/s wr, 421 op/s 2024-09-17T09:12:03.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:01.570880+0000 mgr.smithi138.yorhtj (mgr.24405) 438 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 9.8 KiB/s rd, 11 MiB/s wr, 421 op/s 2024-09-17T09:12:05.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:03.571420+0000 mgr.smithi138.yorhtj (mgr.24405) 439 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.2 MiB/s wr, 151 op/s 2024-09-17T09:12:05.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:03.571420+0000 mgr.smithi138.yorhtj (mgr.24405) 439 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.2 MiB/s wr, 151 op/s 2024-09-17T09:12:07.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:05.572188+0000 mgr.smithi138.yorhtj (mgr.24405) 440 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.2 MiB/s wr, 151 op/s 2024-09-17T09:12:07.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:05.572188+0000 mgr.smithi138.yorhtj (mgr.24405) 440 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.2 MiB/s wr, 151 op/s 2024-09-17T09:12:09.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:07.572598+0000 mgr.smithi138.yorhtj (mgr.24405) 441 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 19 KiB/s wr, 2 op/s 2024-09-17T09:12:09.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:07.572598+0000 mgr.smithi138.yorhtj (mgr.24405) 441 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 19 KiB/s wr, 2 op/s 2024-09-17T09:12:10.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:09.938734+0000 mon.smithi138 (mon.1) 125 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:12:10.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:09.938734+0000 mon.smithi138 (mon.1) 125 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:12:11.314 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:12:11.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:09.573047+0000 mgr.smithi138.yorhtj (mgr.24405) 442 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 19 KiB/s wr, 2 op/s 2024-09-17T09:12:11.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:09.573047+0000 mgr.smithi138.yorhtj (mgr.24405) 442 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 19 KiB/s wr, 2 op/s 2024-09-17T09:12:11.933 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (16m) 9m ago 18m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (18m) 9m ago 18m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (17m) 9m ago 17m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (16m) 9m ago 17m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (12m) 9m ago 12m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (12m) 9m ago 12m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (19m) 9m ago 19m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (10m) 9m ago 17m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (19m) 9m ago 19m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (17m) 9m ago 17m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (10m) 9m ago 10m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:12:11.934 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (9m) 9m ago 9m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (17m) 9m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (17m) 9m ago 17m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (16m) 9m ago 16m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (16m) 9m ago 16m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (15m) 9m ago 15m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (15m) 9m ago 15m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (15m) 9m ago 15m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (14m) 9m ago 14m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (14m) 9m ago 14m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (14m) 9m ago 14m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:12:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (16m) 9m ago 17m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:12:12.310 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:12:12.310 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:12:12.310 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:12:12.310 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:12:12.310 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:12:12.311 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:12:12.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:11.300597+0000 mgr.smithi138.yorhtj (mgr.24405) 443 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:12.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:12.309807+0000 mon.smithi110 (mon.0) 858 : audit [DBG] from='client.? 172.21.15.110:0/52762902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:12:12.634 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:12:12.634 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:12:12.634 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:12:12.634 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:12:12.634 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:12:12.634 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:12:12.635 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:12:12.635 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:12:12.635 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:12:12.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:11.300597+0000 mgr.smithi138.yorhtj (mgr.24405) 443 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:12.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:12.309807+0000 mon.smithi110 (mon.0) 858 : audit [DBG] from='client.? 172.21.15.110:0/52762902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:12:13.010 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:12:13.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:11.573859+0000 mgr.smithi138.yorhtj (mgr.24405) 444 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 19 KiB/s wr, 2 op/s 2024-09-17T09:12:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:11.617657+0000 mgr.smithi138.yorhtj (mgr.24405) 445 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:11.923656+0000 mgr.smithi138.yorhtj (mgr.24405) 446 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:13.010021+0000 mon.smithi110 (mon.0) 859 : audit [DBG] from='client.? 172.21.15.110:0/1671512867' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:12:13.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:11.573859+0000 mgr.smithi138.yorhtj (mgr.24405) 444 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 19 KiB/s wr, 2 op/s 2024-09-17T09:12:13.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:11.617657+0000 mgr.smithi138.yorhtj (mgr.24405) 445 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:13.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:11.923656+0000 mgr.smithi138.yorhtj (mgr.24405) 446 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:13.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:13.010021+0000 mon.smithi110 (mon.0) 859 : audit [DBG] from='client.? 172.21.15.110:0/1671512867' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:12:14.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:14 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:12.633000+0000 mgr.smithi138.yorhtj (mgr.24405) 447 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:14.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:12.633000+0000 mgr.smithi138.yorhtj (mgr.24405) 447 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:15.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:13.574333+0000 mgr.smithi138.yorhtj (mgr.24405) 448 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-17T09:12:15.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:13.574333+0000 mgr.smithi138.yorhtj (mgr.24405) 448 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-17T09:12:17.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:15.575002+0000 mgr.smithi138.yorhtj (mgr.24405) 449 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-17T09:12:17.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:15.575002+0000 mgr.smithi138.yorhtj (mgr.24405) 449 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-17T09:12:19.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:17.575530+0000 mgr.smithi138.yorhtj (mgr.24405) 450 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:19.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:17.575530+0000 mgr.smithi138.yorhtj (mgr.24405) 450 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:21.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:19.576079+0000 mgr.smithi138.yorhtj (mgr.24405) 451 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:21.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:19.576079+0000 mgr.smithi138.yorhtj (mgr.24405) 451 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:23.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:21.576969+0000 mgr.smithi138.yorhtj (mgr.24405) 452 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:23.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:23 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:21.576969+0000 mgr.smithi138.yorhtj (mgr.24405) 452 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:25.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:23.577553+0000 mgr.smithi138.yorhtj (mgr.24405) 453 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:24.939019+0000 mon.smithi138 (mon.1) 126 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:12:25.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:23.577553+0000 mgr.smithi138.yorhtj (mgr.24405) 453 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:24.939019+0000 mon.smithi138 (mon.1) 126 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:12:27.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:25.578325+0000 mgr.smithi138.yorhtj (mgr.24405) 454 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:12:27.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:25.578325+0000 mgr.smithi138.yorhtj (mgr.24405) 454 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:12:29.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:27.578816+0000 mgr.smithi138.yorhtj (mgr.24405) 455 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:29.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:27.578816+0000 mgr.smithi138.yorhtj (mgr.24405) 455 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:31.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:29.579451+0000 mgr.smithi138.yorhtj (mgr.24405) 456 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:31.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:29.579451+0000 mgr.smithi138.yorhtj (mgr.24405) 456 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:33.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:31.580398+0000 mgr.smithi138.yorhtj (mgr.24405) 457 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:33.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:31.580398+0000 mgr.smithi138.yorhtj (mgr.24405) 457 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:35.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:33.581010+0000 mgr.smithi138.yorhtj (mgr.24405) 458 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:35.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:33.581010+0000 mgr.smithi138.yorhtj (mgr.24405) 458 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:37.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:35.581697+0000 mgr.smithi138.yorhtj (mgr.24405) 459 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:12:37.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:35.581697+0000 mgr.smithi138.yorhtj (mgr.24405) 459 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:12:39.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:37.582213+0000 mgr.smithi138.yorhtj (mgr.24405) 460 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:39.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:37.582213+0000 mgr.smithi138.yorhtj (mgr.24405) 460 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:40.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:39.939137+0000 mon.smithi138 (mon.1) 127 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:12:40.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:39.939137+0000 mon.smithi138 (mon.1) 127 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:12:41.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:39.582730+0000 mgr.smithi138.yorhtj (mgr.24405) 461 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:41.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:39.582730+0000 mgr.smithi138.yorhtj (mgr.24405) 461 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:43.350 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:12:43.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:43 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:41.583473+0000 mgr.smithi138.yorhtj (mgr.24405) 462 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:43.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:41.583473+0000 mgr.smithi138.yorhtj (mgr.24405) 462 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:43.970 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:12:43.970 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (17m) 10m ago 18m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:12:43.970 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (18m) 10m ago 18m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:12:43.970 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (17m) 10m ago 17m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:12:43.970 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (17m) 10m ago 18m 37.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:12:43.970 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (13m) 10m ago 13m 37.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:12:43.970 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (13m) 10m ago 13m 12.9M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:9283 running (20m) 10m ago 20m 359M - 16.2.4 8d91d370c2b8 fa218fb955df 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (11m) 10m ago 17m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (20m) 10m ago 20m 49.9M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (17m) 10m ago 17m 42.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (10m) 10m ago 10m 50.0M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (10m) 10m ago 10m 47.4M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (18m) 10m ago 18m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 running (17m) 10m ago 17m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (17m) 10m ago 17m 402M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (16m) 10m ago 16m 313M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (16m) 10m ago 16m 257M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (16m) 10m ago 16m 375M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (15m) 10m ago 15m 389M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:12:43.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (15m) 10m ago 15m 421M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:12:43.972 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (15m) 10m ago 15m 355M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:12:43.972 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (14m) 10m ago 14m 502M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:12:43.972 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (16m) 10m ago 18m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:12:44.345 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:12:44.345 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:12:44.345 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:12:44.345 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:12:44.345 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:12:44.345 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:12:44.345 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:12:44.345 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:12:44.346 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:12:44.661 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:12:44.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:43.337082+0000 mgr.smithi138.yorhtj (mgr.24405) 463 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:44.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:44 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:44.342891+0000 mon.smithi110 (mon.0) 860 : audit [DBG] from='client.? 172.21.15.110:0/441018612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:12:44.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:43.337082+0000 mgr.smithi138.yorhtj (mgr.24405) 463 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:44.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:44.342891+0000 mon.smithi110 (mon.0) 860 : audit [DBG] from='client.? 172.21.15.110:0/441018612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:12:45.039 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:12:45.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:43.584035+0000 mgr.smithi138.yorhtj (mgr.24405) 464 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:43.653768+0000 mgr.smithi138.yorhtj (mgr.24405) 465 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:43.960143+0000 mgr.smithi138.yorhtj (mgr.24405) 466 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:45.039389+0000 mon.smithi110 (mon.0) 861 : audit [DBG] from='client.? 172.21.15.110:0/164211255' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:12:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:43.584035+0000 mgr.smithi138.yorhtj (mgr.24405) 464 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:43.653768+0000 mgr.smithi138.yorhtj (mgr.24405) 465 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:43.960143+0000 mgr.smithi138.yorhtj (mgr.24405) 466 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:45.039389+0000 mon.smithi110 (mon.0) 861 : audit [DBG] from='client.? 172.21.15.110:0/164211255' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:12:46.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:46 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:44.659735+0000 mgr.smithi138.yorhtj (mgr.24405) 467 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:46.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:44.659735+0000 mgr.smithi138.yorhtj (mgr.24405) 467 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:12:47.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:45.584907+0000 mgr.smithi138.yorhtj (mgr.24405) 468 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:12:47.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:45.584907+0000 mgr.smithi138.yorhtj (mgr.24405) 468 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:12:49.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:47.585343+0000 mgr.smithi138.yorhtj (mgr.24405) 469 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:49.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:47.585343+0000 mgr.smithi138.yorhtj (mgr.24405) 469 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:51.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:49.585762+0000 mgr.smithi138.yorhtj (mgr.24405) 470 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:51.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:49.585762+0000 mgr.smithi138.yorhtj (mgr.24405) 470 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:53.158 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:51.586702+0000 mgr.smithi138.yorhtj (mgr.24405) 471 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:53.158 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:52.691010+0000 mon.smithi138 (mon.1) 128 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:12:53.158 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:52 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:52.696869+0000 mon.smithi110 (mon.0) 862 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:53.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:51.586702+0000 mgr.smithi138.yorhtj (mgr.24405) 471 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:53.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:52.691010+0000 mon.smithi138 (mon.1) 128 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:12:53.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:52.696869+0000 mon.smithi110 (mon.0) 862 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:54.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:12:52.653263+0000 mgr.smithi138.yorhtj (mgr.24405) 472 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:12:54.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:12:54.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:12:54.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:12:54.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:12:52.697598+0000 mgr.smithi138.yorhtj (mgr.24405) 473 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.yorhtj) 2024-09-17T09:12:54.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:12:52.698030+0000 mgr.smithi138.yorhtj (mgr.24405) 474 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.yorhtj) 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:12:52.653263+0000 mgr.smithi138.yorhtj (mgr.24405) 472 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:12:54.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:12:54.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:12:54.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:12:54.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:12:52.697598+0000 mgr.smithi138.yorhtj (mgr.24405) 473 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.yorhtj) 2024-09-17T09:12:54.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:12:52.698030+0000 mgr.smithi138.yorhtj (mgr.24405) 474 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.yorhtj) 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:53.587145+0000 mgr.smithi138.yorhtj (mgr.24405) 475 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:12:54.019103+0000 mgr.smithi138.yorhtj (mgr.24405) 476 : cephadm [INF] Upgrade: Updating mgr.smithi110.pyeest 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:54.023668+0000 mon.smithi110 (mon.0) 863 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:54.027037+0000 mon.smithi138 (mon.1) 129 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.pyeest", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:54.027405+0000 mon.smithi110 (mon.0) 864 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.pyeest", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:54.028415+0000 mon.smithi138 (mon.1) 130 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:54.029252+0000 mon.smithi138 (mon.1) 131 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:12:54.030072+0000 mgr.smithi138.yorhtj (mgr.24405) 477 : cephadm [INF] Deploying daemon mgr.smithi110.pyeest on smithi110 2024-09-17T09:12:55.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:54.939662+0000 mon.smithi138 (mon.1) 132 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:53.587145+0000 mgr.smithi138.yorhtj (mgr.24405) 475 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:12:54.019103+0000 mgr.smithi138.yorhtj (mgr.24405) 476 : cephadm [INF] Upgrade: Updating mgr.smithi110.pyeest 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:54.023668+0000 mon.smithi110 (mon.0) 863 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:54.027037+0000 mon.smithi138 (mon.1) 129 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.pyeest", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:54.027405+0000 mon.smithi110 (mon.0) 864 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.pyeest", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:54.028415+0000 mon.smithi138 (mon.1) 130 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:54.029252+0000 mon.smithi138 (mon.1) 131 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:12:54.030072+0000 mgr.smithi138.yorhtj (mgr.24405) 477 : cephadm [INF] Deploying daemon mgr.smithi110.pyeest on smithi110 2024-09-17T09:12:55.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:54.939662+0000 mon.smithi138 (mon.1) 132 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:12:57.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:55.587952+0000 mgr.smithi138.yorhtj (mgr.24405) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:12:57.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:55.587952+0000 mgr.smithi138.yorhtj (mgr.24405) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:12:58.780 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:57.588339+0000 mgr.smithi138.yorhtj (mgr.24405) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:58.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:57.594051+0000 mon.smithi110 (mon.0) 865 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:57.600272+0000 mon.smithi110 (mon.0) 866 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:57.602058+0000 mon.smithi138 (mon.1) 133 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:12:58.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:57.837593+0000 mon.smithi110 (mon.0) 867 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:57.843663+0000 mon.smithi110 (mon.0) 868 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:57.850032+0000 mon.smithi110 (mon.0) 869 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:12:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:12:57.857508+0000 mon.smithi110 (mon.0) 870 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:57.588339+0000 mgr.smithi138.yorhtj (mgr.24405) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:12:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:57.594051+0000 mon.smithi110 (mon.0) 865 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:57.600272+0000 mon.smithi110 (mon.0) 866 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:57.602058+0000 mon.smithi138 (mon.1) 133 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:12:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:57.837593+0000 mon.smithi110 (mon.0) 867 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:57.843663+0000 mon.smithi110 (mon.0) 868 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:57.850032+0000 mon.smithi110 (mon.0) 869 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:12:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:12:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:12:57.857508+0000 mon.smithi110 (mon.0) 870 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:00.819 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:12:59.588720+0000 mgr.smithi138.yorhtj (mgr.24405) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:00.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:12:59.588720+0000 mgr.smithi138.yorhtj (mgr.24405) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:03.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:01.589343+0000 mgr.smithi138.yorhtj (mgr.24405) 481 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:01.891776+0000 mon.smithi110 (mon.0) 871 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:01.898919+0000 mon.smithi110 (mon.0) 872 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:02.486162+0000 mon.smithi110 (mon.0) 873 : cluster [DBG] Standby manager daemon smithi110.pyeest restarted 2024-09-17T09:13:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:02.486273+0000 mon.smithi110 (mon.0) 874 : cluster [DBG] Standby manager daemon smithi110.pyeest started 2024-09-17T09:13:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:02.488488+0000 mon.smithi110 (mon.0) 875 : audit [DBG] from='mgr.? 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.pyeest/crt"}]: dispatch 2024-09-17T09:13:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:02.489130+0000 mon.smithi110 (mon.0) 876 : audit [DBG] from='mgr.? 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:13:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:02.490749+0000 mon.smithi110 (mon.0) 877 : audit [DBG] from='mgr.? 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.pyeest/key"}]: dispatch 2024-09-17T09:13:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:02.491898+0000 mon.smithi110 (mon.0) 878 : audit [DBG] from='mgr.? 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:01.589343+0000 mgr.smithi138.yorhtj (mgr.24405) 481 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:01.891776+0000 mon.smithi110 (mon.0) 871 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:01.898919+0000 mon.smithi110 (mon.0) 872 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:02.486162+0000 mon.smithi110 (mon.0) 873 : cluster [DBG] Standby manager daemon smithi110.pyeest restarted 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:02.486273+0000 mon.smithi110 (mon.0) 874 : cluster [DBG] Standby manager daemon smithi110.pyeest started 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:02.488488+0000 mon.smithi110 (mon.0) 875 : audit [DBG] from='mgr.? 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.pyeest/crt"}]: dispatch 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:02.489130+0000 mon.smithi110 (mon.0) 876 : audit [DBG] from='mgr.? 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:02.490749+0000 mon.smithi110 (mon.0) 877 : audit [DBG] from='mgr.? 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.pyeest/key"}]: dispatch 2024-09-17T09:13:03.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:02.491898+0000 mon.smithi110 (mon.0) 878 : audit [DBG] from='mgr.? 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:13:04.273 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:02.905473+0000 mon.smithi110 (mon.0) 879 : cluster [DBG] mgrmap e34: smithi138.yorhtj(active, since 11m), standbys: smithi110.pyeest 2024-09-17T09:13:04.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:02.905473+0000 mon.smithi110 (mon.0) 879 : cluster [DBG] mgrmap e34: smithi138.yorhtj(active, since 11m), standbys: smithi110.pyeest 2024-09-17T09:13:05.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:03.589721+0000 mgr.smithi138.yorhtj (mgr.24405) 482 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:05.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:04.591652+0000 mon.smithi110 (mon.0) 880 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:05.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:04.598436+0000 mon.smithi110 (mon.0) 881 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:05.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:03.589721+0000 mgr.smithi138.yorhtj (mgr.24405) 482 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:05.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:04.591652+0000 mon.smithi110 (mon.0) 880 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:05.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:04.598436+0000 mon.smithi110 (mon.0) 881 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:06.386 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:05.101145+0000 mon.smithi110 (mon.0) 882 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:06.386 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:05.107602+0000 mon.smithi110 (mon.0) 883 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:06.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:05.101145+0000 mon.smithi110 (mon.0) 882 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:06.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:05.107602+0000 mon.smithi110 (mon.0) 883 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:07.547 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:07 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:05.590329+0000 mgr.smithi138.yorhtj (mgr.24405) 483 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:13:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:05.590329+0000 mgr.smithi138.yorhtj (mgr.24405) 483 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:13:09.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:07.590820+0000 mgr.smithi138.yorhtj (mgr.24405) 484 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:08.205900+0000 mon.smithi110 (mon.0) 884 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:08.212219+0000 mon.smithi110 (mon.0) 885 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:08.214655+0000 mon.smithi138 (mon.1) 134 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:08.215442+0000 mon.smithi138 (mon.1) 135 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:08.216098+0000 mgr.smithi138.yorhtj (mgr.24405) 485 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:08.216663+0000 mgr.smithi138.yorhtj (mgr.24405) 486 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:08.219528+0000 mon.smithi110 (mon.0) 886 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:08.226910+0000 mon.smithi110 (mon.0) 887 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:08.300701+0000 mgr.smithi138.yorhtj (mgr.24405) 487 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:13:09.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:08.305727+0000 mgr.smithi138.yorhtj (mgr.24405) 488 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:07.590820+0000 mgr.smithi138.yorhtj (mgr.24405) 484 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:08.205900+0000 mon.smithi110 (mon.0) 884 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:08.212219+0000 mon.smithi110 (mon.0) 885 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:08.214655+0000 mon.smithi138 (mon.1) 134 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:08.215442+0000 mon.smithi138 (mon.1) 135 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:08.216098+0000 mgr.smithi138.yorhtj (mgr.24405) 485 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:08.216663+0000 mgr.smithi138.yorhtj (mgr.24405) 486 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:08.219528+0000 mon.smithi110 (mon.0) 886 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:08.226910+0000 mon.smithi110 (mon.0) 887 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:08.300701+0000 mgr.smithi138.yorhtj (mgr.24405) 487 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:13:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:08.305727+0000 mgr.smithi138.yorhtj (mgr.24405) 488 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:13:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:09.210942+0000 mon.smithi110 (mon.0) 888 : cluster [WRN] Health check failed: 5 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:13:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:09.943089+0000 mon.smithi110 (mon.0) 889 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:10 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:09.944446+0000 mon.smithi138 (mon.1) 136 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:13:10.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:09.210942+0000 mon.smithi110 (mon.0) 888 : cluster [WRN] Health check failed: 5 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:13:10.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:09.943089+0000 mon.smithi110 (mon.0) 889 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' 2024-09-17T09:13:10.480 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:09.944446+0000 mon.smithi138 (mon.1) 136 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:13:11.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:11 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:10.217069+0000 mgr.smithi138.yorhtj (mgr.24405) 489 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:11.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:10.217069+0000 mgr.smithi138.yorhtj (mgr.24405) 489 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:11.397273+0000 mgr.smithi138.yorhtj (mgr.24405) 490 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:12.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:12.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:12.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:12.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:12.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:12.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:11.397602+0000 mgr.smithi138.yorhtj (mgr.24405) 491 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:13:12.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:11.436476+0000 mgr.smithi138.yorhtj (mgr.24405) 492 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:11.397273+0000 mgr.smithi138.yorhtj (mgr.24405) 490 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:12.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:12.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:12.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:12.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:11.397602+0000 mgr.smithi138.yorhtj (mgr.24405) 491 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:13:12.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:11.436476+0000 mgr.smithi138.yorhtj (mgr.24405) 492 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:13:13.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:13 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:12.217673+0000 mgr.smithi138.yorhtj (mgr.24405) 493 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:13.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:12.217673+0000 mgr.smithi138.yorhtj (mgr.24405) 493 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:15.388 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:13:15.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:13.959981+0000 mgr.smithi138.yorhtj (mgr.24405) 494 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:15.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:15.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:13:15.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:15.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:15.506 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:15.506 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:15.506 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.506 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:15.506 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:15.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:13.960335+0000 mgr.smithi138.yorhtj (mgr.24405) 495 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:13.960748+0000 mgr.smithi138.yorhtj (mgr.24405) 496 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:14.218123+0000 mgr.smithi138.yorhtj (mgr.24405) 497 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:14.282006+0000 mgr.smithi138.yorhtj (mgr.24405) 498 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:15.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:15.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:15.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:15.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:15.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:15.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:15.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:15.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:15.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:15.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:14.282586+0000 mgr.smithi138.yorhtj (mgr.24405) 499 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:13:15.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:13.959981+0000 mgr.smithi138.yorhtj (mgr.24405) 494 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:15.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:15.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:13:15.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:13:15.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:15.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:15.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:15.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:15.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:15.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:15.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:13.960335+0000 mgr.smithi138.yorhtj (mgr.24405) 495 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:13.960748+0000 mgr.smithi138.yorhtj (mgr.24405) 496 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:14.218123+0000 mgr.smithi138.yorhtj (mgr.24405) 497 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:14.282006+0000 mgr.smithi138.yorhtj (mgr.24405) 498 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:15.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:15.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:15.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:13:15.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:15.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:15.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:15.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:14.282586+0000 mgr.smithi138.yorhtj (mgr.24405) 499 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:13:16.021 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:13:16.021 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 error 11s ago 19m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:13:16.021 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (19m) 11s ago 19m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (18m) 14s ago 18m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 error 11s ago 19m 38.7M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (13m) 11s ago 13m 41.4M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (13m) 14s ago 13m 15.2M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (18s) 11s ago 20m 80.3M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283 running (11m) 14s ago 18m 493M - 18.2.4-855-g19e2a2be 980a0bfcd684 9a0334863e60 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (20m) 11s ago 20m 75.2M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (18m) 14s ago 18m 57.9M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (11m) 11s ago 11m 142M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (11m) 14s ago 11m 89.5M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 error 11s ago 18m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 14s ago 18m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:13:16.022 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (17m) 11s ago 17m 568M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:13:16.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (17m) 11s ago 17m 470M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:13:16.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (16m) 11s ago 16m 372M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:13:16.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (16m) 11s ago 16m 482M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:13:16.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (16m) 14s ago 16m 496M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:13:16.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (16m) 14s ago 16m 589M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:13:16.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (15m) 14s ago 15m 522M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:13:16.023 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (15m) 14s ago 15m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:13:16.023 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 error 11s ago 18m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:13:16.404 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:13:16.405 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:13:16.405 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:13:16.405 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:13:16.405 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-17T09:13:16.405 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:13:16.405 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:13:16.405 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:13:16.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:14.503459+0000 mgr.smithi138.yorhtj (mgr.24405) 500 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:13:16.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:16 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:15.374646+0000 mgr.smithi138.yorhtj (mgr.24405) 501 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:16.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:14.503459+0000 mgr.smithi138.yorhtj (mgr.24405) 500 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:13:16.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:15.374646+0000 mgr.smithi138.yorhtj (mgr.24405) 501 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:16.732 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:13:16.732 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:13:16.732 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:13:16.732 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:13:16.732 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:13:16.733 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:13:16.733 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:13:16.733 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "2/23 daemons upgraded", 2024-09-17T09:13:16.733 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mgr daemons", 2024-09-17T09:13:16.733 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:13:16.733 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:13:17.112 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:13:17.112 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:13:17.112 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in error state 2024-09-17T09:13:17.112 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in error state 2024-09-17T09:13:17.112 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in error state 2024-09-17T09:13:17.112 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in error state 2024-09-17T09:13:17.112 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:13:17.442 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:15.697979+0000 mgr.smithi138.yorhtj (mgr.24405) 502 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:17.442 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:16.011083+0000 mgr.smithi138.yorhtj (mgr.24405) 503 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:17.442 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:16.219001+0000 mgr.smithi138.yorhtj (mgr.24405) 504 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:17.442 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:16.403257+0000 mon.smithi110 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.110:0/130273978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:13:17.442 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:17 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:17.111403+0000 mon.smithi110 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.110:0/1418095753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:13:17.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:15.697979+0000 mgr.smithi138.yorhtj (mgr.24405) 502 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:17.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:16.011083+0000 mgr.smithi138.yorhtj (mgr.24405) 503 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:17.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:16.219001+0000 mgr.smithi138.yorhtj (mgr.24405) 504 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-17T09:13:17.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:16.403257+0000 mon.smithi110 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.110:0/130273978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:13:17.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:17 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:17.111403+0000 mon.smithi110 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.110:0/1418095753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:13:18.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:16.731149+0000 mgr.smithi138.yorhtj (mgr.24405) 505 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:18.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.091638+0000 mon.smithi138 (mon.1) 137 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:18.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.096285+0000 mon.smithi138 (mon.1) 138 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr fail", "who": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:13:18.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.096545+0000 mon.smithi110 (mon.0) 892 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr fail", "who": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:13:18.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:18.100134+0000 mon.smithi110 (mon.0) 893 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-17T09:13:18.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:16.731149+0000 mgr.smithi138.yorhtj (mgr.24405) 505 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:18.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.091638+0000 mon.smithi138 (mon.1) 137 : audit [DBG] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:18.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.096285+0000 mon.smithi138 (mon.1) 138 : audit [INF] from='mgr.24405 172.21.15.138:0/2166195661' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr fail", "who": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:13:18.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.096545+0000 mon.smithi110 (mon.0) 892 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "mgr fail", "who": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:13:18.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:18 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:18.100134+0000 mon.smithi110 (mon.0) 893 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-17T09:13:19.519 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:17.717381+0000 mgr.smithi138.yorhtj (mgr.24405) 506 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:19.519 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:19.519 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:13:19.519 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:13:19.519 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:19.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:19.521 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:19.521 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:19.521 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:19.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:19.523 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:19.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:17.718725+0000 mgr.smithi138.yorhtj (mgr.24405) 507 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:17.719180+0000 mgr.smithi138.yorhtj (mgr.24405) 508 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:18.051247+0000 mgr.smithi138.yorhtj (mgr.24405) 509 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:19.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:19.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:19.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:19.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:18.093466+0000 mgr.smithi138.yorhtj (mgr.24405) 510 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.yorhtj) 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:18.093830+0000 mgr.smithi138.yorhtj (mgr.24405) 511 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.yorhtj) 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:18.096065+0000 mgr.smithi138.yorhtj (mgr.24405) 512 : cephadm [INF] Failing over to other MGR 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:18.219364+0000 mgr.smithi138.yorhtj (mgr.24405) 513 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:13:19.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.880295+0000 mon.smithi110 (mon.0) 894 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "mgr fail", "who": "smithi138.yorhtj"}]': finished 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:18.880365+0000 mon.smithi110 (mon.0) 895 : cluster [DBG] mgrmap e35: smithi110.pyeest(active, starting, since 0.78317s) 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.881751+0000 mon.smithi110 (mon.0) 896 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.881886+0000 mon.smithi110 (mon.0) 897 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.882436+0000 mon.smithi110 (mon.0) 898 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.882693+0000 mon.smithi110 (mon.0) 899 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.882955+0000 mon.smithi110 (mon.0) 900 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.883202+0000 mon.smithi110 (mon.0) 901 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.883442+0000 mon.smithi110 (mon.0) 902 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.883640+0000 mon.smithi110 (mon.0) 903 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.883852+0000 mon.smithi110 (mon.0) 904 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.884063+0000 mon.smithi110 (mon.0) 905 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.884351+0000 mon.smithi110 (mon.0) 906 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.884623+0000 mon.smithi110 (mon.0) 907 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:13:19.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.884847+0000 mon.smithi110 (mon.0) 908 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:13:19.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.885080+0000 mon.smithi110 (mon.0) 909 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:13:19.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.885310+0000 mon.smithi110 (mon.0) 910 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:13:19.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:18.885757+0000 mon.smithi110 (mon.0) 911 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:13:19.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:19.195858+0000 mon.smithi110 (mon.0) 912 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T09:13:19.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:19.209207+0000 mon.smithi110 (mon.0) 913 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:19.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:19 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:19.217598+0000 mon.smithi110 (mon.0) 914 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:19.532 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:17.717381+0000 mgr.smithi138.yorhtj (mgr.24405) 506 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:19.532 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:19.532 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:13:19.532 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:13:19.532 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:19.532 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:19.533 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:19.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:19.535 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:17.718725+0000 mgr.smithi138.yorhtj (mgr.24405) 507 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:17.719180+0000 mgr.smithi138.yorhtj (mgr.24405) 508 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:13:19.536 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:18.051247+0000 mgr.smithi138.yorhtj (mgr.24405) 509 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:19.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:19.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:19.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:19.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:18.093466+0000 mgr.smithi138.yorhtj (mgr.24405) 510 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.yorhtj) 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:18.093830+0000 mgr.smithi138.yorhtj (mgr.24405) 511 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.yorhtj) 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:18.096065+0000 mgr.smithi138.yorhtj (mgr.24405) 512 : cephadm [INF] Failing over to other MGR 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:18.219364+0000 mgr.smithi138.yorhtj (mgr.24405) 513 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.880295+0000 mon.smithi110 (mon.0) 894 : audit [INF] from='mgr.24405 ' entity='mgr.smithi138.yorhtj' cmd='[{"prefix": "mgr fail", "who": "smithi138.yorhtj"}]': finished 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:18.880365+0000 mon.smithi110 (mon.0) 895 : cluster [DBG] mgrmap e35: smithi110.pyeest(active, starting, since 0.78317s) 2024-09-17T09:13:19.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.881751+0000 mon.smithi110 (mon.0) 896 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.881886+0000 mon.smithi110 (mon.0) 897 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.882436+0000 mon.smithi110 (mon.0) 898 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.882693+0000 mon.smithi110 (mon.0) 899 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.882955+0000 mon.smithi110 (mon.0) 900 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.883202+0000 mon.smithi110 (mon.0) 901 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.883442+0000 mon.smithi110 (mon.0) 902 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.883640+0000 mon.smithi110 (mon.0) 903 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.883852+0000 mon.smithi110 (mon.0) 904 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.884063+0000 mon.smithi110 (mon.0) 905 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.884351+0000 mon.smithi110 (mon.0) 906 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.884623+0000 mon.smithi110 (mon.0) 907 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.884847+0000 mon.smithi110 (mon.0) 908 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:13:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.885080+0000 mon.smithi110 (mon.0) 909 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:13:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.885310+0000 mon.smithi110 (mon.0) 910 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:13:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:18.885757+0000 mon.smithi110 (mon.0) 911 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:13:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:19.195858+0000 mon.smithi110 (mon.0) 912 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T09:13:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:19.209207+0000 mon.smithi110 (mon.0) 913 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:19.217598+0000 mon.smithi110 (mon.0) 914 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:20.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:19.206406+0000 mgr.smithi110.pyeest (mgr.15258) 1 : cephadm [INF] inventory: adjusted host smithi138 addr 'smithi138' -> '172.21.15.138' 2024-09-17T09:13:20.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:19.244524+0000 mon.smithi110 (mon.0) 915 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:13:20.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:19.266455+0000 mon.smithi110 (mon.0) 916 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:13:20.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:19.277608+0000 mon.smithi110 (mon.0) 917 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:13:20.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:20.106064+0000 mon.smithi110 (mon.0) 918 : cluster [DBG] mgrmap e36: smithi110.pyeest(active, since 2s) 2024-09-17T09:13:20.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:19.206406+0000 mgr.smithi110.pyeest (mgr.15258) 1 : cephadm [INF] inventory: adjusted host smithi138 addr 'smithi138' -> '172.21.15.138' 2024-09-17T09:13:20.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:19.244524+0000 mon.smithi110 (mon.0) 915 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:13:20.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:19.266455+0000 mon.smithi110 (mon.0) 916 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:13:20.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:19.277608+0000 mon.smithi110 (mon.0) 917 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:13:20.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:20.106064+0000 mon.smithi110 (mon.0) 918 : cluster [DBG] mgrmap e36: smithi110.pyeest(active, since 2s) 2024-09-17T09:13:21.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:20.117158+0000 mgr.smithi110.pyeest (mgr.15258) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:21.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:20.205519+0000 mgr.smithi110.pyeest (mgr.15258) 3 : cephadm [INF] [17/Sep/2024:09:13:20] ENGINE Bus STARTING 2024-09-17T09:13:21.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:20.307096+0000 mgr.smithi110.pyeest (mgr.15258) 4 : cephadm [INF] [17/Sep/2024:09:13:20] ENGINE Serving on http://172.21.15.110:8765 2024-09-17T09:13:21.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:20.423599+0000 mgr.smithi110.pyeest (mgr.15258) 5 : cephadm [INF] [17/Sep/2024:09:13:20] ENGINE Serving on https://172.21.15.110:7150 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:20.423690+0000 mgr.smithi110.pyeest (mgr.15258) 6 : cephadm [INF] [17/Sep/2024:09:13:20] ENGINE Bus STARTED 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:20.424869+0000 mgr.smithi110.pyeest (mgr.15258) 7 : cephadm [ERR] [17/Sep/2024:09:13:20] ENGINE Error in HTTPServer.serve 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self._connections.run(self.expiration_interval) 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self._run(expiration_interval) 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:13:21.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: s = self.context.wrap_socket( 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.sslsocket_class._create( 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.do_handshake() 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self._sslobj.do_handshake() 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:21.101859+0000 mon.smithi110 (mon.0) 919 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 5 failed cephadm daemon(s)) 2024-09-17T09:13:21.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:21 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:21.101912+0000 mon.smithi110 (mon.0) 920 : cluster [INF] Cluster is now healthy 2024-09-17T09:13:21.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:20.117158+0000 mgr.smithi110.pyeest (mgr.15258) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:21.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:20.205519+0000 mgr.smithi110.pyeest (mgr.15258) 3 : cephadm [INF] [17/Sep/2024:09:13:20] ENGINE Bus STARTING 2024-09-17T09:13:21.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:20.307096+0000 mgr.smithi110.pyeest (mgr.15258) 4 : cephadm [INF] [17/Sep/2024:09:13:20] ENGINE Serving on http://172.21.15.110:8765 2024-09-17T09:13:21.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:20.423599+0000 mgr.smithi110.pyeest (mgr.15258) 5 : cephadm [INF] [17/Sep/2024:09:13:20] ENGINE Serving on https://172.21.15.110:7150 2024-09-17T09:13:21.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:20.423690+0000 mgr.smithi110.pyeest (mgr.15258) 6 : cephadm [INF] [17/Sep/2024:09:13:20] ENGINE Bus STARTED 2024-09-17T09:13:21.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:20.424869+0000 mgr.smithi110.pyeest (mgr.15258) 7 : cephadm [ERR] [17/Sep/2024:09:13:20] ENGINE Error in HTTPServer.serve 2024-09-17T09:13:21.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._connections.run(self.expiration_interval) 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._run(expiration_interval) 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: s = self.context.wrap_socket( 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:13:21.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.sslsocket_class._create( 2024-09-17T09:13:21.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:13:21.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.do_handshake() 2024-09-17T09:13:21.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:13:21.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._sslobj.do_handshake() 2024-09-17T09:13:21.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:13:21.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T09:13:21.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:21.101859+0000 mon.smithi110 (mon.0) 919 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 5 failed cephadm daemon(s)) 2024-09-17T09:13:21.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:21.101912+0000 mon.smithi110 (mon.0) 920 : cluster [INF] Cluster is now healthy 2024-09-17T09:13:22.288 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:20.884578+0000 mgr.smithi110.pyeest (mgr.15258) 8 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:22.288 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:21.244294+0000 mon.smithi110 (mon.0) 921 : cluster [DBG] mgrmap e37: smithi110.pyeest(active, since 3s) 2024-09-17T09:13:22.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:20.884578+0000 mgr.smithi110.pyeest (mgr.15258) 8 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:22.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:21.244294+0000 mon.smithi110 (mon.0) 921 : cluster [DBG] mgrmap e37: smithi110.pyeest(active, since 3s) 2024-09-17T09:13:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:22.885056+0000 mgr.smithi110.pyeest (mgr.15258) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:23.253943+0000 mon.smithi110 (mon.0) 922 : cluster [DBG] mgrmap e38: smithi110.pyeest(active, since 5s) 2024-09-17T09:13:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:24.004432+0000 mon.smithi110 (mon.0) 923 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T09:13:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.006189+0000 mon.smithi138 (mon.1) 139 : audit [DBG] from='mgr.? 172.21.15.138:0/2551394721' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:13:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.006768+0000 mon.smithi138 (mon.1) 140 : audit [DBG] from='mgr.? 172.21.15.138:0/2551394721' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:13:24.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.008272+0000 mon.smithi138 (mon.1) 141 : audit [DBG] from='mgr.? 172.21.15.138:0/2551394721' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:13:24.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.009080+0000 mon.smithi138 (mon.1) 142 : audit [DBG] from='mgr.? 172.21.15.138:0/2551394721' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:13:24.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.021447+0000 mon.smithi110 (mon.0) 924 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:24.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.024836+0000 mon.smithi110 (mon.0) 925 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:24.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:22.885056+0000 mgr.smithi110.pyeest (mgr.15258) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:23.253943+0000 mon.smithi110 (mon.0) 922 : cluster [DBG] mgrmap e38: smithi110.pyeest(active, since 5s) 2024-09-17T09:13:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:24.004432+0000 mon.smithi110 (mon.0) 923 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T09:13:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.006189+0000 mon.smithi138 (mon.1) 139 : audit [DBG] from='mgr.? 172.21.15.138:0/2551394721' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:13:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.006768+0000 mon.smithi138 (mon.1) 140 : audit [DBG] from='mgr.? 172.21.15.138:0/2551394721' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:13:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.008272+0000 mon.smithi138 (mon.1) 141 : audit [DBG] from='mgr.? 172.21.15.138:0/2551394721' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:13:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.009080+0000 mon.smithi138 (mon.1) 142 : audit [DBG] from='mgr.? 172.21.15.138:0/2551394721' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:13:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.021447+0000 mon.smithi110 (mon.0) 924 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:24.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.024836+0000 mon.smithi110 (mon.0) 925 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:25.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.519491+0000 mon.smithi110 (mon.0) 926 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.522923+0000 mon.smithi110 (mon.0) 927 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:24.884295+0000 mon.smithi110 (mon.0) 928 : cluster [DBG] mgrmap e39: smithi110.pyeest(active, since 6s), standbys: smithi138.yorhtj 2024-09-17T09:13:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:24.884452+0000 mon.smithi110 (mon.0) 929 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:13:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:24.885346+0000 mgr.smithi110.pyeest (mgr.15258) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:25.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.519491+0000 mon.smithi110 (mon.0) 926 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.522923+0000 mon.smithi110 (mon.0) 927 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:24.884295+0000 mon.smithi110 (mon.0) 928 : cluster [DBG] mgrmap e39: smithi110.pyeest(active, since 6s), standbys: smithi138.yorhtj 2024-09-17T09:13:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:24.884452+0000 mon.smithi110 (mon.0) 929 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:13:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:24.885346+0000 mgr.smithi110.pyeest (mgr.15258) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:27.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:26.498062+0000 mon.smithi110 (mon.0) 930 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:27.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:26.501966+0000 mon.smithi110 (mon.0) 931 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:27.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:26.886149+0000 mgr.smithi110.pyeest (mgr.15258) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-17T09:13:27.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:27.002460+0000 mon.smithi110 (mon.0) 932 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:27.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:27.006431+0000 mon.smithi110 (mon.0) 933 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:27.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:26.498062+0000 mon.smithi110 (mon.0) 930 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:27.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:26.501966+0000 mon.smithi110 (mon.0) 931 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:27.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:26.886149+0000 mgr.smithi110.pyeest (mgr.15258) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-17T09:13:27.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:27.002460+0000 mon.smithi110 (mon.0) 932 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:27.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:27.006431+0000 mon.smithi110 (mon.0) 933 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:30.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:29 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:28.886591+0000 mgr.smithi110.pyeest (mgr.15258) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T09:13:30.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:28.886591+0000 mgr.smithi110.pyeest (mgr.15258) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T09:13:31.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:30.074677+0000 mon.smithi110 (mon.0) 934 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:31.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:30.079435+0000 mon.smithi110 (mon.0) 935 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:31.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:30.080594+0000 mon.smithi110 (mon.0) 936 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:13:31.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:30.081267+0000 mon.smithi110 (mon.0) 937 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:13:31.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:30.081805+0000 mgr.smithi110.pyeest (mgr.15258) 13 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:13:31.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:30.082339+0000 mgr.smithi110.pyeest (mgr.15258) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T09:13:31.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:30.085181+0000 mon.smithi110 (mon.0) 938 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:31.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:30.090858+0000 mon.smithi110 (mon.0) 939 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:31.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:30.169807+0000 mgr.smithi110.pyeest (mgr.15258) 15 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:13:31.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:30.177316+0000 mgr.smithi110.pyeest (mgr.15258) 16 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:13:31.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:30.074677+0000 mon.smithi110 (mon.0) 934 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:31.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:30.079435+0000 mon.smithi110 (mon.0) 935 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:31.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:30.080594+0000 mon.smithi110 (mon.0) 936 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:13:31.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:30.081267+0000 mon.smithi110 (mon.0) 937 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:13:31.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:30.081805+0000 mgr.smithi110.pyeest (mgr.15258) 13 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:13:31.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:30.082339+0000 mgr.smithi110.pyeest (mgr.15258) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T09:13:31.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:30.085181+0000 mon.smithi110 (mon.0) 938 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:31.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:30.090858+0000 mon.smithi110 (mon.0) 939 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:31.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:30.169807+0000 mgr.smithi110.pyeest (mgr.15258) 15 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:13:31.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:30.177316+0000 mgr.smithi110.pyeest (mgr.15258) 16 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:13:32.218 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:31.078132+0000 mon.smithi110 (mon.0) 940 : cluster [WRN] Health check failed: 5 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:13:32.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:32 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:31.078132+0000 mon.smithi110 (mon.0) 940 : cluster [WRN] Health check failed: 5 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:13:33.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:32.083147+0000 mgr.smithi110.pyeest (mgr.15258) 17 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T09:13:33.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:32.083147+0000 mgr.smithi110.pyeest (mgr.15258) 17 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T09:13:34.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:33.151691+0000 mgr.smithi110.pyeest (mgr.15258) 18 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:34.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:34.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:34.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:34.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:34.123 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:34.123 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:34.123 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:34.123 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:34.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:34.125 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:34.125 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:34.125 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:34.125 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:34.125 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:34.125 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:34.125 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:34.125 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:34.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:34.127 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:33.152201+0000 mgr.smithi110.pyeest (mgr.15258) 19 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:13:34.127 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:33.195961+0000 mgr.smithi110.pyeest (mgr.15258) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:13:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:33.151691+0000 mgr.smithi110.pyeest (mgr.15258) 18 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:34.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:34.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:34.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:34.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:34.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:34.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:34.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:34.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:34.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:34.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:34.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:34.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:34.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:34.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:34.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:33.152201+0000 mgr.smithi110.pyeest (mgr.15258) 19 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:13:34.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:33.195961+0000 mgr.smithi110.pyeest (mgr.15258) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:13:35.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:34.083615+0000 mgr.smithi110.pyeest (mgr.15258) 21 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T09:13:35.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:34.238741+0000 mon.smithi110 (mon.0) 941 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:13:35.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:34.083615+0000 mgr.smithi110.pyeest (mgr.15258) 21 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T09:13:35.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:34.238741+0000 mon.smithi110 (mon.0) 941 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:13:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:35.683809+0000 mgr.smithi110.pyeest (mgr.15258) 22 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:13:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:13:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:37.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:37.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:37.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:37.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:37.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:37.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:35.683998+0000 mgr.smithi110.pyeest (mgr.15258) 23 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:35.684237+0000 mgr.smithi110.pyeest (mgr.15258) 24 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:36.013165+0000 mgr.smithi110.pyeest (mgr.15258) 25 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:37.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:37.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:37.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:37.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:36.013468+0000 mgr.smithi110.pyeest (mgr.15258) 26 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:36.084316+0000 mgr.smithi110.pyeest (mgr.15258) 27 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T09:13:37.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:36.238037+0000 mgr.smithi110.pyeest (mgr.15258) 28 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:13:37.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:35.683809+0000 mgr.smithi110.pyeest (mgr.15258) 22 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:37.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:37.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:37.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:37.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:37.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:13:37.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:13:37.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:13:37.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:37.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:37.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:37.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:35.683998+0000 mgr.smithi110.pyeest (mgr.15258) 23 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:35.684237+0000 mgr.smithi110.pyeest (mgr.15258) 24 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:36.013165+0000 mgr.smithi110.pyeest (mgr.15258) 25 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:37.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:37.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:37.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:37.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:37.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:37.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:37.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:37.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:37.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:13:37.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:37.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:37.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:13:37.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:36.013468+0000 mgr.smithi110.pyeest (mgr.15258) 26 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:13:37.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:36.084316+0000 mgr.smithi110.pyeest (mgr.15258) 27 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T09:13:37.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:36.238037+0000 mgr.smithi110.pyeest (mgr.15258) 28 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:13:39.149 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:38 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:38.084859+0000 mgr.smithi110.pyeest (mgr.15258) 29 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-09-17T09:13:39.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:38 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:38.084859+0000 mgr.smithi110.pyeest (mgr.15258) 29 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-09-17T09:13:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:39.324787+0000 mgr.smithi110.pyeest (mgr.15258) 30 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:13:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:13:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:40.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:40.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:40.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:40.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:40.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:40.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:39.325422+0000 mgr.smithi110.pyeest (mgr.15258) 31 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:39.325685+0000 mgr.smithi110.pyeest (mgr.15258) 32 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:13:40.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:39.697775+0000 mon.smithi110 (mon.0) 942 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:39.324787+0000 mgr.smithi110.pyeest (mgr.15258) 30 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:40.139 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:40.140 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:40.140 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:40.140 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:40.140 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:40.140 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:40.140 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:40.140 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:40.140 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:40.141 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:40.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:40.143 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:40.143 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:40.143 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:40.143 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:40.143 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:40.143 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:40.143 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:40.144 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:40.144 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:40.144 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:40.144 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:40.144 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:40.144 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:13:40.144 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:39.325422+0000 mgr.smithi110.pyeest (mgr.15258) 31 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:13:40.145 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:39.325685+0000 mgr.smithi110.pyeest (mgr.15258) 32 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:13:40.145 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:39 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:39.697775+0000 mon.smithi110 (mon.0) 942 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:41.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:39.660452+0000 mgr.smithi110.pyeest (mgr.15258) 33 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:41.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:41.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:13:41.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:13:41.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:41.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:41.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:41.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:41.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:41.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:41.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:41.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:41.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:41.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:41.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:41.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:41.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:41.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:41.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:40 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:40.085232+0000 mgr.smithi110.pyeest (mgr.15258) 34 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:39.660452+0000 mgr.smithi110.pyeest (mgr.15258) 33 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:41.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:41.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:41.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:41.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:13:41.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:40 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:40.085232+0000 mgr.smithi110.pyeest (mgr.15258) 34 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-09-17T09:13:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:41.028788+0000 mgr.smithi110.pyeest (mgr.15258) 35 : cephadm [INF] Upgrade: Updating mgr.smithi138.yorhtj 2024-09-17T09:13:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:41.029200+0000 mon.smithi110 (mon.0) 943 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:13:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:41.030108+0000 mon.smithi110 (mon.0) 944 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:13:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:41.030963+0000 mon.smithi110 (mon.0) 945 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:13:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:41 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:41.031797+0000 mgr.smithi110.pyeest (mgr.15258) 36 : cephadm [INF] Deploying daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T09:13:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:41.028788+0000 mgr.smithi110.pyeest (mgr.15258) 35 : cephadm [INF] Upgrade: Updating mgr.smithi138.yorhtj 2024-09-17T09:13:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:41.029200+0000 mon.smithi110 (mon.0) 943 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:13:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:41.030108+0000 mon.smithi110 (mon.0) 944 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:13:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:41.030963+0000 mon.smithi110 (mon.0) 945 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:13:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:41.031797+0000 mgr.smithi110.pyeest (mgr.15258) 36 : cephadm [INF] Deploying daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T09:13:43.151 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:42.086103+0000 mgr.smithi110.pyeest (mgr.15258) 37 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:43.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:42 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:42.086103+0000 mgr.smithi110.pyeest (mgr.15258) 37 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:45.238 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:44.086662+0000 mgr.smithi110.pyeest (mgr.15258) 38 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:45.238 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:44.528383+0000 mon.smithi110 (mon.0) 946 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:45.238 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:44.533414+0000 mon.smithi110 (mon.0) 947 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:45.238 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:44.534373+0000 mon.smithi110 (mon.0) 948 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:45.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:44.086662+0000 mgr.smithi110.pyeest (mgr.15258) 38 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:45.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:44.528383+0000 mon.smithi110 (mon.0) 946 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:45.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:44.533414+0000 mon.smithi110 (mon.0) 947 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:45.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:45 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:44.534373+0000 mon.smithi110 (mon.0) 948 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:47.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:46.087355+0000 mgr.smithi110.pyeest (mgr.15258) 39 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:13:47.455 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:13:47.456 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:47 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:46.087355+0000 mgr.smithi110.pyeest (mgr.15258) 39 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:13:48.074 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:13:48.074 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 21s ago 19m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:13:48.074 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (19m) 21s ago 19m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:13:48.074 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (19m) 24s ago 19m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:13:48.074 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 21s ago 19m 38.7M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:13:48.074 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (14m) 21s ago 14m 41.5M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:13:48.074 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (14m) 24s ago 14m 15.4M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:13:48.074 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (51s) 21s ago 21m 459M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 starting - - - - 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (21m) 21s ago 21m 80.1M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (18m) 24s ago 18m 57.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (11m) 21s ago 11m 142M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (11m) 24s ago 11m 89.8M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 21s ago 19m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 24s ago 18m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (18m) 21s ago 18m 568M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (17m) 21s ago 17m 470M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (17m) 21s ago 17m 372M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (17m) 21s ago 17m 482M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (16m) 24s ago 16m 496M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:13:48.075 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (16m) 24s ago 16m 589M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:13:48.076 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (16m) 24s ago 16m 521M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:13:48.076 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (15m) 24s ago 15m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:13:48.076 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 21s ago 19m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:13:48.378 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:47.442097+0000 mgr.smithi110.pyeest (mgr.15258) 40 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:13:48.449 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:13:48.450 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:13:48.450 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:13:48.450 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:13:48.450 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:13:48.450 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-17T09:13:48.450 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:13:48.450 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:13:48.450 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:13:48.450 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:48 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:47.442097+0000 mgr.smithi110.pyeest (mgr.15258) 40 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:48.764 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:13:48.764 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:13:48.764 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:13:48.765 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:13:48.765 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-09-17T09:13:48.765 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "", 2024-09-17T09:13:48.765 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mgr daemons", 2024-09-17T09:13:48.765 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:13:48.765 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:13:49.151 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:13:49.151 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:13:49.151 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:13:49.151 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:13:49.151 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:13:49.152 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:13:49.152 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:13:49.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:47.756524+0000 mgr.smithi110.pyeest (mgr.15258) 41 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:49.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:48.065264+0000 mgr.smithi110.pyeest (mgr.15258) 42 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:49.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:48.087693+0000 mgr.smithi110.pyeest (mgr.15258) 43 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:49.470 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:48.448468+0000 mon.smithi110 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.110:0/2743112566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:13:49.470 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:48.835894+0000 mon.smithi110 (mon.0) 950 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:49.470 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:48.839816+0000 mon.smithi110 (mon.0) 951 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:47.756524+0000 mgr.smithi110.pyeest (mgr.15258) 41 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:48.065264+0000 mgr.smithi110.pyeest (mgr.15258) 42 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:48.087693+0000 mgr.smithi110.pyeest (mgr.15258) 43 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:48.448468+0000 mon.smithi110 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.110:0/2743112566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:13:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:48.835894+0000 mon.smithi110 (mon.0) 950 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:49.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:49 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:48.839816+0000 mon.smithi110 (mon.0) 951 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:48.763803+0000 mgr.smithi110.pyeest (mgr.15258) 44 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:49.151033+0000 mon.smithi110 (mon.0) 952 : audit [DBG] from='client.? 172.21.15.110:0/1228758607' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:13:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:49.238948+0000 mon.smithi110 (mon.0) 953 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:13:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:49.343054+0000 mon.smithi110 (mon.0) 954 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:50.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:49.347099+0000 mon.smithi110 (mon.0) 955 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:50.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:49.471249+0000 mon.smithi110 (mon.0) 956 : cluster [DBG] Standby manager daemon smithi138.yorhtj restarted 2024-09-17T09:13:50.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:49.471373+0000 mon.smithi110 (mon.0) 957 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T09:13:50.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:49.472929+0000 mon.smithi138 (mon.1) 143 : audit [DBG] from='mgr.? 172.21.15.138:0/717368413' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:13:50.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:49.473538+0000 mon.smithi138 (mon.1) 144 : audit [DBG] from='mgr.? 172.21.15.138:0/717368413' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:13:50.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:49.475155+0000 mon.smithi138 (mon.1) 145 : audit [DBG] from='mgr.? 172.21.15.138:0/717368413' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:13:50.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:49.476065+0000 mon.smithi138 (mon.1) 146 : audit [DBG] from='mgr.? 172.21.15.138:0/717368413' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:13:50.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:48.763803+0000 mgr.smithi110.pyeest (mgr.15258) 44 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:50.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:49.151033+0000 mon.smithi110 (mon.0) 952 : audit [DBG] from='client.? 172.21.15.110:0/1228758607' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:13:50.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:49.238948+0000 mon.smithi110 (mon.0) 953 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:13:50.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:49.343054+0000 mon.smithi110 (mon.0) 954 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:50.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:49.347099+0000 mon.smithi110 (mon.0) 955 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:50.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:49.471249+0000 mon.smithi110 (mon.0) 956 : cluster [DBG] Standby manager daemon smithi138.yorhtj restarted 2024-09-17T09:13:50.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:49.471373+0000 mon.smithi110 (mon.0) 957 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T09:13:50.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:49.472929+0000 mon.smithi138 (mon.1) 143 : audit [DBG] from='mgr.? 172.21.15.138:0/717368413' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:13:50.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:49.473538+0000 mon.smithi138 (mon.1) 144 : audit [DBG] from='mgr.? 172.21.15.138:0/717368413' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:13:50.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:49.475155+0000 mon.smithi138 (mon.1) 145 : audit [DBG] from='mgr.? 172.21.15.138:0/717368413' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:13:50.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:50 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:49.476065+0000 mon.smithi138 (mon.1) 146 : audit [DBG] from='mgr.? 172.21.15.138:0/717368413' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:13:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:50.088108+0000 mgr.smithi110.pyeest (mgr.15258) 45 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:50.358473+0000 mon.smithi110 (mon.0) 958 : cluster [DBG] mgrmap e40: smithi110.pyeest(active, since 32s), standbys: smithi138.yorhtj 2024-09-17T09:13:51.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:50.088108+0000 mgr.smithi110.pyeest (mgr.15258) 45 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:51.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:50.358473+0000 mon.smithi110 (mon.0) 958 : cluster [DBG] mgrmap e40: smithi110.pyeest(active, since 32s), standbys: smithi138.yorhtj 2024-09-17T09:13:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:52.088946+0000 mgr.smithi110.pyeest (mgr.15258) 46 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:52.541846+0000 mon.smithi110 (mon.0) 959 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:52.546163+0000 mon.smithi110 (mon.0) 960 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:52.547106+0000 mon.smithi110 (mon.0) 961 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:13:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:52.547942+0000 mon.smithi110 (mon.0) 962 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:13:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:52.553004+0000 mon.smithi110 (mon.0) 963 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:53.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:13:52.559354+0000 mon.smithi110 (mon.0) 964 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:53.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:52.088946+0000 mgr.smithi110.pyeest (mgr.15258) 46 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:13:53.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:52.541846+0000 mon.smithi110 (mon.0) 959 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:53.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:52.546163+0000 mon.smithi110 (mon.0) 960 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:53.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:52.547106+0000 mon.smithi110 (mon.0) 961 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:13:53.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:52.547942+0000 mon.smithi110 (mon.0) 962 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:13:53.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:52.553004+0000 mon.smithi110 (mon.0) 963 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:53.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:13:52.559354+0000 mon.smithi110 (mon.0) 964 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:13:54.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:52.548584+0000 mgr.smithi110.pyeest (mgr.15258) 47 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:13:54.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:52.549114+0000 mgr.smithi110.pyeest (mgr.15258) 48 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-09-17T09:13:54.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:52.549317+0000 mgr.smithi110.pyeest (mgr.15258) 49 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2024-09-17T09:13:54.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:52.633969+0000 mgr.smithi110.pyeest (mgr.15258) 50 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:13:54.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:54 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:52.637370+0000 mgr.smithi110.pyeest (mgr.15258) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:13:54.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:52.548584+0000 mgr.smithi110.pyeest (mgr.15258) 47 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:13:54.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:52.549114+0000 mgr.smithi110.pyeest (mgr.15258) 48 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-09-17T09:13:54.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:52.549317+0000 mgr.smithi110.pyeest (mgr.15258) 49 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2024-09-17T09:13:54.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:52.633969+0000 mgr.smithi110.pyeest (mgr.15258) 50 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:13:54.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:52.637370+0000 mgr.smithi110.pyeest (mgr.15258) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:13:56.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:54.549749+0000 mgr.smithi110.pyeest (mgr.15258) 52 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:56.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:54.549749+0000 mgr.smithi110.pyeest (mgr.15258) 52 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:13:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:55.720373+0000 mgr.smithi110.pyeest (mgr.15258) 53 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:57.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:57.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:57.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:57.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:57.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:57.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:13:57.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:57.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:57.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:57.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:57.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:57.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:57.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:57.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:55.720732+0000 mgr.smithi110.pyeest (mgr.15258) 54 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:13:57.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:57 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:55.759502+0000 mgr.smithi110.pyeest (mgr.15258) 55 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:13:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:55.720373+0000 mgr.smithi110.pyeest (mgr.15258) 53 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:57.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:57.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:57.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:57.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:57.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:13:57.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:13:57.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:13:57.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:57.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:13:57.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:13:57.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:13:57.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:13:57.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:13:57.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:13:57.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:55.720732+0000 mgr.smithi110.pyeest (mgr.15258) 54 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:13:57.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:55.759502+0000 mgr.smithi110.pyeest (mgr.15258) 55 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:13:58.774 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:13:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:56.550330+0000 mgr.smithi110.pyeest (mgr.15258) 56 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:13:58.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:13:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:56.550330+0000 mgr.smithi110.pyeest (mgr.15258) 56 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:00.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:58.490025+0000 mgr.smithi110.pyeest (mgr.15258) 57 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:00.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:00.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:00.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:00.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:00.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:00.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:00.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:00.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:00.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:00.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:00.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:00.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:00.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:00.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:00.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:58.490274+0000 mgr.smithi110.pyeest (mgr.15258) 58 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:58.490728+0000 mgr.smithi110.pyeest (mgr.15258) 59 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:13:58.550682+0000 mgr.smithi110.pyeest (mgr.15258) 60 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:58.815955+0000 mgr.smithi110.pyeest (mgr.15258) 61 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:00.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:00.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:00.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:00.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:00.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:00.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:00.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:00.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:00.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:58.816242+0000 mgr.smithi110.pyeest (mgr.15258) 62 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:00.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:00 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:13:59.037660+0000 mgr.smithi110.pyeest (mgr.15258) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:58.490025+0000 mgr.smithi110.pyeest (mgr.15258) 57 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:58.490274+0000 mgr.smithi110.pyeest (mgr.15258) 58 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:58.490728+0000 mgr.smithi110.pyeest (mgr.15258) 59 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:13:58.550682+0000 mgr.smithi110.pyeest (mgr.15258) 60 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:58.815955+0000 mgr.smithi110.pyeest (mgr.15258) 61 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:00.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:00.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:00.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:00.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:00.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:00.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:58.816242+0000 mgr.smithi110.pyeest (mgr.15258) 62 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:00.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:13:59.037660+0000 mgr.smithi110.pyeest (mgr.15258) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:14:00.551436+0000 mgr.smithi110.pyeest (mgr.15258) 64 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:02.290662+0000 mon.smithi110 (mon.0) 965 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:02.292532+0000 mon.smithi110 (mon.0) 966 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:02.296604+0000 mon.smithi110 (mon.0) 967 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:02.297190+0000 mon.smithi110 (mon.0) 968 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi110.pyeest"}]: dispatch 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:02.299794+0000 mon.smithi110 (mon.0) 969 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi110.pyeest"}]': finished 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:02.300267+0000 mon.smithi110 (mon.0) 970 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi138.yorhtj"}]: dispatch 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:02.302855+0000 mon.smithi110 (mon.0) 971 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi138.yorhtj"}]': finished 2024-09-17T09:14:02.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:02.303640+0000 mon.smithi110 (mon.0) 972 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T09:14:02.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:00.551436+0000 mgr.smithi110.pyeest (mgr.15258) 64 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:02.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:02.290662+0000 mon.smithi110 (mon.0) 965 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:02.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:02.292532+0000 mon.smithi110 (mon.0) 966 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:02.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:02.296604+0000 mon.smithi110 (mon.0) 967 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:02.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:02.297190+0000 mon.smithi110 (mon.0) 968 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi110.pyeest"}]: dispatch 2024-09-17T09:14:02.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:02.299794+0000 mon.smithi110 (mon.0) 969 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi110.pyeest"}]': finished 2024-09-17T09:14:02.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:02.300267+0000 mon.smithi110 (mon.0) 970 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi138.yorhtj"}]: dispatch 2024-09-17T09:14:02.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:02.302855+0000 mon.smithi110 (mon.0) 971 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi138.yorhtj"}]': finished 2024-09-17T09:14:02.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:02.303640+0000 mon.smithi110 (mon.0) 972 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:14:01.917742+0000 mgr.smithi110.pyeest (mgr.15258) 65 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:03.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:03.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:03.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:03.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:14:03.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:03.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:03.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:14:01.918300+0000 mgr.smithi110.pyeest (mgr.15258) 66 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:14:01.918578+0000 mgr.smithi110.pyeest (mgr.15258) 67 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:14:02.254535+0000 mgr.smithi110.pyeest (mgr.15258) 68 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:14:03.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:03.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.wait_async( 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return future.result(timeout) 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return self.__get_result() 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise self._exception 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: raise OrchestratorError( 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:03.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: Traceback (most recent call last): 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: return _run_code(code, main_globals, None, 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: exec(code, run_globals) 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:03.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:03.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:03.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:03.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:03.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:14:02.293019+0000 mgr.smithi110.pyeest (mgr.15258) 69 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-17T09:14:03.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:01.917742+0000 mgr.smithi110.pyeest (mgr.15258) 65 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:03.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:03.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:03.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:03.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:03.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:03.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:03.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:03.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:03.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:03.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:01.918300+0000 mgr.smithi110.pyeest (mgr.15258) 66 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:01.918578+0000 mgr.smithi110.pyeest (mgr.15258) 67 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:02.254535+0000 mgr.smithi110.pyeest (mgr.15258) 68 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:03.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:03.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:03.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:03.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:03.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:02.293019+0000 mgr.smithi110.pyeest (mgr.15258) 69 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-17T09:14:04.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cluster 2024-09-17T09:14:02.551845+0000 mgr.smithi110.pyeest (mgr.15258) 70 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:14:04.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:03.692332+0000 mon.smithi110 (mon.0) 973 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:04.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:03.693060+0000 mon.smithi110 (mon.0) 974 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:14:04.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:03.693620+0000 mon.smithi110 (mon.0) 975 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:14:04.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:03.694139+0000 mon.smithi110 (mon.0) 976 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:04.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: audit 2024-09-17T09:14:04.239482+0000 mon.smithi110 (mon.0) 977 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:04.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:02.551845+0000 mgr.smithi110.pyeest (mgr.15258) 70 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:14:04.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:03.692332+0000 mon.smithi110 (mon.0) 973 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:04.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:03.693060+0000 mon.smithi110 (mon.0) 974 : audit [INF] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:14:04.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:03.693620+0000 mon.smithi110 (mon.0) 975 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:14:04.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:03.694139+0000 mon.smithi110 (mon.0) 976 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:04.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:04.239482+0000 mon.smithi110 (mon.0) 977 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:05.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:05 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:14:05.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:14:03.687709+0000 mgr.smithi110.pyeest (mgr.15258) 71 : cephadm [INF] Upgrade: Updating mon.smithi110 2024-09-17T09:14:05.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: cephadm 2024-09-17T09:14:03.694918+0000 mgr.smithi110.pyeest (mgr.15258) 72 : cephadm [INF] Deploying daemon mon.smithi110 on smithi110 2024-09-17T09:14:05.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T09:14:05.440+0000 7f99b023d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi110 -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-17T09:14:05.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110[23567]: debug 2024-09-17T09:14:05.440+0000 7f99b023d700 -1 mon.smithi110@0(leader) e2 *** Got Signal Terminated *** 2024-09-17T09:14:05.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:03.687709+0000 mgr.smithi110.pyeest (mgr.15258) 71 : cephadm [INF] Upgrade: Updating mon.smithi110 2024-09-17T09:14:05.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:03.694918+0000 mgr.smithi110.pyeest (mgr.15258) 72 : cephadm [INF] Deploying daemon mon.smithi110 on smithi110 2024-09-17T09:14:05.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:05 smithi110 podman[68403]: 2024-09-17 09:14:05.654810512 +0000 UTC m=+0.320462034 container died 1669bdf396b7e63a64549ccded062e34aeb84216fbfb68c0fb26bd6f69ca6407 (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4) 2024-09-17T09:14:06.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:06 smithi110 podman[68403]: 2024-09-17 09:14:06.05705261 +0000 UTC m=+0.722704132 container cleanup 1669bdf396b7e63a64549ccded062e34aeb84216fbfb68c0fb26bd6f69ca6407 (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e) 2024-09-17T09:14:06.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:06 smithi110 bash[68403]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110 2024-09-17T09:14:06.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:06 smithi110 podman[68425]: 2024-09-17 09:14:06.325532961 +0000 UTC m=+0.670571437 container remove 1669bdf396b7e63a64549ccded062e34aeb84216fbfb68c0fb26bd6f69ca6407 (image=quay.io/ceph/ceph:v16.2.4, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi110, ceph=True, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image) 2024-09-17T09:14:07.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:06 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110.service: Deactivated successfully. 2024-09-17T09:14:07.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:06 smithi110 systemd[1]: Stopped Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:14:07.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:06 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110.service: Consumed 24.250s CPU time. 2024-09-17T09:14:07.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:06 smithi110 systemd[1]: Starting Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:14:07.279 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 podman[68572]: 2024-09-17 09:14:06.917081157 +0000 UTC m=+0.017855084 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:14:07.279 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 podman[68572]: 2024-09-17 09:14:07.026545118 +0000 UTC m=+0.127319044 container create cdfea7e9d9bed877188a78c6cab7bce8dee55eb6301df8e37e06615a9a88c477 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:14:07.280 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 podman[68572]: 2024-09-17 09:14:07.254097528 +0000 UTC m=+0.354871463 container init cdfea7e9d9bed877188a78c6cab7bce8dee55eb6301df8e37e06615a9a88c477 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:14:07.280 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 podman[68572]: 2024-09-17 09:14:07.257353529 +0000 UTC m=+0.358127456 container start cdfea7e9d9bed877188a78c6cab7bce8dee55eb6301df8e37e06615a9a88c477 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-17T09:14:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 2 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: pidfile_write: ignore empty --pid-file 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: load: jerasure load: lrc 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: RocksDB version: 7.9.2 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Git sha 0 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: DB SUMMARY 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: DB Session ID: 4YNN84W834QM0EMWYHTO 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: CURRENT file: CURRENT 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T09:14:07.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1724 Bytes 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 1, files: 000035.sst 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 000033.log size: 8595578 ; 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.error_if_exists: 0 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.create_if_missing: 0 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.paranoid_checks: 1 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.env: 0x55a2554debc0 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.info_log: 0x55a25688cdc0 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T09:14:07.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.statistics: (nil) 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.use_fsync: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_log_file_size: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.allow_fallocate: 1 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.use_direct_reads: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.db_log_dir: 2024-09-17T09:14:07.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.wal_dir: 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.write_buffer_manager: 0x55a25689a320 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T09:14:07.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.unordered_write: 0 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.row_cache: None 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.wal_filter: None 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.two_write_queues: 0 2024-09-17T09:14:07.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.wal_compression: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.atomic_flush: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.log_readahead_size: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T09:14:07.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T09:14:07.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_background_jobs: 2 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_background_compactions: -1 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_subcompactions: 1 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_open_files: -1 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T09:14:07.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_background_flushes: -1 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Compression algorithms supported: 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: kZSTD supported: 0 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: kXpressCompression supported: 0 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: kBZip2Compression supported: 0 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: kLZ4Compression supported: 1 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: kZlibCompression supported: 1 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: kSnappyCompression supported: 1 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T09:14:07.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000008 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.merge_operator: 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_filter: None 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a25688ca20) 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: cache_index_and_filter_blocks: 1 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: pin_top_level_index_and_filter: 1 2024-09-17T09:14:07.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_type: 0 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: data_block_index_type: 0 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_shortening: 1 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: checksum: 4 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: no_block_cache: 0 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache: 0x55a2568811f0 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_name: BinnedLRUCache 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_options: 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: capacity : 536870912 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: num_shard_bits : 4 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: strict_capacity_limit : 0 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: high_pri_pool_ratio: 0.000 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_compressed: (nil) 2024-09-17T09:14:07.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: persistent_cache: (nil) 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_size: 4096 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_size_deviation: 10 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_restart_interval: 16 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_block_restart_interval: 1 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: metadata_block_size: 4096 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: partition_filters: 0 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: use_delta_encoding: 1 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: filter_policy: bloomfilter 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: whole_key_filtering: 1 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: verify_compression: 0 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: read_amp_bytes_per_bit: 0 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: format_version: 5 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: enable_index_compression: 1 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_align: 0 2024-09-17T09:14:07.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: max_auto_readahead_size: 262144 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: prepopulate_block_cache: 0 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: initial_auto_readahead_size: 8192 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression: NoCompression 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.num_levels: 7 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T09:14:07.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T09:14:07.585 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T09:14:07.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T09:14:07.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.inplace_update_support: 0 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T09:14:07.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.bloom_locality: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.max_successive_merges: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.ttl: 2592000 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.enable_blob_files: false 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.min_blob_size: 0 2024-09-17T09:14:07.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 35.sst 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 37, last_sequence is 18654, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3a2e2b33-0a7a-4052-b86c-e347399798f5 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726564447284818, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-09-17T09:14:07.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726564447305074, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 8483065, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18655, "largest_seqno": 19498, "table_properties": {"data_size": 8476997, "index_size": 4255, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 773, "raw_key_size": 6020, "raw_average_key_size": 20, "raw_value_size": 8468326, "raw_average_value_size": 29403, "num_data_blocks": 187, "num_entries": 288, "num_filter_entries": 288, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "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; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726564447, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3a2e2b33-0a7a-4052-b86c-e347399798f5", "db_session_id": "4YNN84W834QM0EMWYHTO", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726564447305201, "job": 1, "event": "recovery_finished"} 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi110/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a2568ace00 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: DB pointer 0x55a2569a0000 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** DB Stats ** 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.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-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:14:07.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.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-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** Compaction Stats [default] ** 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.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 Rblob(GB) Wblob(GB) 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: L0 1/0 8.09 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 776.0 0.01 0.00 1 0.010 0 0 0.0 0.0 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: L6 1/0 38.53 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 0.0 0.0 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Sum 2/0 46.62 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 776.0 0.01 0.00 1 0.010 0 0 0.0 0.0 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.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 776.0 0.01 0.00 1 0.010 0 0 0.0 0.0 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** Compaction Stats [default] ** 2024-09-17T09:14:07.592 INFO:journalctl@ceph.mon.smithi110.smithi110.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 Rblob(GB) Wblob(GB) 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.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 776.0 0.01 0.00 1 0.010 0 0 0.0 0.0 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Flush(GB): cumulative 0.008, interval 0.008 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative compaction: 0.01 GB write, 342.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval compaction: 0.01 GB write, 342.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:14:07.593 INFO:journalctl@ceph.mon.smithi110.smithi110.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-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Block cache BinnedLRUCache@0x55a2568811f0#2 capacity: 512.00 MB usage: 5.48 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.91 KB,0.000172853%) IndexBlock(1,4.58 KB,0.000873208%) Misc(1,0.00 KB,0%) 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: starting mon.smithi110 rank 0 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi110 fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: mon.smithi110@-1(???) e2 preinit fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: mon.smithi110@-1(???).mds e11 new map 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: mon.smithi110@-1(???).mds e11 print_map 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: e11 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.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-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: legacy client fscid: 1 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Filesystem 'foofs' (1) 2024-09-17T09:14:07.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: fs_name foofs 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: epoch 11 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: created 2024-09-17T08:59:18.811416+0000 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: modified 2024-09-17T09:07:11.812478+0000 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: tableserver 0 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: root 0 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: session_timeout 60 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: session_autoclose 300 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: max_file_size 1099511627776 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: max_xattr_size 65536 2024-09-17T09:14:07.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: required_client_features {} 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: last_failure 0 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: last_failure_osd_epoch 0 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.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-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: max_mds 1 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: in 0 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: up {0=14492} 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: failed 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: damaged 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: stopped 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: data_pools [3] 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: metadata_pool 2 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: inline_data disabled 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: balancer 2024-09-17T09:14:07.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: bal_rank_mask -1 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: standby_count_wanted 1 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: [mds.foofs.smithi110.hbqklo{0:14492} state up:active seq 119 join_fscid=1 addr [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] compat {c=[1],r=[1],i=[7ff]}] 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Standby daemons: 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: [mds.foofs.smithi138.cpylqb{-1:24243} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] compat {c=[1],r=[1],i=[7ff]}] 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: mon.smithi110@-1(???).osd e73 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: mon.smithi110@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: mon.smithi110@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: mon.smithi110@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 ceph-mon[68591]: mon.smithi110@-1(???).paxosservice(auth 1..41) refresh upgraded, format 0 -> 3 2024-09-17T09:14:07.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 bash[68572]: cdfea7e9d9bed877188a78c6cab7bce8dee55eb6301df8e37e06615a9a88c477 2024-09-17T09:14:07.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:07 smithi110 systemd[1]: Started Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:14:09.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:05.450067+0000 mon.smithi138 (mon.1) 147 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:14:09.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:05.450384+0000 mon.smithi138 (mon.1) 148 : audit [DBG] from='mgr.15258 172.21.15.110:0/1725167508' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:06.552856+0000 mgr.smithi110.pyeest (mgr.15258) 74 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.720726+0000 mon.smithi110 (mon.0) 1 : cluster [INF] mon.smithi110 calling monitor election 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.722464+0000 mon.smithi110 (mon.0) 2 : cluster [INF] mon.smithi110 is new leader, mons smithi110,smithi138 in quorum (ranks 0,1) 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.726866+0000 mon.smithi110 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.727320+0000 mon.smithi110 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.727346+0000 mon.smithi110 (mon.0) 5 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.728117+0000 mon.smithi110 (mon.0) 6 : cluster [DBG] mgrmap e40: smithi110.pyeest(active, since 50s), standbys: smithi138.yorhtj 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.728482+0000 mon.smithi110 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.728495+0000 mon.smithi110 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.728506+0000 mon.smithi110 (mon.0) 9 : cluster [WRN] daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.728517+0000 mon.smithi110 (mon.0) 10 : cluster [WRN] daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.728526+0000 mon.smithi110 (mon.0) 11 : cluster [WRN] daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.728536+0000 mon.smithi110 (mon.0) 12 : cluster [WRN] daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:09.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.728546+0000 mon.smithi110 (mon.0) 13 : cluster [WRN] daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:14:09.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:08.735840+0000 mon.smithi110 (mon.0) 14 : cluster [DBG] mgrmap e41: smithi110.pyeest(active, since 50s), standbys: smithi138.yorhtj 2024-09-17T09:14:09.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:08.735917+0000 mon.smithi110 (mon.0) 15 : audit [INF] from='mgr.15258 ' entity='' 2024-09-17T09:14:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:09.738197+0000 mon.smithi110 (mon.0) 16 : cluster [DBG] mgrmap e42: smithi110.pyeest(active, since 51s), standbys: smithi138.yorhtj 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:13.509226+0000 mon.smithi110 (mon.0) 17 : cluster [DBG] Standby manager daemon smithi138.yorhtj restarted 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:13.509302+0000 mon.smithi110 (mon.0) 18 : cluster [DBG] Standby manager daemon smithi138.yorhtj started 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.510629+0000 mon.smithi138 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.138:0/2185065441' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/crt"}]: dispatch 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.510955+0000 mon.smithi138 (mon.1) 150 : audit [DBG] from='mgr.? 172.21.15.138:0/2185065441' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.512419+0000 mon.smithi138 (mon.1) 151 : audit [DBG] from='mgr.? 172.21.15.138:0/2185065441' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.yorhtj/key"}]: dispatch 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.513400+0000 mon.smithi138 (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.138:0/2185065441' entity='mgr.smithi138.yorhtj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:13.528932+0000 mon.smithi110 (mon.0) 19 : cluster [INF] Active manager daemon smithi110.pyeest restarted 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:13.529286+0000 mon.smithi110 (mon.0) 20 : cluster [INF] Activating manager daemon smithi110.pyeest 2024-09-17T09:14:13.784 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:13.534108+0000 mon.smithi110 (mon.0) 21 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:13.534379+0000 mon.smithi110 (mon.0) 22 : cluster [DBG] mgrmap e43: smithi110.pyeest(active, starting, since 0.00517424s), standbys: smithi138.yorhtj 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.535533+0000 mon.smithi110 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.535645+0000 mon.smithi110 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.536437+0000 mon.smithi110 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.536593+0000 mon.smithi110 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.536883+0000 mon.smithi110 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.537004+0000 mon.smithi110 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.537276+0000 mon.smithi110 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.537484+0000 mon.smithi110 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.537664+0000 mon.smithi110 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.537930+0000 mon.smithi110 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:14:13.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.538177+0000 mon.smithi110 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:14:13.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.538386+0000 mon.smithi110 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:14:13.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.538568+0000 mon.smithi110 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:14:13.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.538829+0000 mon.smithi110 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:14:13.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.541207+0000 mon.smithi110 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:14:13.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.541570+0000 mon.smithi110 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:14:13.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.542145+0000 mon.smithi110 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:14:13.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:13.548731+0000 mon.smithi110 (mon.0) 40 : cluster [INF] Manager daemon smithi110.pyeest is now available 2024-09-17T09:14:14.790 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.566627+0000 mon.smithi110 (mon.0) 41 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:14.790 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.586717+0000 mon.smithi110 (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:14.790 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.597905+0000 mon.smithi110 (mon.0) 43 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:14:14.790 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:13.629295+0000 mon.smithi110 (mon.0) 44 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:14:14.790 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:14.537516+0000 mon.smithi110 (mon.0) 45 : cluster [DBG] mgrmap e44: smithi110.pyeest(active, since 1.00831s), standbys: smithi138.yorhtj 2024-09-17T09:14:15.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:14.626772+0000 mgr.smithi110.pyeest (mgr.34104) 2 : cephadm [INF] [17/Sep/2024:09:14:14] ENGINE Bus STARTING 2024-09-17T09:14:15.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:14.742520+0000 mgr.smithi110.pyeest (mgr.34104) 3 : cephadm [INF] [17/Sep/2024:09:14:14] ENGINE Serving on https://172.21.15.110:7150 2024-09-17T09:14:15.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:14.744983+0000 mgr.smithi110.pyeest (mgr.34104) 4 : cephadm [ERR] [17/Sep/2024:09:14:14] ENGINE Error in HTTPServer.serve 2024-09-17T09:14:15.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:15.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._connections.run(self.expiration_interval) 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._run(expiration_interval) 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: s = self.context.wrap_socket( 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.sslsocket_class._create( 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.do_handshake() 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:14:15.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self._sslobj.do_handshake() 2024-09-17T09:14:15.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:14:15.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 2024-09-17T09:14:15.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:15.534300+0000 mon.smithi110 (mon.0) 46 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 5 failed cephadm daemon(s)) 2024-09-17T09:14:15.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:15.534318+0000 mon.smithi110 (mon.0) 47 : cluster [INF] Cluster is now healthy 2024-09-17T09:14:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:14.843405+0000 mgr.smithi110.pyeest (mgr.34104) 5 : cephadm [INF] [17/Sep/2024:09:14:14] ENGINE Serving on http://172.21.15.110:8765 2024-09-17T09:14:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:14.843546+0000 mgr.smithi110.pyeest (mgr.34104) 6 : cephadm [INF] [17/Sep/2024:09:14:14] ENGINE Bus STARTED 2024-09-17T09:14:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:15.540052+0000 mgr.smithi110.pyeest (mgr.34104) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:15.572551+0000 mon.smithi110 (mon.0) 48 : cluster [DBG] mgrmap e45: smithi110.pyeest(active, since 2s), standbys: smithi138.yorhtj 2024-09-17T09:14:18.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:17.540460+0000 mgr.smithi110.pyeest (mgr.34104) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:18.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:17.576645+0000 mon.smithi110 (mon.0) 49 : cluster [DBG] mgrmap e46: smithi110.pyeest(active, since 4s), standbys: smithi138.yorhtj 2024-09-17T09:14:18.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:18.215827+0000 mon.smithi110 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:18.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:18 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:18.220260+0000 mon.smithi110 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:19.552 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:14:20.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:18.717741+0000 mon.smithi110 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:20.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:18.721387+0000 mon.smithi110 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 53s ago 20m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (20m) 53s ago 20m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (19m) 2s ago 19m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 53s ago 20m 38.7M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (14m) 53s ago 14m 41.5M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (14m) 2s ago 14m 15.8M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (83s) 53s ago 21m 459M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (36s) 2s ago 19m 435M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (21m) 53s ago 21m 80.1M 2048M 16.2.4 8d91d370c2b8 1669bdf396b7 2024-09-17T09:14:20.240 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (19m) 2s ago 19m 73.5M 2048M 16.2.4 8d91d370c2b8 04e39179d62a 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (12m) 53s ago 12m 142M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (12m) 2s ago 12m 89.9M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 53s ago 19m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 2s ago 19m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (18m) 53s ago 18m 568M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (18m) 53s ago 18m 470M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (18m) 53s ago 18m 372M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (17m) 53s ago 17m 482M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (17m) 2s ago 17m 496M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (17m) 2s ago 17m 589M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (16m) 2s ago 16m 522M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (16m) 2s ago 16m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:14:20.241 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 53s ago 19m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:14:20.637 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:14:20.638 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:14:20.639 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 11, 2024-09-17T09:14:20.639 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 3 2024-09-17T09:14:20.639 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:14:20.639 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:14:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:19.537399+0000 mgr.smithi110.pyeest (mgr.34104) 9 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:19.540831+0000 mgr.smithi110.pyeest (mgr.34104) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:20.637159+0000 mon.smithi110 (mon.0) 54 : audit [DBG] from='client.? 172.21.15.110:0/516784504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:20.645235+0000 mon.smithi110 (mon.0) 55 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:20.649751+0000 mon.smithi110 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:20.980 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:14:20.980 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:14:20.980 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:14:20.980 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:14:20.981 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:14:20.981 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:14:20.981 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:14:20.981 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "3/23 daemons upgraded", 2024-09-17T09:14:20.981 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2024-09-17T09:14:20.981 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:14:20.981 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:14:21.389 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2024-09-17T09:14:21.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:19.902357+0000 mgr.smithi110.pyeest (mgr.34104) 11 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:21.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:20.230625+0000 mgr.smithi110.pyeest (mgr.34104) 12 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:21.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:21.160123+0000 mon.smithi110 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:21.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:21.164720+0000 mon.smithi110 (mon.0) 58 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:21.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:21.388762+0000 mon.smithi138 (mon.1) 153 : audit [DBG] from='client.? 172.21.15.110:0/2463001054' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:14:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:20.979633+0000 mgr.smithi110.pyeest (mgr.34104) 13 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:21.541337+0000 mgr.smithi110.pyeest (mgr.34104) 14 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 17 op/s 2024-09-17T09:14:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:21.958693+0000 mon.smithi110 (mon.0) 59 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:22 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:21.961910+0000 mon.smithi110 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:23.541686+0000 mgr.smithi110.pyeest (mgr.34104) 15 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-09-17T09:14:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:24.326044+0000 mon.smithi110 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:24.330602+0000 mon.smithi110 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:24.331702+0000 mon.smithi110 (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:24.332427+0000 mon.smithi110 (mon.0) 64 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:14:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:24.336841+0000 mon.smithi110 (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:25.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:24.342913+0000 mon.smithi110 (mon.0) 66 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:26.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:24.333038+0000 mgr.smithi110.pyeest (mgr.34104) 16 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:14:26.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:24.333586+0000 mgr.smithi110.pyeest (mgr.34104) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 104 B/s wr, 12 op/s 2024-09-17T09:14:26.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:24.418921+0000 mgr.smithi110.pyeest (mgr.34104) 18 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:14:26.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:24.426098+0000 mgr.smithi110.pyeest (mgr.34104) 19 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:14:26.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:25.328890+0000 mon.smithi110 (mon.0) 67 : cluster [WRN] Health check failed: 5 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:14:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:27 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:26.334389+0000 mgr.smithi110.pyeest (mgr.34104) 20 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:27.502265+0000 mgr.smithi110.pyeest (mgr.34104) 21 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:29.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:27.502584+0000 mgr.smithi110.pyeest (mgr.34104) 22 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:14:29.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:27.545541+0000 mgr.smithi110.pyeest (mgr.34104) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:14:29.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:28.587042+0000 mon.smithi110 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:28.335030+0000 mgr.smithi110.pyeest (mgr.34104) 24 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:30.242030+0000 mgr.smithi110.pyeest (mgr.34104) 25 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:31.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:31.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:31.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:31.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:31.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:31.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:31.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:30.242241+0000 mgr.smithi110.pyeest (mgr.34104) 26 : cephadm [INF] Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:30.242508+0000 mgr.smithi110.pyeest (mgr.34104) 27 : cephadm [INF] Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:30.335586+0000 mgr.smithi110.pyeest (mgr.34104) 28 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:30.563008+0000 mgr.smithi110.pyeest (mgr.34104) 29 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:31.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:31.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:31.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:31.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:31.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:31.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:31.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:31.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:31.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:31.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:31.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:31.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:31.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:30.563306+0000 mgr.smithi110.pyeest (mgr.34104) 30 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:31.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:31 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:30.788213+0000 mgr.smithi110.pyeest (mgr.34104) 31 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:34.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:33 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:32.336002+0000 mgr.smithi110.pyeest (mgr.34104) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-09-17T09:14:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:34.200412+0000 mon.smithi110 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:34.202577+0000 mon.smithi110 (mon.0) 70 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:34 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:34.203547+0000 mon.smithi110 (mon.0) 71 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T09:14:35.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:33.827399+0000 mgr.smithi110.pyeest (mgr.34104) 33 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:35.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:35.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:35.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:35.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:35.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:35.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:35.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:35.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:35.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:35.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:35.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:35.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:35.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:33.828024+0000 mgr.smithi110.pyeest (mgr.34104) 34 : cephadm [INF] Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:33.828410+0000 mgr.smithi110.pyeest (mgr.34104) 35 : cephadm [INF] Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:34.162394+0000 mgr.smithi110.pyeest (mgr.34104) 36 : 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:35.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:35.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:35.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:35.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:35.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:35.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:35.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.wait_async( 2024-09-17T09:14:35.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return future.result(timeout) 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return self.__get_result() 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise self._exception 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: out, err, code = await self._run_cephadm( 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: raise OrchestratorError( 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: 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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:35.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: Traceback (most recent call last): 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: return _run_code(code, main_globals, None, 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: exec(code, run_globals) 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:35.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:35.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:35.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:35.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cluster 2024-09-17T09:14:34.336664+0000 mgr.smithi110.pyeest (mgr.34104) 37 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-09-17T09:14:35.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:35.636085+0000 mon.smithi110 (mon.0) 72 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:35.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:35.636914+0000 mon.smithi110 (mon.0) 73 : audit [INF] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:14:35.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:35.637543+0000 mon.smithi110 (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:14:35.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:35 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: audit 2024-09-17T09:14:35.638233+0000 mon.smithi110 (mon.0) 75 : audit [DBG] from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:36.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:35.631242+0000 mgr.smithi110.pyeest (mgr.34104) 38 : cephadm [INF] Upgrade: Updating mon.smithi138 2024-09-17T09:14:36.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:36 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: cephadm 2024-09-17T09:14:35.639024+0000 mgr.smithi110.pyeest (mgr.34104) 39 : cephadm [INF] Deploying daemon mon.smithi138 on smithi138 2024-09-17T09:14:37.446 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:37 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:14:37.447 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T09:14:37.260+0000 7fd416ce4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi138 -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-17T09:14:37.447 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:37 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138[26157]: debug 2024-09-17T09:14:37.260+0000 7fd416ce4700 -1 mon.smithi138@1(peon) e2 *** Got Signal Terminated *** 2024-09-17T09:14:37.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:37 smithi138 podman[49694]: 2024-09-17 09:14:37.44581295 +0000 UTC m=+0.284599784 container died 04e39179d62a89c78c6b1fa6eb3cca422ce8cbd815ceb76b97bc984b95db8a40 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138, org.label-schema.name=CentOS Base Image, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=HEAD, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-17T09:14:37.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:37 smithi138 podman[49694]: 2024-09-17 09:14:37.829007983 +0000 UTC m=+0.667794816 container cleanup 04e39179d62a89c78c6b1fa6eb3cca422ce8cbd815ceb76b97bc984b95db8a40 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image) 2024-09-17T09:14:37.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:37 smithi138 bash[49694]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138 2024-09-17T09:14:38.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:37 smithi138 podman[49706]: 2024-09-17 09:14:37.997721842 +0000 UTC m=+0.552966389 container remove 04e39179d62a89c78c6b1fa6eb3cca422ce8cbd815ceb76b97bc984b95db8a40 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon.smithi138, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, RELEASE=HEAD, ceph=True) 2024-09-17T09:14:38.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi138.service: Deactivated successfully. 2024-09-17T09:14:38.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 systemd[1]: Stopped Ceph mon.smithi138 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:14:38.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi138.service: Consumed 10.901s CPU time. 2024-09-17T09:14:38.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 systemd[1]: Starting Ceph mon.smithi138 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:14:39.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 podman[49847]: 2024-09-17 09:14:38.749279772 +0000 UTC m=+0.105839252 container create 322717b219647b674ee5e2c660a8649309a20ce7ee4cb5f8d90026c8eda5ae0c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi138, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-17T09:14:39.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 podman[49847]: 2024-09-17 09:14:38.659557783 +0000 UTC m=+0.016117238 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:14:39.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 podman[49847]: 2024-09-17 09:14:38.9521511 +0000 UTC m=+0.308710542 container init 322717b219647b674ee5e2c660a8649309a20ce7ee4cb5f8d90026c8eda5ae0c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi138, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, 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, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-17T09:14:39.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 podman[49847]: 2024-09-17 09:14:38.955650229 +0000 UTC m=+0.312209671 container start 322717b219647b674ee5e2c660a8649309a20ce7ee4cb5f8d90026c8eda5ae0c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi138, 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, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731) 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 2 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: pidfile_write: ignore empty --pid-file 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: load: jerasure load: lrc 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: RocksDB version: 7.9.2 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Git sha 0 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: DB SUMMARY 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: DB Session ID: U78EVRQQEZ9GVXQL118X 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: CURRENT file: CURRENT 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: MANIFEST file: MANIFEST-000005 size: 1948 Bytes 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi138/store.db dir, Total Num: 1, files: 000037.sst 2024-09-17T09:14:39.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi138/store.db: 000035.log size: 7549050 ; 2024-09-17T09:14:39.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.error_if_exists: 0 2024-09-17T09:14:39.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.create_if_missing: 0 2024-09-17T09:14:39.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.paranoid_checks: 1 2024-09-17T09:14:39.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T09:14:39.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T09:14:39.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T09:14:39.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.env: 0x560c09195bc0 2024-09-17T09:14:39.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.info_log: 0x560c09f4cdc0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.statistics: (nil) 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.use_fsync: 0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_log_file_size: 0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.allow_fallocate: 1 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.use_direct_reads: 0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T09:14:39.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.db_log_dir: 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.wal_dir: 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.write_buffer_manager: 0x560c09f5a320 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T09:14:39.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.unordered_write: 0 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.row_cache: None 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.wal_filter: None 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T09:14:39.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.two_write_queues: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.wal_compression: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.atomic_flush: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.log_readahead_size: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T09:14:39.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_background_jobs: 2 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_background_compactions: -1 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_subcompactions: 1 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_open_files: -1 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T09:14:39.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_background_flushes: -1 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Compression algorithms supported: 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: kZSTD supported: 0 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: kXpressCompression supported: 0 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: kBZip2Compression supported: 0 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: kLZ4Compression supported: 1 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: kZlibCompression supported: 1 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: kSnappyCompression supported: 1 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T09:14:39.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000005 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.merge_operator: 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_filter: None 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560c09f4ca20) 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: cache_index_and_filter_blocks: 1 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: pin_top_level_index_and_filter: 1 2024-09-17T09:14:39.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: index_type: 0 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: data_block_index_type: 0 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: index_shortening: 1 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: checksum: 4 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: no_block_cache: 0 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_cache: 0x560c09f411f0 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_cache_name: BinnedLRUCache 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_cache_options: 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: capacity : 536870912 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: num_shard_bits : 4 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: strict_capacity_limit : 0 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: high_pri_pool_ratio: 0.000 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_cache_compressed: (nil) 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: persistent_cache: (nil) 2024-09-17T09:14:39.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_size: 4096 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_size_deviation: 10 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_restart_interval: 16 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: index_block_restart_interval: 1 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: metadata_block_size: 4096 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: partition_filters: 0 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: use_delta_encoding: 1 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: filter_policy: bloomfilter 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: whole_key_filtering: 1 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: verify_compression: 0 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: read_amp_bytes_per_bit: 0 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: format_version: 5 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: enable_index_compression: 1 2024-09-17T09:14:39.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_align: 0 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: max_auto_readahead_size: 262144 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: prepopulate_block_cache: 0 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: initial_auto_readahead_size: 8192 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression: NoCompression 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.num_levels: 7 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T09:14:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:14:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T09:14:39.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T09:14:39.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.inplace_update_support: 0 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T09:14:39.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.bloom_locality: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.max_successive_merges: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.ttl: 2592000 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.enable_blob_files: false 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.min_blob_size: 0 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T09:14:39.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 37.sst 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 39, last_sequence is 20990, log_number is 35,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 35 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7c431359-ba38-4dfe-9268-c617e5c77976 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726564478982112, "job": 1, "event": "recovery_started", "wal_files": [35]} 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #35 mode 2 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726564478999178, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 40, "file_size": 4971527, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 20995, "largest_seqno": 21444, "table_properties": {"data_size": 4967723, "index_size": 2312, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 453, "raw_key_size": 3314, "raw_average_key_size": 21, "raw_value_size": 4962875, "raw_average_value_size": 31610, "num_data_blocks": 101, "num_entries": 157, "num_filter_entries": 157, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "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; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726564478, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7c431359-ba38-4dfe-9268-c617e5c77976", "db_session_id": "U78EVRQQEZ9GVXQL118X", "orig_file_number": 40, "seqno_to_time_mapping": "N/A"}} 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726564478999306, "job": 1, "event": "recovery_finished"} 2024-09-17T09:14:39.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:38 smithi138 ceph-mon[49866]: rocksdb: [db/version_set.cc:5047] Creating manifest 42 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi138/store.db/000035.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560c09f6ce00 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: rocksdb: DB pointer 0x560c0a060000 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ** DB Stats ** 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.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-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.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-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:14:39.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ** Compaction Stats [default] ** 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.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 Rblob(GB) Wblob(GB) 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: L0 1/0 4.74 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 581.9 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: L6 1/0 47.26 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 0.0 0.0 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Sum 2/0 52.00 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 581.9 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.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 581.9 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ** Compaction Stats [default] ** 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.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 Rblob(GB) Wblob(GB) 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.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 581.9 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-09-17T09:14:39.022 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Flush(GB): cumulative 0.005, interval 0.005 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Cumulative compaction: 0.00 GB write, 239.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Interval compaction: 0.00 GB write, 239.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.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-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Block cache BinnedLRUCache@0x560c09f411f0#2 capacity: 512.00 MB usage: 71.77 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Block cache entry stats(count,size,portion): DataBlock(1,4.58 KB,0.000873208%) FilterBlock(2,8.53 KB,0.00162721%) IndexBlock(2,58.66 KB,0.0111878%) Misc(1,0.00 KB,0%) 2024-09-17T09:14:39.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: starting mon.smithi138 rank 1 at public addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] at bind addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi138 fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: mon.smithi138@-1(???) e2 preinit fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: mon.smithi138@-1(???).mds e11 new map 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: mon.smithi138@-1(???).mds e11 print_map 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: e11 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.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-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: legacy client fscid: 1 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Filesystem 'foofs' (1) 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: fs_name foofs 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: epoch 11 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-17T09:14:39.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: created 2024-09-17T08:59:18.811416+0000 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: modified 2024-09-17T09:07:11.812478+0000 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: tableserver 0 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: root 0 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: session_timeout 60 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: session_autoclose 300 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: max_file_size 1099511627776 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: max_xattr_size 65536 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: required_client_features {} 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: last_failure 0 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: last_failure_osd_epoch 0 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.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-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: max_mds 1 2024-09-17T09:14:39.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: in 0 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: up {0=14492} 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: failed 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: damaged 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: stopped 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: data_pools [3] 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: metadata_pool 2 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: inline_data disabled 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: balancer 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: bal_rank_mask -1 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: standby_count_wanted 1 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: [mds.foofs.smithi110.hbqklo{0:14492} state up:active seq 119 join_fscid=1 addr [v2:172.21.15.110:6834/1882158373,v1:172.21.15.110:6835/1882158373] compat {c=[1],r=[1],i=[7ff]}] 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Standby daemons: 2024-09-17T09:14:39.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-09-17T09:14:39.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: [mds.foofs.smithi138.cpylqb{-1:24243} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] compat {c=[1],r=[1],i=[7ff]}] 2024-09-17T09:14:39.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: mon.smithi138@-1(???).osd e74 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-17T09:14:39.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: mon.smithi138@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T09:14:39.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: mon.smithi138@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T09:14:39.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: mon.smithi138@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T09:14:39.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 ceph-mon[49866]: mon.smithi138@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2024-09-17T09:14:39.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 bash[49847]: 322717b219647b674ee5e2c660a8649309a20ce7ee4cb5f8d90026c8eda5ae0c 2024-09-17T09:14:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:39 smithi138 systemd[1]: Started Ceph mon.smithi138 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:14:40.571 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mkfs 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.572 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.577 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Upgrade: Updating mgr.smithi138.yorhtj 2024-09-17T09:14:40.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Deploying daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T09:14:40.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e40: smithi110.pyeest(active, since 32s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v20: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:14:40.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:14:40.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v21: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-09-17T09:14:40.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v22: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2024-09-17T09:14:40.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v23: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v24: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:40.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v25: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:40.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.593 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v26: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.595 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all mgr 2024-09-17T09:14:40.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v27: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Upgrade: Updating mon.smithi110 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Deploying daemon mon.smithi110 on smithi110 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v29: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mon.smithi110 calling monitor election 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mon.smithi110 is new leader, mons smithi110,smithi138 in quorum (ranks 0,1) 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: osdmap e73: 8 total, 8 up, 8 in 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e40: smithi110.pyeest(active, since 50s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Health detail: HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: [WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e41: smithi110.pyeest(active, since 50s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e42: smithi110.pyeest(active, since 51s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Standby manager daemon smithi138.yorhtj restarted 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Standby manager daemon smithi138.yorhtj started 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Active manager daemon smithi110.pyeest restarted 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Activating manager daemon smithi110.pyeest 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: osdmap e74: 8 total, 8 up, 8 in 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e43: smithi110.pyeest(active, starting, since 0.00517424s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:14:40.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Manager daemon smithi110.pyeest is now available 2024-09-17T09:14:40.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e44: smithi110.pyeest(active, since 1.00831s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: [17/Sep/2024:09:14:14] ENGINE Bus STARTING 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: [17/Sep/2024:09:14:14] ENGINE Serving on https://172.21.15.110:7150 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: [17/Sep/2024:09:14:14] ENGINE Error in HTTPServer.serve 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self._connections.run(self.expiration_interval) 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self._run(expiration_interval) 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:14:40.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: s = self.context.wrap_socket( 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.sslsocket_class._create( 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.do_handshake() 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self._sslobj.do_handshake() 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: [17/Sep/2024:09:14:14] ENGINE Serving on http://172.21.15.110:8765 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: [17/Sep/2024:09:14:14] ENGINE Bus STARTED 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 5 failed cephadm daemon(s)) 2024-09-17T09:14:40.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Cluster is now healthy 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v4: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e45: smithi110.pyeest(active, since 2s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v5: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e46: smithi110.pyeest(active, since 4s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v6: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/516784504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:40.609 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/2463001054' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v7: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 17 op/s 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v8: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-09-17T09:14:40.610 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v9: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 104 B/s wr, 12 op/s 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Health check failed: 5 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v10: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:40.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.612 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.614 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:14:40.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v11: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.618 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:40.620 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v12: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.622 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.623 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v13: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-09-17T09:14:40.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.626 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.628 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.629 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.630 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.631 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.632 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:40.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v14: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-09-17T09:14:40.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Upgrade: Updating mon.smithi138 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Deploying daemon mon.smithi138 on smithi138 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: pgmap v15: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mon.smithi110 calling monitor election 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mon.smithi138 calling monitor election 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mon.smithi110 is new leader, mons smithi110,smithi138 in quorum (ranks 0,1) 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: monmap e3: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: osdmap e74: 8 total, 8 up, 8 in 2024-09-17T09:14:40.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: mgrmap e46: smithi110.pyeest(active, since 25s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: Health detail: HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: [WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.636 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mkfs 1a0d3656-74d2-11ef-bceb-c7b262605968 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Upgrade: Updating mgr.smithi138.yorhtj 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Deploying daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e40: smithi110.pyeest(active, since 32s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v20: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v21: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v22: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:14:40.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v23: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v24: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.655 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.659 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v25: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:40.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v26: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.667 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all mgr 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v27: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Upgrade: Updating mon.smithi110 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Deploying daemon mon.smithi110 on smithi110 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v29: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mon.smithi110 calling monitor election 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mon.smithi110 is new leader, mons smithi110,smithi138 in quorum (ranks 0,1) 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: osdmap e73: 8 total, 8 up, 8 in 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e40: smithi110.pyeest(active, since 50s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.674 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Health detail: HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: [WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e41: smithi110.pyeest(active, since 50s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e42: smithi110.pyeest(active, since 51s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Standby manager daemon smithi138.yorhtj restarted 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Standby manager daemon smithi138.yorhtj started 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Active manager daemon smithi110.pyeest restarted 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Activating manager daemon smithi110.pyeest 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: osdmap e74: 8 total, 8 up, 8 in 2024-09-17T09:14:40.675 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e43: smithi110.pyeest(active, starting, since 0.00517424s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi110.pyeest", "id": "smithi110.pyeest"}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr metadata", "who": "smithi138.yorhtj", "id": "smithi138.yorhtj"}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:14:40.676 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Manager daemon smithi110.pyeest is now available 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.pyeest/trash_purge_schedule"}]: dispatch 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e44: smithi110.pyeest(active, since 1.00831s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: [17/Sep/2024:09:14:14] ENGINE Bus STARTING 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: [17/Sep/2024:09:14:14] ENGINE Serving on https://172.21.15.110:7150 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: [17/Sep/2024:09:14:14] ENGINE Error in HTTPServer.serve 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.677 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self._connections.run(self.expiration_interval) 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self._run(expiration_interval) 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: s = self.context.wrap_socket( 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.sslsocket_class._create( 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.do_handshake() 2024-09-17T09:14:40.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self._sslobj.do_handshake() 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: [17/Sep/2024:09:14:14] ENGINE Serving on http://172.21.15.110:8765 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: [17/Sep/2024:09:14:14] ENGINE Bus STARTED 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 5 failed cephadm daemon(s)) 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Cluster is now healthy 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v4: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e45: smithi110.pyeest(active, since 2s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v5: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e46: smithi110.pyeest(active, since 4s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v6: 129 pgs: 129 active+clean; 223 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/516784504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/2463001054' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v7: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 17 op/s 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v8: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:14:40.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v9: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 104 B/s wr, 12 op/s 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Health check failed: 5 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v10: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:40.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.686 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v11: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.689 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v12: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 94 B/s wr, 11 op/s 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.691 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.693 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:40.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v13: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.698 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:40.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:40.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v14: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Upgrade: Updating mon.smithi138 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Deploying daemon mon.smithi138 on smithi138 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: pgmap v15: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-09-17T09:14:40.705 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mon.smithi110 calling monitor election 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mon.smithi138 calling monitor election 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mon.smithi110 is new leader, mons smithi110,smithi138 in quorum (ranks 0,1) 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: monmap e3: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: osdmap e74: 8 total, 8 up, 8 in 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: mgrmap e46: smithi110.pyeest(active, since 25s), standbys: smithi138.yorhtj 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: Health detail: HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: [WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:40.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:14:40.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:40.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:14:41.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:41 smithi138 ceph-mon[49866]: pgmap v17: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:14:41.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:41 smithi110 ceph-mon[68591]: pgmap v17: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:14:43.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:43 smithi110 ceph-mon[68591]: pgmap v18: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:14:43.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:43 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:43.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:43 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:43.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:43 smithi138 ceph-mon[49866]: pgmap v18: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:14:43.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:43 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:43.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:43 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:44.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:44.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:44.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:44.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:44.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:44.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:45.490 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:45 smithi138 ceph-mon[49866]: pgmap v19: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:14:45.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:45 smithi110 ceph-mon[68591]: pgmap v19: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:14:47.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: pgmap v20: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:14:47.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:47.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:47.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:47.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:14:47.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:47.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:47.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:14:47.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:14:47.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:47.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: pgmap v20: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:14:47.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:47.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:47.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:47.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:14:47.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:47.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:47.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:14:47.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:14:47.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:48.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:48 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:14:48.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:48 smithi110 ceph-mon[68591]: pgmap v21: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-09-17T09:14:48.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:48 smithi110 ceph-mon[68591]: pgmap v22: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:48.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:48 smithi110 ceph-mon[68591]: Reconfiguring mon.smithi110 (monmap changed)... 2024-09-17T09:14:48.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:48 smithi110 ceph-mon[68591]: Reconfiguring daemon mon.smithi110 on smithi110 2024-09-17T09:14:48.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:48 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:14:48.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:48 smithi138 ceph-mon[49866]: pgmap v21: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-09-17T09:14:48.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:48 smithi138 ceph-mon[49866]: pgmap v22: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:48.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:48 smithi138 ceph-mon[49866]: Reconfiguring mon.smithi110 (monmap changed)... 2024-09-17T09:14:48.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:48 smithi138 ceph-mon[49866]: Reconfiguring daemon mon.smithi110 on smithi110 2024-09-17T09:14:49.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:49.849 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:49.849 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:49 smithi110 ceph-mon[68591]: Reconfiguring mgr.smithi110.pyeest (monmap changed)... 2024-09-17T09:14:49.849 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.pyeest", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:14:49.849 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:14:49.849 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:49.849 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:49 smithi110 ceph-mon[68591]: Reconfiguring daemon mgr.smithi110.pyeest on smithi110 2024-09-17T09:14:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:50.111 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:50.111 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:49 smithi138 ceph-mon[49866]: Reconfiguring mgr.smithi110.pyeest (monmap changed)... 2024-09-17T09:14:50.111 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.pyeest", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:14:50.111 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:14:50.111 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:50.112 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:49 smithi138 ceph-mon[49866]: Reconfiguring daemon mgr.smithi110.pyeest on smithi110 2024-09-17T09:14:50.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:50 smithi138 ceph-mon[49866]: pgmap v23: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:50.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:50 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:50.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:50 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:50 smithi110 ceph-mon[68591]: pgmap v23: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:50 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:50 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:51.736 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:14:51.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:51 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:14:51.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:51 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:14:51.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:51 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:14:51.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:51 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:14:52.379 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:14:52.379 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 31s ago 20m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:14:52.379 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (20m) 31s ago 20m 6405k - 16.2.4 8d91d370c2b8 2a08937b7421 2024-09-17T09:14:52.379 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (20m) 9s ago 20m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:14:52.379 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 31s ago 20m 38.7M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:14:52.379 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (15m) 31s ago 15m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:14:52.379 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (15m) 9s ago 15m 16.0M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (115s) 31s ago 22m 459M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (68s) 9s ago 20m 436M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (45s) 31s ago 22m 32.9M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (13s) 9s ago 19m 24.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (12m) 31s ago 12m 143M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (12m) 9s ago 12m 90.1M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 31s ago 20m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 9s ago 19m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (19m) 31s ago 19m 569M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (18m) 31s ago 18m 470M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (18m) 31s ago 18m 372M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (18m) 31s ago 18m 483M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:14:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (17m) 9s ago 17m 495M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:14:52.381 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (17m) 9s ago 17m 588M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:14:52.381 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (17m) 9s ago 17m 522M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:14:52.381 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (16m) 9s ago 16m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:14:52.381 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 31s ago 20m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:14:52.767 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:14:52.767 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:14:52.767 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:14:52.767 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:14:52.767 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:14:52.767 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:14:52.767 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 10, 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 4 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:14:52.768 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:14:52.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:52 smithi110 ceph-mon[68591]: pgmap v24: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:52.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:52 smithi110 ceph-mon[68591]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:52.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:52 smithi138 ceph-mon[49866]: pgmap v24: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:52.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:52 smithi138 ceph-mon[49866]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "4/23 daemons upgraded", 2024-09-17T09:14:53.103 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mon daemons", 2024-09-17T09:14:53.104 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:14:53.104 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:14:53.510 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:14:53.510 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:14:53.510 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:53.510 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:53.510 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:53.510 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:14:53.510 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:14:53.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:53 smithi110 ceph-mon[68591]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:53.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:53 smithi110 ceph-mon[68591]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:53.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:53 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1493348866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:53.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:53 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:14:53.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:53 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:53.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:53 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3978203025' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:14:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:53 smithi138 ceph-mon[49866]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:53 smithi138 ceph-mon[49866]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:53 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1493348866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:14:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:53 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:14:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:53 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:53 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3978203025' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:54 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:54.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:54.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:54.823 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:54.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:54 smithi110 ceph-mon[68591]: Reconfiguring crash.smithi110 (monmap changed)... 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:54 smithi110 ceph-mon[68591]: Reconfiguring daemon crash.smithi110 on smithi110 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:54 smithi110 ceph-mon[68591]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:54 smithi110 ceph-mon[68591]: pgmap v25: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:54.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:54 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:14:55.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:54 smithi138 ceph-mon[49866]: Reconfiguring crash.smithi110 (monmap changed)... 2024-09-17T09:14:55.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:54 smithi138 ceph-mon[49866]: Reconfiguring daemon crash.smithi110 on smithi110 2024-09-17T09:14:55.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:54 smithi138 ceph-mon[49866]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:55.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:54 smithi138 ceph-mon[49866]: pgmap v25: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:55.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:55.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:14:55.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:55 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:14:55.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:55 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:14:56.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:55 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:14:56.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:55 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:14:56.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:56 smithi110 ceph-mon[68591]: pgmap v26: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:57.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:56 smithi138 ceph-mon[49866]: pgmap v26: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-09-17T09:14:59.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:58 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:59.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:59.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:59.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:59.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:59.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:58 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:58 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:58 smithi110 ceph-mon[68591]: pgmap v27: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:58 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:59.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:59.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:59.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:14:59.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:59.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:59.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:59.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:14:59.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:59.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:59.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:58 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:58 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:59.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:14:58 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:14:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:58 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:59.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:59.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:59.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:58 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:58 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:58 smithi138 ceph-mon[49866]: pgmap v27: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:58 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:59.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:59.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:14:59.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:14:59.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:58 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:58 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:14:59.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:14:58 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:00.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:00 smithi110 ceph-mon[68591]: pgmap v28: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:00 smithi138 ceph-mon[49866]: pgmap v28: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:02.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:01 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:02.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:02.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:15:02.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:02.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:02.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:02.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:01 smithi110 ceph-mon[68591]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T09:15:02.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:01 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T09:15:02.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:01 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:02.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:01 smithi110 ceph-mon[68591]: Reconfiguring daemon osd.0 on smithi110 2024-09-17T09:15:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:01 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:15:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:15:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:02.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:02.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:02.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:01 smithi138 ceph-mon[49866]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:01 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:01 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:02.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:01 smithi138 ceph-mon[49866]: Reconfiguring daemon osd.0 on smithi110 2024-09-17T09:15:02.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:02 smithi110 ceph-mon[68591]: pgmap v29: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:02.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:02 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:02.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:02 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:02.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:02 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T09:15:02.700 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:02 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:02 smithi138 ceph-mon[49866]: pgmap v29: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:02 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:02 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:02 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T09:15:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:02 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:03 smithi110 ceph-mon[68591]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T09:15:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:03 smithi110 ceph-mon[68591]: Reconfiguring daemon osd.1 on smithi110 2024-09-17T09:15:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T09:15:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:03 smithi138 ceph-mon[49866]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T09:15:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:03 smithi138 ceph-mon[49866]: Reconfiguring daemon osd.1 on smithi110 2024-09-17T09:15:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T09:15:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:04.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:04 smithi110 ceph-mon[68591]: pgmap v30: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:04.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:04 smithi110 ceph-mon[68591]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T09:15:04.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:04 smithi110 ceph-mon[68591]: Reconfiguring daemon osd.2 on smithi110 2024-09-17T09:15:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:04 smithi138 ceph-mon[49866]: pgmap v30: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:05.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:04 smithi138 ceph-mon[49866]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T09:15:05.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:04 smithi138 ceph-mon[49866]: Reconfiguring daemon osd.2 on smithi110 2024-09-17T09:15:06.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:06.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:06.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:05 smithi110 ceph-mon[68591]: Reconfiguring osd.3 (monmap changed)... 2024-09-17T09:15:06.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T09:15:06.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:06.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:05 smithi110 ceph-mon[68591]: Reconfiguring daemon osd.3 on smithi110 2024-09-17T09:15:06.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:05 smithi110 ceph-mon[68591]: pgmap v31: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:15:06.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:06.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:06.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:05 smithi138 ceph-mon[49866]: Reconfiguring osd.3 (monmap changed)... 2024-09-17T09:15:06.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T09:15:06.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:06.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:05 smithi138 ceph-mon[49866]: Reconfiguring daemon osd.3 on smithi110 2024-09-17T09:15:06.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:05 smithi138 ceph-mon[49866]: pgmap v31: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:15:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:07 smithi110 ceph-mon[68591]: Reconfiguring mds.foofs.smithi110.hbqklo (monmap changed)... 2024-09-17T09:15:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.hbqklo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T09:15:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:07 smithi110 ceph-mon[68591]: Reconfiguring daemon mds.foofs.smithi110.hbqklo on smithi110 2024-09-17T09:15:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:07 smithi138 ceph-mon[49866]: Reconfiguring mds.foofs.smithi110.hbqklo (monmap changed)... 2024-09-17T09:15:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.hbqklo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T09:15:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:07 smithi138 ceph-mon[49866]: Reconfiguring daemon mds.foofs.smithi110.hbqklo on smithi110 2024-09-17T09:15:08.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:08 smithi110 ceph-mon[68591]: pgmap v32: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:08 smithi110 ceph-mon[68591]: Reconfiguring crash.smithi138 (monmap changed)... 2024-09-17T09:15:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:15:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:08.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:08 smithi110 ceph-mon[68591]: Reconfiguring daemon crash.smithi138 on smithi138 2024-09-17T09:15:09.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:08 smithi138 ceph-mon[49866]: pgmap v32: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:09.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:09.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:09.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:08 smithi138 ceph-mon[49866]: Reconfiguring crash.smithi138 (monmap changed)... 2024-09-17T09:15:09.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:15:09.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:09.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:08 smithi138 ceph-mon[49866]: Reconfiguring daemon crash.smithi138 on smithi138 2024-09-17T09:15:10.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:10 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:10 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:10 smithi110 ceph-mon[68591]: Reconfiguring mgr.smithi138.yorhtj (monmap changed)... 2024-09-17T09:15:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:10 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:15:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:10 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:15:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:10 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:10 smithi110 ceph-mon[68591]: Reconfiguring daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T09:15:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:10 smithi110 ceph-mon[68591]: pgmap v33: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:10.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:10 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:10.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:10 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:10.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:10 smithi138 ceph-mon[49866]: Reconfiguring mgr.smithi138.yorhtj (monmap changed)... 2024-09-17T09:15:10.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:10 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.yorhtj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:15:10.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:10 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:15:10.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:10 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:10.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:10 smithi138 ceph-mon[49866]: Reconfiguring daemon mgr.smithi138.yorhtj on smithi138 2024-09-17T09:15:10.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:10 smithi138 ceph-mon[49866]: pgmap v33: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:11.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:11 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:11.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:11 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:11.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:11 smithi138 ceph-mon[49866]: Reconfiguring mon.smithi138 (monmap changed)... 2024-09-17T09:15:11.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:11 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:15:11.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:11 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:15:11.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:11 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:11.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:11 smithi138 ceph-mon[49866]: Reconfiguring daemon mon.smithi138 on smithi138 2024-09-17T09:15:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:11 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:11 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:11 smithi110 ceph-mon[68591]: Reconfiguring mon.smithi138 (monmap changed)... 2024-09-17T09:15:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:11 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:15:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:11 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:15:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:11 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:11.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:11 smithi110 ceph-mon[68591]: Reconfiguring daemon mon.smithi138 on smithi138 2024-09-17T09:15:13.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:12 smithi110 ceph-mon[68591]: pgmap v34: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:12 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:15:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:12 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:15:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T09:15:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:12 smithi138 ceph-mon[49866]: pgmap v34: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:13.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:13.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:13.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:12 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:15:13.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:12 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:15:13.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T09:15:13.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:13.888 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:13 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:13.888 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:13.888 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:15:13.888 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:15:13.888 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:13.888 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:13.889 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:15:13.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:13.891 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:13 smithi138 ceph-mon[49866]: Reconfiguring osd.4 (monmap changed)... 2024-09-17T09:15:13.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:13 smithi138 ceph-mon[49866]: Reconfiguring daemon osd.4 on smithi138 2024-09-17T09:15:13.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:13.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:13.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T09:15:13.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:13.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:13 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:15:14.073 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:14.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:13 smithi110 ceph-mon[68591]: Reconfiguring osd.4 (monmap changed)... 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:13 smithi110 ceph-mon[68591]: Reconfiguring daemon osd.4 on smithi138 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:14.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:14.739 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:14 smithi138 ceph-mon[49866]: pgmap v35: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:14.739 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:14 smithi138 ceph-mon[49866]: Reconfiguring osd.5 (monmap changed)... 2024-09-17T09:15:14.739 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:14 smithi138 ceph-mon[49866]: Reconfiguring daemon osd.5 on smithi138 2024-09-17T09:15:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:14 smithi110 ceph-mon[68591]: pgmap v35: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:14 smithi110 ceph-mon[68591]: Reconfiguring osd.5 (monmap changed)... 2024-09-17T09:15:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:14 smithi110 ceph-mon[68591]: Reconfiguring daemon osd.5 on smithi138 2024-09-17T09:15:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:15 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:15 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:15 smithi138 ceph-mon[49866]: Reconfiguring osd.6 (monmap changed)... 2024-09-17T09:15:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:15 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T09:15:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:15 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:15 smithi138 ceph-mon[49866]: Reconfiguring daemon osd.6 on smithi138 2024-09-17T09:15:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:15 smithi138 ceph-mon[49866]: pgmap v36: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:15:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:15 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:15 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:15 smithi110 ceph-mon[68591]: Reconfiguring osd.6 (monmap changed)... 2024-09-17T09:15:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:15 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T09:15:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:15 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:15 smithi110 ceph-mon[68591]: Reconfiguring daemon osd.6 on smithi138 2024-09-17T09:15:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:15 smithi110 ceph-mon[68591]: pgmap v36: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:15:17.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:17 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:17.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:17 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:17.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:17 smithi138 ceph-mon[49866]: Reconfiguring osd.7 (monmap changed)... 2024-09-17T09:15:17.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:17 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T09:15:17.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:17 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:17.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:17 smithi138 ceph-mon[49866]: Reconfiguring daemon osd.7 on smithi138 2024-09-17T09:15:17.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:17 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:17.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:17 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:17.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:17 smithi110 ceph-mon[68591]: Reconfiguring osd.7 (monmap changed)... 2024-09-17T09:15:17.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:17 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T09:15:17.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:17 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:17.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:17 smithi110 ceph-mon[68591]: Reconfiguring daemon osd.7 on smithi138 2024-09-17T09:15:19.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:18 smithi138 ceph-mon[49866]: pgmap v37: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:19.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:19.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:19.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:18 smithi138 ceph-mon[49866]: Reconfiguring mds.foofs.smithi138.cpylqb (monmap changed)... 2024-09-17T09:15:19.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.cpylqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T09:15:19.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:19.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:18 smithi138 ceph-mon[49866]: Reconfiguring daemon mds.foofs.smithi138.cpylqb on smithi138 2024-09-17T09:15:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:18 smithi110 ceph-mon[68591]: pgmap v37: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:18 smithi110 ceph-mon[68591]: Reconfiguring mds.foofs.smithi138.cpylqb (monmap changed)... 2024-09-17T09:15:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.cpylqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T09:15:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:18 smithi110 ceph-mon[68591]: Reconfiguring daemon mds.foofs.smithi138.cpylqb on smithi138 2024-09-17T09:15:20.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:20.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:20.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:20.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:20.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:20.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all mon 2024-09-17T09:15:20.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:20.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi110"}]: dispatch 2024-09-17T09:15:20.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi110"}]': finished 2024-09-17T09:15:20.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi138"}]: dispatch 2024-09-17T09:15:20.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi138"}]': finished 2024-09-17T09:15:20.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:20 smithi138 ceph-mon[49866]: pgmap v38: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:20.333 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:20.333 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:20.333 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:20.333 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:20.333 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:20.333 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all mon 2024-09-17T09:15:20.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:20.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi110"}]: dispatch 2024-09-17T09:15:20.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi110"}]': finished 2024-09-17T09:15:20.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi138"}]: dispatch 2024-09-17T09:15:20.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi138"}]': finished 2024-09-17T09:15:20.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:20 smithi110 ceph-mon[68591]: pgmap v38: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:21.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:21 smithi110 ceph-mon[68591]: Upgrade: Updating crash.smithi110 (1/2) 2024-09-17T09:15:21.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:21.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:15:21.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:21.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:21 smithi110 ceph-mon[68591]: Deploying daemon crash.smithi110 on smithi110 2024-09-17T09:15:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:21 smithi138 ceph-mon[49866]: Upgrade: Updating crash.smithi110 (1/2) 2024-09-17T09:15:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:15:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:21.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:21 smithi138 ceph-mon[49866]: Deploying daemon crash.smithi110 on smithi110 2024-09-17T09:15:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:22 smithi110 ceph-mon[68591]: pgmap v39: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:22.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:22 smithi138 ceph-mon[49866]: pgmap v39: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:23.858 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:15:24.530 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:15:24.531 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 63s ago 21m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:15:24.531 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 starting - - - - 2024-09-17T09:15:24.531 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (20m) 41s ago 20m 6405k - 16.2.4 8d91d370c2b8 8fb12bb269a2 2024-09-17T09:15:24.531 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 63s ago 21m 38.7M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:15:24.531 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (16m) 63s ago 16m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:15:24.531 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (15m) 41s ago 15m 16.0M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:15:24.531 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (2m) 63s ago 22m 459M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:15:24.532 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (100s) 41s ago 20m 436M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:15:24.532 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (77s) 63s ago 23m 32.9M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:15:24.532 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (45s) 41s ago 20m 24.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:15:24.532 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (13m) 63s ago 13m 143M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:15:24.532 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (13m) 41s ago 13m 90.1M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:15:24.532 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 63s ago 21m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:15:24.532 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 41s ago 20m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:15:24.532 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (19m) 63s ago 19m 569M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:15:24.533 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (19m) 63s ago 19m 470M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:15:24.533 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (19m) 63s ago 19m 372M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:15:24.533 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (18m) 63s ago 18m 483M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:15:24.533 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (18m) 41s ago 18m 495M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:15:24.533 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (18m) 41s ago 18m 588M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:15:24.533 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (17m) 41s ago 17m 522M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:15:24.534 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (17m) 41s ago 17m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:15:24.534 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 63s ago 20m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:15:24.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:24 smithi138 ceph-mon[49866]: pgmap v40: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:24.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:24 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:24.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:24 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:24.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:24 smithi110 ceph-mon[68591]: pgmap v40: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:24.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:24 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:24.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:24 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:24.908 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:15:24.909 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:15:24.910 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:15:24.910 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 10, 2024-09-17T09:15:24.910 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 4 2024-09-17T09:15:24.910 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:15:24.910 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:15:25.228 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:15:25.228 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:15:25.228 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "4/23 daemons upgraded", 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading crash daemons", 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:15:25.229 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:15:25.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:25 smithi110 ceph-mon[68591]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:25 smithi110 ceph-mon[68591]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:25 smithi110 ceph-mon[68591]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:25 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/2088946921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:15:25.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:25 smithi138 ceph-mon[49866]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:25 smithi138 ceph-mon[49866]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:25 smithi138 ceph-mon[49866]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:25 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/2088946921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:15:25.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:15:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:15:25.621 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:15:25.621 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:15:25.621 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:15:25.621 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:15:25.621 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:15:26.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:26 smithi110 ceph-mon[68591]: pgmap v41: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:15:26.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:26 smithi110 ceph-mon[68591]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:26.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:26 smithi110 ceph-mon[68591]: Upgrade: Updating crash.smithi138 (2/2) 2024-09-17T09:15:26.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:26 smithi110 ceph-mon[68591]: Deploying daemon crash.smithi138 on smithi138 2024-09-17T09:15:26.671 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:26 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1757393687' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:15:26.757 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:26 smithi138 ceph-mon[49866]: pgmap v41: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:15:26.757 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:26 smithi138 ceph-mon[49866]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:26.757 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:26 smithi138 ceph-mon[49866]: Upgrade: Updating crash.smithi138 (2/2) 2024-09-17T09:15:26.757 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:26 smithi138 ceph-mon[49866]: Deploying daemon crash.smithi138 on smithi138 2024-09-17T09:15:26.757 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:26 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1757393687' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:15:28.502 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:28 smithi138 ceph-mon[49866]: pgmap v42: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:28.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:28 smithi110 ceph-mon[68591]: pgmap v42: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:29.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:29.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:29.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:29.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:29.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:29.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:29.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:29.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:30 smithi138 ceph-mon[49866]: pgmap v43: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:31.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:30 smithi110 ceph-mon[68591]: pgmap v43: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:32.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:32 smithi110 ceph-mon[68591]: pgmap v44: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:32.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:32 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:32.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:32 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:32 smithi138 ceph-mon[49866]: pgmap v44: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:32 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:32 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:34.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:34.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:34.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:34 smithi138 ceph-mon[49866]: pgmap v45: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:34.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:34.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:34 smithi110 ceph-mon[68591]: pgmap v45: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:36.380 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:36 smithi110 ceph-mon[68591]: pgmap v46: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:15:36.380 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:36.381 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:36.381 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:36.381 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:36.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:36 smithi138 ceph-mon[49866]: pgmap v46: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:15:36.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:36.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:36.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:36.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:37.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:37 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:37.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:37 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:37.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:37 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:37.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:37 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:38.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:38 smithi110 ceph-mon[68591]: pgmap v47: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:38 smithi138 ceph-mon[49866]: pgmap v47: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:15:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:15:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:15:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: pgmap v48: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-17T09:15:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: pgmap v49: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-17T09:15:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:15:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:39 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:15:40.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:40.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:40.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:40.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:15:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:15:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: pgmap v48: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-17T09:15:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: pgmap v49: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-17T09:15:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:15:40.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:39 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:15:42.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:42 smithi110 ceph-mon[68591]: pgmap v50: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-17T09:15:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:42 smithi138 ceph-mon[49866]: pgmap v50: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:43 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:43.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:43.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:15:43.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:43.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:43.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:43.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:43.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:15:43.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:43 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:15:43.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:43 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:15:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:43 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:15:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:15:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:15:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:15:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:15:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:15:43.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:43 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:15:43.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:43 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:15:44.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:44 smithi110 ceph-mon[68591]: pgmap v51: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-17T09:15:44.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:44.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:44 smithi138 ceph-mon[49866]: pgmap v51: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-17T09:15:44.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:45 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:45.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:45.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:45.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:45.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:45 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:15:45.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:45 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:15:45.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:45 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:15:45.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:15:45.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:15:45.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:15:45.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:45.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:45.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:45.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:45 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:15:45.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:45 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:46 smithi110 ceph-mon[68591]: pgmap v52: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 313 B/s wr, 0 op/s 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:46 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:46.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:46.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:15:46.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:46.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:46.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:46.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:46.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:15:46.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:46 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:15:46.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:46 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:46 smithi138 ceph-mon[49866]: pgmap v52: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 313 B/s wr, 0 op/s 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:46 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:46.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:46.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:15:46.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:46.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:46.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:46.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:15:46.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:46 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:15:46.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:46 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:15:47.152 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:47 smithi110 ceph-mon[68591]: mgrmap e47: smithi110.pyeest(active, since 92s), standbys: smithi138.yorhtj 2024-09-17T09:15:47.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:47 smithi138 ceph-mon[49866]: mgrmap e47: smithi110.pyeest(active, since 92s), standbys: smithi138.yorhtj 2024-09-17T09:15:48.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:48 smithi110 ceph-mon[68591]: pgmap v53: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 313 B/s wr, 0 op/s 2024-09-17T09:15:48.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:48 smithi138 ceph-mon[49866]: pgmap v53: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 209 B/s rd, 313 B/s wr, 0 op/s 2024-09-17T09:15:49.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:49.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:49.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:15:49.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:15:49.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:49.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:49.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:49.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:15:49.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:49.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:49.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:49.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:49.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:49.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all crash 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:49.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi110"}]: dispatch 2024-09-17T09:15:49.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi110"}]': finished 2024-09-17T09:15:49.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi138"}]: dispatch 2024-09-17T09:15:49.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi138"}]': finished 2024-09-17T09:15:49.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-17T09:15:49.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-17T09:15:49.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:49 smithi110 ceph-mon[68591]: Upgrade: osd.0 is safe to restart 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:49.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:49.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:15:49.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:49.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:49.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:15:49.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:15:49.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:15:49.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all crash 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi110"}]: dispatch 2024-09-17T09:15:49.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi110"}]': finished 2024-09-17T09:15:49.341 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi138"}]: dispatch 2024-09-17T09:15:49.341 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi138"}]': finished 2024-09-17T09:15:49.341 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-17T09:15:49.341 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-17T09:15:49.341 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:49 smithi138 ceph-mon[49866]: Upgrade: osd.0 is safe to restart 2024-09-17T09:15:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:50 smithi110 ceph-mon[68591]: pgmap v54: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s 2024-09-17T09:15:51.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:50 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:51.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:50 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T09:15:51.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:50 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:51.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:50 smithi138 ceph-mon[49866]: pgmap v54: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s 2024-09-17T09:15:51.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:50 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:51.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:50 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T09:15:51.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:50 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:51.837 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:51 smithi110 ceph-mon[68591]: Upgrade: Updating osd.0 2024-09-17T09:15:51.837 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:51 smithi110 ceph-mon[68591]: Deploying daemon osd.0 on smithi110 2024-09-17T09:15:52.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:51 smithi138 ceph-mon[49866]: Upgrade: Updating osd.0 2024-09-17T09:15:52.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:51 smithi138 ceph-mon[49866]: Deploying daemon osd.0 on smithi110 2024-09-17T09:15:52.985 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:52 smithi110 ceph-mon[68591]: pgmap v55: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:15:53.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:52 smithi138 ceph-mon[49866]: pgmap v55: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:15:53.283 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:52 smithi110 systemd[1]: Stopping Ceph osd.0 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:15:53.283 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0[31816]: debug 2024-09-17T09:15:53.128+0000 7fd04b568700 -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-17T09:15:53.283 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0[31816]: debug 2024-09-17T09:15:53.128+0000 7fd04b568700 -1 osd.0 74 *** Got signal Terminated *** 2024-09-17T09:15:53.283 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0[31816]: debug 2024-09-17T09:15:53.128+0000 7fd04b568700 -1 osd.0 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:15:53.571 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:53 smithi110 podman[76228]: 2024-09-17 09:15:53.281895314 +0000 UTC m=+0.258791803 container died e217177ee88181f0adaa4a85422f49bea40341df2cf1b8a5d09cfd16108943bb (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e) 2024-09-17T09:15:53.934 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:53 smithi110 podman[76228]: 2024-09-17 09:15:53.687308514 +0000 UTC m=+0.664204992 container cleanup e217177ee88181f0adaa4a85422f49bea40341df2cf1b8a5d09cfd16108943bb (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, org.label-schema.build-date=20201204, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=HEAD, maintainer=Dimitri Savineau ) 2024-09-17T09:15:53.934 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:53 smithi110 bash[76228]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.3 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 failed (root=default,host=smithi110) (connection refused reported by osd.3) 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.2 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.5 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.7 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.4 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.3 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.6 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.1 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.2 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.5 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.7 2024-09-17T09:15:53.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.4 2024-09-17T09:15:53.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.6 2024-09-17T09:15:53.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.1 2024-09-17T09:15:53.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.1 2024-09-17T09:15:53.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.2 2024-09-17T09:15:53.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.3 2024-09-17T09:15:53.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.4 2024-09-17T09:15:53.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.5 2024-09-17T09:15:53.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:53 smithi110 ceph-mon[68591]: osd.0 reported immediately failed by osd.6 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.3 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 failed (root=default,host=smithi110) (connection refused reported by osd.3) 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.2 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.5 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.7 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.4 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.3 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.6 2024-09-17T09:15:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.1 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.2 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.5 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.7 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.4 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.6 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.1 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.1 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.2 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.3 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.4 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.5 2024-09-17T09:15:54.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:53 smithi138 ceph-mon[49866]: osd.0 reported immediately failed by osd.6 2024-09-17T09:15:54.320 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:53 smithi110 podman[76242]: 2024-09-17 09:15:53.930689748 +0000 UTC m=+0.649064777 container remove e217177ee88181f0adaa4a85422f49bea40341df2cf1b8a5d09cfd16108943bb (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.license=GPLv2) 2024-09-17T09:15:54.668 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:54 smithi110 podman[76343]: 2024-09-17 09:15:54.356690108 +0000 UTC m=+0.102951394 container create 5951f328e27c5c8f6a0d759ad024a5737ffa1d14bfbde8d5252bc540ef99c1ab (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-17T09:15:54.668 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:54 smithi110 podman[76343]: 2024-09-17 09:15:54.269921173 +0000 UTC m=+0.016182471 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:15:54.668 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:54 smithi110 podman[76343]: 2024-09-17 09:15:54.575833981 +0000 UTC m=+0.322095275 container init 5951f328e27c5c8f6a0d759ad024a5737ffa1d14bfbde8d5252bc540ef99c1ab (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-17T09:15:54.668 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:54 smithi110 podman[76343]: 2024-09-17 09:15:54.579837418 +0000 UTC m=+0.326098705 container start 5951f328e27c5c8f6a0d759ad024a5737ffa1d14bfbde8d5252bc540ef99c1ab (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-17T09:15:54.668 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:54 smithi110 podman[76343]: 2024-09-17 09:15:54.667748659 +0000 UTC m=+0.414009951 container attach 5951f328e27c5c8f6a0d759ad024a5737ffa1d14bfbde8d5252bc540ef99c1ab (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b) 2024-09-17T09:15:55.070 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:54 smithi110 podman[76343]: 2024-09-17 09:15:54.763645908 +0000 UTC m=+0.509907194 container died 5951f328e27c5c8f6a0d759ad024a5737ffa1d14bfbde8d5252bc540ef99c1ab (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, 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, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T09:15:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:54 smithi110 ceph-mon[68591]: pgmap v56: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:15:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:54 smithi110 ceph-mon[68591]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:15:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:54 smithi110 ceph-mon[68591]: osdmap e75: 8 total, 7 up, 8 in 2024-09-17T09:15:55.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:54 smithi138 ceph-mon[49866]: pgmap v56: 129 pgs: 129 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:15:55.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:54 smithi138 ceph-mon[49866]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:15:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:54 smithi138 ceph-mon[49866]: osdmap e75: 8 total, 7 up, 8 in 2024-09-17T09:15:55.620 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:55 smithi110 podman[76367]: 2024-09-17 09:15:55.413775268 +0000 UTC m=+0.644249942 container remove 5951f328e27c5c8f6a0d759ad024a5737ffa1d14bfbde8d5252bc540ef99c1ab (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0) 2024-09-17T09:15:55.620 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:55 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-17T09:15:55.620 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:55 smithi110 systemd[1]: Stopped Ceph osd.0 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:15:55.620 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:55 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.0.service: Consumed 4min 38.736s CPU time. 2024-09-17T09:15:55.890 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:55 smithi110 ceph-mon[68591]: osdmap e76: 8 total, 7 up, 8 in 2024-09-17T09:15:55.891 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:55 smithi110 systemd[1]: Starting Ceph osd.0 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:15:55.891 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:55 smithi110 podman[76479]: 2024-09-17 09:15:55.764832032 +0000 UTC m=+0.025309824 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:15:56.000 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:15:56.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:55 smithi138 ceph-mon[49866]: osdmap e76: 8 total, 7 up, 8 in 2024-09-17T09:15:56.143 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:55 smithi110 podman[76479]: 2024-09-17 09:15:55.890319302 +0000 UTC m=+0.150797080 container create 52b2801e5b108ecf29958f81aa5ee9301209a7edd6a5faef6910a424d8f1523c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux ) 2024-09-17T09:15:56.449 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 podman[76479]: 2024-09-17 09:15:56.143427634 +0000 UTC m=+0.403905413 container init 52b2801e5b108ecf29958f81aa5ee9301209a7edd6a5faef6910a424d8f1523c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:15:56.449 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 podman[76479]: 2024-09-17 09:15:56.148439367 +0000 UTC m=+0.408917153 container start 52b2801e5b108ecf29958f81aa5ee9301209a7edd6a5faef6910a424d8f1523c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, ceph=True) 2024-09-17T09:15:56.449 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 podman[76479]: 2024-09-17 09:15:56.25169369 +0000 UTC m=+0.512171467 container attach 52b2801e5b108ecf29958f81aa5ee9301209a7edd6a5faef6910a424d8f1523c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b) 2024-09-17T09:15:56.667 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:15:56.667 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 21s ago 22m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (33s) 21s ago 22m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (28s) 24s ago 21m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 21s ago 21m 38.7M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (16m) 21s ago 16m 41.8M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (16m) 24s ago 16m 16.1M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (2m) 21s ago 23m 487M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (2m) 24s ago 21m 438M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (109s) 21s ago 23m 53.1M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (77s) 24s ago 21m 43.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (13m) 21s ago 13m 145M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (13m) 24s ago 13m 90.1M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 21s ago 21m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 24s ago 20m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:15:56.668 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (20m) 21s ago 20m 568M 4096M 16.2.4 8d91d370c2b8 e217177ee881 2024-09-17T09:15:56.669 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (20m) 21s ago 20m 470M 4096M 16.2.4 8d91d370c2b8 02e3831ba70b 2024-09-17T09:15:56.669 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (19m) 21s ago 19m 371M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:15:56.669 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (19m) 21s ago 19m 482M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:15:56.669 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (19m) 24s ago 18m 495M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:15:56.669 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (18m) 24s ago 18m 588M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:15:56.669 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (18m) 24s ago 18m 522M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:15:56.669 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (18m) 24s ago 18m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:15:56.669 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 21s ago 21m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:15:56.821 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate[76516]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-17T09:15:56.821 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 bash[76479]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-17T09:15:56.821 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate[76516]: 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-17T09:15:56.821 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 bash[76479]: 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-17T09:15:56.821 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate[76516]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-17T09:15:56.821 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 bash[76479]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-17T09:15:56.821 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate[76516]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-17T09:15:56.822 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 bash[76479]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-17T09:15:56.822 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate[76516]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-17T09:15:56.822 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 bash[76479]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-17T09:15:56.822 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate[76516]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-17T09:15:56.822 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 bash[76479]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-17T09:15:56.822 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate[76516]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-17T09:15:56.822 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 bash[76479]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-17T09:15:56.822 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:56 smithi110 podman[76479]: 2024-09-17 09:15:56.497531433 +0000 UTC m=+0.758009217 container died 52b2801e5b108ecf29958f81aa5ee9301209a7edd6a5faef6910a424d8f1523c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:15:57.058 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:15:57.058 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:15:57.058 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:15:57.058 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:15:57.058 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:15:57.058 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 9, 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 4 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:15:57.059 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:15:57.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:56 smithi138 ceph-mon[49866]: pgmap v59: 129 pgs: 49 peering, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:15:57.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:56 smithi138 ceph-mon[49866]: Health check failed: Reduced data availability: 6 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-09-17T09:15:57.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-mon[68591]: pgmap v59: 129 pgs: 49 peering, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:15:57.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:56 smithi110 ceph-mon[68591]: Health check failed: Reduced data availability: 6 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-09-17T09:15:57.418 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:15:57.418 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:15:57.418 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:15:57.418 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:15:57.418 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:15:57.418 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:15:57.418 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:15:57.419 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:15:57.419 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:15:57.419 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "6/23 daemons upgraded", 2024-09-17T09:15:57.419 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T09:15:57.419 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:15:57.419 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:15:57.432 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:57 smithi110 podman[76683]: 2024-09-17 09:15:57.180850413 +0000 UTC m=+0.677222094 container remove 52b2801e5b108ecf29958f81aa5ee9301209a7edd6a5faef6910a424d8f1523c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:15:57.432 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:57 smithi110 podman[76789]: 2024-09-17 09:15:57.311763712 +0000 UTC m=+0.023803879 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:15:57.432 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:57 smithi110 podman[76789]: 2024-09-17 09:15:57.43199105 +0000 UTC m=+0.144031217 container create 327e7ae00f98b7c841a561633ed2e4d927dcf70cae50cd580e58430acaadcd04 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-17T09:15:57.752 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:57 smithi110 podman[76789]: 2024-09-17 09:15:57.651439678 +0000 UTC m=+0.363479846 container init 327e7ae00f98b7c841a561633ed2e4d927dcf70cae50cd580e58430acaadcd04 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-17T09:15:57.753 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:57 smithi110 podman[76789]: 2024-09-17 09:15:57.654706458 +0000 UTC m=+0.366746626 container start 327e7ae00f98b7c841a561633ed2e4d927dcf70cae50cd580e58430acaadcd04 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-17T09:15:57.753 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-osd[76831]: -- 172.21.15.110:0/1821187610 <== mon.0 v2:172.21.15.110:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e15adaf1e0 con 0x55e15ad4dc00 2024-09-17T09:15:57.817 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s); 1 osds down; Reduced data availability: 6 pgs inactive, 49 pgs peering 2024-09-17T09:15:57.817 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:15:57.817 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:15:57.817 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:15:57.817 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:15:57.817 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] OSD_DOWN: 1 osds down 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: osd.0 (root=default,host=smithi110) is down 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 6 pgs inactive, 49 pgs peering 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 1.0 is stuck peering for 99s, current state peering, last acting [7,6] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.0 is stuck peering for 101s, current state peering, last acting [7,1] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1 is stuck peering for 101s, current state peering, last acting [2,3] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.4 is stuck peering for 101s, current state peering, last acting [1,2] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.5 is stuck peering for 101s, current state peering, last acting [7,4] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.8 is stuck peering for 101s, current state peering, last acting [7,1] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.c is stuck peering for 101s, current state peering, last acting [2,5] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.f is stuck peering for 101s, current state peering, last acting [4,7] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.10 is stuck peering for 101s, current state peering, last acting [2,1] 2024-09-17T09:15:57.818 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.13 is stuck peering for 5m, current state peering, last acting [4,3] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.15 is stuck peering for 101s, current state peering, last acting [1,5] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.19 is stuck peering for 101s, current state peering, last acting [3,6] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1d is stuck peering for 101s, current state peering, last acting [7,6] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1e is stuck peering for 101s, current state peering, last acting [3,5] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1f is stuck peering for 6m, current state peering, last acting [7,4] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.1 is stuck peering for 4m, current state peering, last acting [4,3] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.3 is stuck peering for 101s, current state peering, last acting [4,6] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.6 is stuck peering for 4m, current state peering, last acting [1,4] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.7 is stuck peering for 101s, current state peering, last acting [3,7] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.b is stuck peering for 101s, current state peering, last acting [3,4] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.f is stuck peering for 101s, current state peering, last acting [7,4] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.10 is stuck peering for 101s, current state peering, last acting [6,5] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.12 is stuck peering for 4m, current state peering, last acting [7,3] 2024-09-17T09:15:57.819 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.17 is stuck peering for 4m, current state peering, last acting [5,3] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.18 is stuck peering for 101s, current state peering, last acting [3,1] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.1b is stuck peering for 4m, current state peering, last acting [4,7] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.1f is stuck peering for 3m, current state peering, last acting [5,2] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.0 is stuck peering for 101s, current state peering, last acting [3,7] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.3 is stuck peering for 16m, current state peering, last acting [5,7] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.6 is stuck peering for 16m, current state peering, last acting [1,2] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.7 is stuck peering for 101s, current state peering, last acting [1,5] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.b is stuck peering for 16m, current state peering, last acting [1,4] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.16 is stuck peering for 16m, current state peering, last acting [3,7] 2024-09-17T09:15:57.820 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.19 is stuck peering for 101s, current state peering, last acting [3,2] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.1a is stuck peering for 101s, current state peering, last acting [4,3] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.1e is stuck peering for 16m, current state peering, last acting [7,3] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.2 is stuck peering for 101s, current state peering, last acting [6,5] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.3 is stuck peering for 13m, current state peering, last acting [6,5] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.5 is stuck peering for 13m, current state peering, last acting [1,4] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.7 is stuck peering for 101s, current state peering, last acting [5,1] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.8 is stuck peering for 101s, current state peering, last acting [2,1] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.b is stuck peering for 101s, current state peering, last acting [2,5] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.c is stuck peering for 101s, current state peering, last acting [1,4] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.e is stuck peering for 101s, current state peering, last acting [4,5] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.13 is stuck peering for 101s, current state peering, last acting [3,1] 2024-09-17T09:15:57.821 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.15 is stuck peering for 101s, current state peering, last acting [5,1] 2024-09-17T09:15:57.822 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.1b is stuck peering for 101s, current state peering, last acting [5,7] 2024-09-17T09:15:57.822 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.1d is stuck peering for 101s, current state peering, last acting [1,4] 2024-09-17T09:15:57.822 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.1e is stuck peering for 13m, current state peering, last acting [7,2] 2024-09-17T09:15:58.070 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:57 smithi110 bash[76789]: 327e7ae00f98b7c841a561633ed2e4d927dcf70cae50cd580e58430acaadcd04 2024-09-17T09:15:58.070 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:57 smithi110 systemd[1]: Started Ceph osd.0 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:15:58.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-mon[68591]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:58.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-mon[68591]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:58.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-mon[68591]: from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:58.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1128832195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:58.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:58.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:58.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:58.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:57 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3152274808' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:15:58.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:57 smithi138 ceph-mon[49866]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:58.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:57 smithi138 ceph-mon[49866]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:58.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:57 smithi138 ceph-mon[49866]: from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:58.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:57 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1128832195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:15:58.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:58.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:58.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:58.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:57 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3152274808' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:15:58.444 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:15:58 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0[76827]: 2024-09-17T09:15:58.190+0000 7f2475648640 -1 Falling back to public interface 2024-09-17T09:15:59.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:58 smithi110 ceph-mon[68591]: pgmap v60: 129 pgs: 49 peering, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:15:59.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:58 smithi110 ceph-mon[68591]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:59.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:58 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:59.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:15:58 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:58 smithi138 ceph-mon[49866]: pgmap v60: 129 pgs: 49 peering, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:15:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:58 smithi138 ceph-mon[49866]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:15:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:58 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:15:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:15:58 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:01.126 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:00 smithi110 ceph-mon[68591]: pgmap v61: 129 pgs: 49 peering, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:16:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:00 smithi138 ceph-mon[49866]: pgmap v61: 129 pgs: 49 peering, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-09-17T09:16:02.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:01 smithi110 ceph-mon[68591]: pgmap v62: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 69/441 objects degraded (15.646%) 2024-09-17T09:16:02.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:01 smithi110 ceph-mon[68591]: Health check failed: Degraded data redundancy: 69/441 objects degraded (15.646%), 20 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:02.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:01 smithi110 ceph-mon[68591]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 49 pgs peering) 2024-09-17T09:16:02.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:01 smithi138 ceph-mon[49866]: pgmap v62: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 69/441 objects degraded (15.646%) 2024-09-17T09:16:02.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:01 smithi138 ceph-mon[49866]: Health check failed: Degraded data redundancy: 69/441 objects degraded (15.646%), 20 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:02.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:01 smithi138 ceph-mon[49866]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 49 pgs peering) 2024-09-17T09:16:04.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:04 smithi110 ceph-mon[68591]: pgmap v63: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 69/441 objects degraded (15.646%) 2024-09-17T09:16:04.321 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:16:04 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0[76827]: 2024-09-17T09:16:04.116+0000 7f2475648640 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-17T09:16:04.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:04 smithi138 ceph-mon[49866]: pgmap v63: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 69/441 objects degraded (15.646%) 2024-09-17T09:16:05.389 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:16:05 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0[76827]: 2024-09-17T09:16:05.107+0000 7f2475648640 -1 osd.0 74 log_to_monitors true 2024-09-17T09:16:05.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:05.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:05.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:05.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:05.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:05 smithi110 ceph-mon[68591]: from='osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T09:16:05.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:05.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:05.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:05.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:05.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:05 smithi138 ceph-mon[49866]: from='osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T09:16:06.321 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:16:06 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0[76827]: 2024-09-17T09:16:06.281+0000 7f24693ea640 -1 osd.0 74 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:16:06.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:06 smithi110 ceph-mon[68591]: pgmap v64: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 201 B/s rd, 0 op/s; 69/441 objects degraded (15.646%) 2024-09-17T09:16:06.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:06 smithi110 ceph-mon[68591]: from='osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T09:16:06.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:06 smithi110 ceph-mon[68591]: osdmap e77: 8 total, 7 up, 8 in 2024-09-17T09:16:06.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:06 smithi110 ceph-mon[68591]: from='osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T09:16:06.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:06 smithi110 ceph-mon[68591]: from='osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213]' entity='osd.0' 2024-09-17T09:16:06.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:06 smithi138 ceph-mon[49866]: pgmap v64: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 201 B/s rd, 0 op/s; 69/441 objects degraded (15.646%) 2024-09-17T09:16:06.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:06 smithi138 ceph-mon[49866]: from='osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T09:16:06.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:06 smithi138 ceph-mon[49866]: osdmap e77: 8 total, 7 up, 8 in 2024-09-17T09:16:06.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:06 smithi138 ceph-mon[49866]: from='osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T09:16:06.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:06 smithi138 ceph-mon[49866]: from='osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213]' entity='osd.0' 2024-09-17T09:16:07.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:07 smithi110 ceph-mon[68591]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:16:07.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:07 smithi110 ceph-mon[68591]: osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213] boot 2024-09-17T09:16:07.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:07 smithi110 ceph-mon[68591]: osdmap e78: 8 total, 8 up, 8 in 2024-09-17T09:16:07.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:07.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:07 smithi138 ceph-mon[49866]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:16:07.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:07 smithi138 ceph-mon[49866]: osd.0 [v2:172.21.15.110:6802/1068529213,v1:172.21.15.110:6803/1068529213] boot 2024-09-17T09:16:07.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:07 smithi138 ceph-mon[49866]: osdmap e78: 8 total, 8 up, 8 in 2024-09-17T09:16:07.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:08.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:08 smithi110 ceph-mon[68591]: pgmap v66: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 69/441 objects degraded (15.646%) 2024-09-17T09:16:08.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:08 smithi110 ceph-mon[68591]: osdmap e79: 8 total, 8 up, 8 in 2024-09-17T09:16:08.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:08.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:08.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:08.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:16:08.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:08.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:08 smithi138 ceph-mon[49866]: pgmap v66: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 69/441 objects degraded (15.646%) 2024-09-17T09:16:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:08 smithi138 ceph-mon[49866]: osdmap e79: 8 total, 8 up, 8 in 2024-09-17T09:16:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:16:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:08.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:09.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:09 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:16:09.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:09 smithi110 ceph-mon[68591]: pgmap v69: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 381 B/s rd, 0 op/s; 69/441 objects degraded (15.646%) 2024-09-17T09:16:09.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:09 smithi110 ceph-mon[68591]: pgmap v70: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 69/441 objects degraded (15.646%) 2024-09-17T09:16:09.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:09 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:16:09.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:09 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:16:09.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:09 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:16:09.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:09 smithi138 ceph-mon[49866]: pgmap v69: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 381 B/s rd, 0 op/s; 69/441 objects degraded (15.646%) 2024-09-17T09:16:09.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:09 smithi138 ceph-mon[49866]: pgmap v70: 129 pgs: 29 active+undersized, 20 active+undersized+degraded, 80 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 69/441 objects degraded (15.646%) 2024-09-17T09:16:09.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:09 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:16:09.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:09 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:16:10.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:10 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 13/441 objects degraded (2.948%), 4 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:10.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:10 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 13/441 objects degraded (2.948%), 4 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:11.806 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:11 smithi110 ceph-mon[68591]: pgmap v71: 129 pgs: 12 active+undersized, 4 active+undersized+degraded, 113 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 13/441 objects degraded (2.948%) 2024-09-17T09:16:11.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:11 smithi138 ceph-mon[49866]: pgmap v71: 129 pgs: 12 active+undersized, 4 active+undersized+degraded, 113 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 13/441 objects degraded (2.948%) 2024-09-17T09:16:12.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:12 smithi110 ceph-mon[68591]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/441 objects degraded (2.948%), 4 pgs degraded) 2024-09-17T09:16:13.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:12 smithi138 ceph-mon[49866]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/441 objects degraded (2.948%), 4 pgs degraded) 2024-09-17T09:16:13.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:13 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:13.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:13.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:13.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:13.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:13.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:13.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:13.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:13.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:13.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:16:13.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:13.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:13.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:13.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:13.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:13.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:13 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:16:13.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:13 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:16:13.882 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:13 smithi110 ceph-mon[68591]: pgmap v72: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:13 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:14.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:14.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:14.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:13 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:16:14.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:13 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:16:14.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:13 smithi138 ceph-mon[49866]: pgmap v72: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:16:14.845 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:14.845 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:15.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:15 smithi110 ceph-mon[68591]: pgmap v73: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:16:15.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:15 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:15.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:15.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:15 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:16:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:15 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:16:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:15 smithi138 ceph-mon[49866]: pgmap v73: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:16:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:15 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:16:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:16:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:16.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:16.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:16.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:15 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:16:16.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:15 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:16 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:16.783 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:16.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:16.785 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:16.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:16 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:16:16.787 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:16 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:16 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:17.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:17.081 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:17.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:17.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:17.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:17.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:17.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:17.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:17.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:16 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:16:17.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:16 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:16:17.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:17 smithi110 ceph-mon[68591]: pgmap v74: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 253 B/s rd, 0 op/s 2024-09-17T09:16:18.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:17 smithi138 ceph-mon[49866]: pgmap v74: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 253 B/s rd, 0 op/s 2024-09-17T09:16:18.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:18.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:18.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:18.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:18.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T09:16:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T09:16:20.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:19 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:20.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:20.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:20.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:20.033 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:19 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:16:20.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:19 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:19 smithi110 ceph-mon[68591]: pgmap v75: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:19 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:20.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:20.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:16:20.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:20.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:20.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:20.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:19 smithi110 ceph-mon[68591]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T09:16:20.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:19 smithi110 ceph-mon[68591]: Upgrade: osd.1 is safe to restart 2024-09-17T09:16:20.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:19 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:20.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:20.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:20.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:20.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:20.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:19 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:19 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:19 smithi138 ceph-mon[49866]: pgmap v75: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:19 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:20.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:20.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:19 smithi138 ceph-mon[49866]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:19 smithi138 ceph-mon[49866]: Upgrade: osd.1 is safe to restart 2024-09-17T09:16:20.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:20 smithi138 ceph-mon[49866]: Upgrade: Updating osd.1 2024-09-17T09:16:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T09:16:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:20 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:20.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:20 smithi138 ceph-mon[49866]: Deploying daemon osd.1 on smithi110 2024-09-17T09:16:21.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:20 smithi110 ceph-mon[68591]: Upgrade: Updating osd.1 2024-09-17T09:16:21.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:21.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T09:16:21.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:20 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:21.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:20 smithi110 ceph-mon[68591]: Deploying daemon osd.1 on smithi110 2024-09-17T09:16:21.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:21 smithi110 ceph-mon[68591]: pgmap v76: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:16:22.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:21 smithi138 ceph-mon[49866]: pgmap v76: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:16:22.953 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:22 smithi110 systemd[1]: Stopping Ceph osd.1 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:16:22.953 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1[34499]: debug 2024-09-17T09:16:22.808+0000 7f0f4cc3a700 -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-17T09:16:22.953 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1[34499]: debug 2024-09-17T09:16:22.808+0000 7f0f4cc3a700 -1 osd.1 79 *** Got signal Terminated *** 2024-09-17T09:16:22.953 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:22 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1[34499]: debug 2024-09-17T09:16:22.808+0000 7f0f4cc3a700 -1 osd.1 79 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:16:23.244 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:22 smithi110 podman[79662]: 2024-09-17 09:16:22.951843584 +0000 UTC m=+0.272799480 container died 02e3831ba70b6418fbdde5b641c3ca4d8408c3d76368fb0ce556131062d9ac65 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-17T09:16:23.544 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:23 smithi110 podman[79662]: 2024-09-17 09:16:23.342488432 +0000 UTC m=+0.663444327 container cleanup 02e3831ba70b6418fbdde5b641c3ca4d8408c3d76368fb0ce556131062d9ac65 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image) 2024-09-17T09:16:23.544 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:23 smithi110 bash[79662]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1 2024-09-17T09:16:23.820 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:23 smithi110 podman[79677]: 2024-09-17 09:16:23.54411458 +0000 UTC m=+0.593235516 container remove 02e3831ba70b6418fbdde5b641c3ca4d8408c3d76368fb0ce556131062d9ac65 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.1, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, maintainer=Dimitri Savineau ) 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: pgmap v77: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 failed (root=default,host=smithi110) (connection refused reported by osd.5) 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.7 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:23.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.0 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.7 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.0 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:23.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.7 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.0 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.7 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:23.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:23.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.0 2024-09-17T09:16:23.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:23.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:23.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:23.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:23 smithi110 ceph-mon[68591]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:24.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: pgmap v77: 129 pgs: 129 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:16:24.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:24.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 failed (root=default,host=smithi110) (connection refused reported by osd.5) 2024-09-17T09:16:24.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:24.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:24.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.7 2024-09-17T09:16:24.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.0 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.7 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.0 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:24.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.7 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.0 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.7 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:24.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.6 2024-09-17T09:16:24.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:24.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.0 2024-09-17T09:16:24.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.4 2024-09-17T09:16:24.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.3 2024-09-17T09:16:24.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.2 2024-09-17T09:16:24.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:23 smithi138 ceph-mon[49866]: osd.1 reported immediately failed by osd.5 2024-09-17T09:16:24.477 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:24 smithi110 podman[79779]: 2024-09-17 09:16:24.015485797 +0000 UTC m=+0.015969209 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:16:24.477 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:24 smithi110 podman[79779]: 2024-09-17 09:16:24.153550202 +0000 UTC m=+0.154033594 container create 4cf857111d1e63c65b45431eab174232f2365569e071c1cc4bdb2cd449096d7a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-17T09:16:24.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:24 smithi110 ceph-mon[68591]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:16:24.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:24 smithi110 ceph-mon[68591]: osdmap e80: 8 total, 7 up, 8 in 2024-09-17T09:16:24.821 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:24 smithi110 podman[79779]: 2024-09-17 09:16:24.476640672 +0000 UTC m=+0.477124070 container init 4cf857111d1e63c65b45431eab174232f2365569e071c1cc4bdb2cd449096d7a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-17T09:16:24.822 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:24 smithi110 podman[79779]: 2024-09-17 09:16:24.480641156 +0000 UTC m=+0.481124552 container start 4cf857111d1e63c65b45431eab174232f2365569e071c1cc4bdb2cd449096d7a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS) 2024-09-17T09:16:24.822 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:24 smithi110 podman[79779]: 2024-09-17 09:16:24.589868694 +0000 UTC m=+0.590352091 container attach 4cf857111d1e63c65b45431eab174232f2365569e071c1cc4bdb2cd449096d7a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True) 2024-09-17T09:16:24.822 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:24 smithi110 podman[79779]: 2024-09-17 09:16:24.674276645 +0000 UTC m=+0.674760043 container died 4cf857111d1e63c65b45431eab174232f2365569e071c1cc4bdb2cd449096d7a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:16:25.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:24 smithi138 ceph-mon[49866]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:16:25.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:24 smithi138 ceph-mon[49866]: osdmap e80: 8 total, 7 up, 8 in 2024-09-17T09:16:25.479 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 podman[79837]: 2024-09-17 09:16:25.269212186 +0000 UTC m=+0.583587687 container remove 4cf857111d1e63c65b45431eab174232f2365569e071c1cc4bdb2cd449096d7a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True) 2024-09-17T09:16:25.479 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-17T09:16:25.479 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 systemd[1]: Stopped Ceph osd.1 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:16:25.479 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.1.service: Consumed 4min 39.082s CPU time. 2024-09-17T09:16:25.732 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 systemd[1]: Starting Ceph osd.1 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:16:25.732 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 podman[79950]: 2024-09-17 09:16:25.623869128 +0000 UTC m=+0.016689956 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:16:26.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:25 smithi110 ceph-mon[68591]: pgmap v79: 129 pgs: 17 stale+active+clean, 112 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:16:26.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:25 smithi110 ceph-mon[68591]: osdmap e81: 8 total, 7 up, 8 in 2024-09-17T09:16:26.057 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 podman[79950]: 2024-09-17 09:16:25.745400956 +0000 UTC m=+0.138221772 container create 7f21787c80d9ab94ab5b7eca4e59ea7fb6c2fc8bac9f392ef3e3c45ce0d4d6f5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-17T09:16:26.057 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 podman[79950]: 2024-09-17 09:16:25.97318729 +0000 UTC m=+0.366008128 container init 7f21787c80d9ab94ab5b7eca4e59ea7fb6c2fc8bac9f392ef3e3c45ce0d4d6f5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:16:26.057 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:25 smithi110 podman[79950]: 2024-09-17 09:16:25.977633211 +0000 UTC m=+0.370454029 container start 7f21787c80d9ab94ab5b7eca4e59ea7fb6c2fc8bac9f392ef3e3c45ce0d4d6f5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:16:26.057 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 podman[79950]: 2024-09-17 09:16:26.056539459 +0000 UTC m=+0.449360292 container attach 7f21787c80d9ab94ab5b7eca4e59ea7fb6c2fc8bac9f392ef3e3c45ce0d4d6f5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:16:26.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:25 smithi138 ceph-mon[49866]: pgmap v79: 129 pgs: 17 stale+active+clean, 112 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:16:26.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:25 smithi138 ceph-mon[49866]: osdmap e81: 8 total, 7 up, 8 in 2024-09-17T09:16:26.321 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate[79970]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-17T09:16:26.321 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 bash[79950]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-17T09:16:26.321 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate[79970]: 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-17T09:16:26.321 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 bash[79950]: 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-17T09:16:26.321 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate[79970]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-17T09:16:26.321 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 bash[79950]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-17T09:16:26.322 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate[79970]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-17T09:16:26.322 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 bash[79950]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-17T09:16:26.322 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate[79970]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-17T09:16:26.322 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 bash[79950]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-17T09:16:26.322 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate[79970]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-17T09:16:26.322 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 bash[79950]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-17T09:16:26.322 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate[79970]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-17T09:16:26.322 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 bash[79950]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-17T09:16:26.619 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 podman[79950]: 2024-09-17 09:16:26.325416723 +0000 UTC m=+0.718237550 container died 7f21787c80d9ab94ab5b7eca4e59ea7fb6c2fc8bac9f392ef3e3c45ce0d4d6f5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-17T09:16:26.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-mon[68591]: Health check failed: Reduced data availability: 4 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-09-17T09:16:26.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:26 smithi110 ceph-mon[68591]: Health check failed: Degraded data redundancy: 6/441 objects degraded (1.361%), 3 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:27.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:26 smithi138 ceph-mon[49866]: Health check failed: Reduced data availability: 4 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-09-17T09:16:27.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:26 smithi138 ceph-mon[49866]: Health check failed: Degraded data redundancy: 6/441 objects degraded (1.361%), 3 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:27.258 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:26 smithi110 podman[80103]: 2024-09-17 09:16:26.935876354 +0000 UTC m=+0.604626854 container remove 7f21787c80d9ab94ab5b7eca4e59ea7fb6c2fc8bac9f392ef3e3c45ce0d4d6f5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-activate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:16:27.258 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:27 smithi110 podman[80164]: 2024-09-17 09:16:27.043504108 +0000 UTC m=+0.016323652 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:16:27.258 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:27 smithi110 podman[80164]: 2024-09-17 09:16:27.145098748 +0000 UTC m=+0.117918287 container create 0f63be8116420c94cf445b749571757d74b203852e1b2ce24d48c71ae2e67d56 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_CLEAN=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, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-17T09:16:27.570 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:27 smithi110 podman[80164]: 2024-09-17 09:16:27.397560033 +0000 UTC m=+0.370379579 container init 0f63be8116420c94cf445b749571757d74b203852e1b2ce24d48c71ae2e67d56 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, 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, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:16:27.570 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:27 smithi110 podman[80164]: 2024-09-17 09:16:27.401622088 +0000 UTC m=+0.374441627 container start 0f63be8116420c94cf445b749571757d74b203852e1b2ce24d48c71ae2e67d56 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-17T09:16:27.571 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:27 smithi110 ceph-osd[80183]: -- 172.21.15.110:0/566989223 <== mon.0 v2:172.21.15.110:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a30b57b1e0 con 0x55a30b519c00 2024-09-17T09:16:27.571 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:27 smithi110 bash[80164]: 0f63be8116420c94cf445b749571757d74b203852e1b2ce24d48c71ae2e67d56 2024-09-17T09:16:27.571 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:27 smithi110 systemd[1]: Started Ceph osd.1 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:16:28.070 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:27 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1[80179]: 2024-09-17T09:16:27.946+0000 7f38772cb640 -1 Falling back to public interface 2024-09-17T09:16:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:27 smithi110 ceph-mon[68591]: pgmap v81: 129 pgs: 2 active+undersized, 48 peering, 3 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6/441 objects degraded (1.361%) 2024-09-17T09:16:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:27 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:27 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:27 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:27 smithi138 ceph-mon[49866]: pgmap v81: 129 pgs: 2 active+undersized, 48 peering, 3 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6/441 objects degraded (1.361%) 2024-09-17T09:16:28.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:27 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:28.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:27 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:28.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:27 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:28.178 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:16:28.850 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:16:28.850 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 24s ago 22m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:16:28.850 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (65s) 24s ago 22m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:16:28.850 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (60s) 56s ago 21m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:16:28.850 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 24s ago 22m 38.6M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:16:28.850 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (17m) 24s ago 17m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:16:28.850 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (17m) 56s ago 17m 16.1M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:16:28.850 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (3m) 24s ago 23m 489M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (2m) 56s ago 21m 438M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (2m) 24s ago 24m 56.1M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (110s) 56s ago 21m 43.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (14m) 24s ago 14m 146M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (14m) 56s ago 14m 90.1M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 24s ago 22m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 56s ago 21m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (31s) 24s ago 21m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 starting - - - 4096M 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (20m) 24s ago 20m 370M 4096M 16.2.4 8d91d370c2b8 fca51fde4d91 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (19m) 24s ago 19m 479M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (19m) 56s ago 19m 495M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:16:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (19m) 56s ago 19m 588M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:16:28.852 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (18m) 56s ago 18m 522M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:16:28.852 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (18m) 56s ago 18m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:16:28.852 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 24s ago 21m 42.6M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:16:29.237 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:16:29.237 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:16:29.237 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:16:29.237 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:16:29.237 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6, 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8, 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 5 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:16:29.238 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:16:29.572 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:16:29.572 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:16:29.572 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:16:29.572 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:16:29.572 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:16:29.573 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:16:29.573 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:16:29.573 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:16:29.573 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:16:29.573 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "7/23 daemons upgraded", 2024-09-17T09:16:29.573 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T09:16:29.573 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:16:29.573 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:16:29.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:29 smithi110 ceph-mon[68591]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:29.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:29 smithi110 ceph-mon[68591]: pgmap v82: 129 pgs: 2 active+undersized, 48 peering, 3 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6/441 objects degraded (1.361%) 2024-09-17T09:16:29.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:29 smithi110 ceph-mon[68591]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:29.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:29.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:29.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:29 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/2493537201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s); 1 osds down; Reduced data availability: 4 pgs inactive, 13 pgs peering; Degraded data redundancy: 6/441 objects degraded (1.361%), 3 pgs degraded 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] OSD_DOWN: 1 osds down 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout: osd.1 (root=default,host=smithi110) is down 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 4 pgs inactive, 13 pgs peering 2024-09-17T09:16:29.981 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.6 is stuck peering for 2m, current state peering, last acting [6,4] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.9 is stuck peering for 6m, current state peering, last acting [7,3] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.a is stuck peering for 4m, current state peering, last acting [3,7] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.d is stuck peering for 4m, current state peering, last acting [4,3] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.15 is stuck peering for 4m, current state peering, last acting [5,0] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.0 is stuck peering for 4m, current state peering, last acting [2,6] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.4 is stuck peering for 4m, current state peering, last acting [2,5] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 3.19 is stuck peering for 4m, current state peering, last acting [3,4] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.2 is stuck peering for 16m, current state peering, last acting [5,4] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.4 is stuck peering for 16m, current state peering, last acting [2,3] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.12 is stuck peering for 16m, current state peering, last acting [6,2] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.12 is stuck peering for 14m, current state peering, last acting [5,3] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.19 is stuck peering for 14m, current state peering, last acting [5,7] 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 6/441 objects degraded (1.361%), 3 pgs degraded 2024-09-17T09:16:29.982 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.4 is active+undersized+degraded, acting [0,2] 2024-09-17T09:16:29.983 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.6 is active+undersized+degraded, acting [0,2] 2024-09-17T09:16:29.983 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.5 is active+undersized+degraded, acting [0,4] 2024-09-17T09:16:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:29 smithi138 ceph-mon[49866]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:29 smithi138 ceph-mon[49866]: pgmap v82: 129 pgs: 2 active+undersized, 48 peering, 3 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6/441 objects degraded (1.361%) 2024-09-17T09:16:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:29 smithi138 ceph-mon[49866]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:29 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/2493537201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:30 smithi138 ceph-mon[49866]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:30 smithi138 ceph-mon[49866]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:30 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3146215025' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:16:30.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:30 smithi110 ceph-mon[68591]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:30.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:30 smithi110 ceph-mon[68591]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:30.869 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:30 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3146215025' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:16:32.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:31 smithi110 ceph-mon[68591]: pgmap v83: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 50/441 objects degraded (11.338%) 2024-09-17T09:16:32.031 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:31 smithi110 ceph-mon[68591]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 13 pgs peering) 2024-09-17T09:16:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:31 smithi138 ceph-mon[49866]: pgmap v83: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 50/441 objects degraded (11.338%) 2024-09-17T09:16:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:31 smithi138 ceph-mon[49866]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 13 pgs peering) 2024-09-17T09:16:32.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:32 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 50/441 objects degraded (11.338%), 17 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:32 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 50/441 objects degraded (11.338%), 17 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:33.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:33 smithi110 ceph-mon[68591]: pgmap v84: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 50/441 objects degraded (11.338%) 2024-09-17T09:16:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:33 smithi138 ceph-mon[49866]: pgmap v84: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 50/441 objects degraded (11.338%) 2024-09-17T09:16:34.320 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1[80179]: 2024-09-17T09:16:33.863+0000 7f38772cb640 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-17T09:16:35.029 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:34 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1[80179]: 2024-09-17T09:16:34.738+0000 7f38772cb640 -1 osd.1 79 log_to_monitors true 2024-09-17T09:16:35.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:35 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:35.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:35 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:35.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:35 smithi110 ceph-mon[68591]: pgmap v85: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 50/441 objects degraded (11.338%) 2024-09-17T09:16:35.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:35 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:35.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:35 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:35.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:35 smithi110 ceph-mon[68591]: from='osd.1 [v2:172.21.15.110:6810/2131151212,v1:172.21.15.110:6811/2131151212]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T09:16:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:35 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:35 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:35 smithi138 ceph-mon[49866]: pgmap v85: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 50/441 objects degraded (11.338%) 2024-09-17T09:16:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:35 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:35 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:35 smithi138 ceph-mon[49866]: from='osd.1 [v2:172.21.15.110:6810/2131151212,v1:172.21.15.110:6811/2131151212]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T09:16:35.834 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:16:35 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1[80179]: 2024-09-17T09:16:35.573+0000 7f386f075640 -1 osd.1 79 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:16:36.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:36 smithi110 ceph-mon[68591]: from='osd.1 [v2:172.21.15.110:6810/2131151212,v1:172.21.15.110:6811/2131151212]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T09:16:36.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:36 smithi110 ceph-mon[68591]: osdmap e82: 8 total, 7 up, 8 in 2024-09-17T09:16:36.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:36 smithi110 ceph-mon[68591]: from='osd.1 [v2:172.21.15.110:6810/2131151212,v1:172.21.15.110:6811/2131151212]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T09:16:36.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:36 smithi138 ceph-mon[49866]: from='osd.1 [v2:172.21.15.110:6810/2131151212,v1:172.21.15.110:6811/2131151212]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T09:16:36.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:36 smithi138 ceph-mon[49866]: osdmap e82: 8 total, 7 up, 8 in 2024-09-17T09:16:36.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:36 smithi138 ceph-mon[49866]: from='osd.1 [v2:172.21.15.110:6810/2131151212,v1:172.21.15.110:6811/2131151212]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T09:16:37.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:37 smithi110 ceph-mon[68591]: pgmap v87: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:16:37.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:37 smithi110 ceph-mon[68591]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:16:37.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:37 smithi110 ceph-mon[68591]: osd.1 [v2:172.21.15.110:6810/2131151212,v1:172.21.15.110:6811/2131151212] boot 2024-09-17T09:16:37.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:37 smithi110 ceph-mon[68591]: osdmap e83: 8 total, 8 up, 8 in 2024-09-17T09:16:37.696 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:37 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:37.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:37 smithi138 ceph-mon[49866]: pgmap v87: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:16:37.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:37 smithi138 ceph-mon[49866]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:16:37.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:37 smithi138 ceph-mon[49866]: osd.1 [v2:172.21.15.110:6810/2131151212,v1:172.21.15.110:6811/2131151212] boot 2024-09-17T09:16:37.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:37 smithi138 ceph-mon[49866]: osdmap e83: 8 total, 8 up, 8 in 2024-09-17T09:16:37.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:37 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: osdmap e84: 8 total, 8 up, 8 in 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: pgmap v90: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 381 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: pgmap v91: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 608 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:38.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:16:38.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:38 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: osdmap e84: 8 total, 8 up, 8 in 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: pgmap v90: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 381 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: pgmap v91: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 608 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:38.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:16:38.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:38 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:16:40.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:39 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 28/441 objects degraded (6.349%), 9 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:39 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 28/441 objects degraded (6.349%), 9 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:41.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:40 smithi110 ceph-mon[68591]: pgmap v92: 129 pgs: 12 active+undersized, 9 active+undersized+degraded, 108 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 28/441 objects degraded (6.349%) 2024-09-17T09:16:41.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:40 smithi138 ceph-mon[49866]: pgmap v92: 129 pgs: 12 active+undersized, 9 active+undersized+degraded, 108 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 28/441 objects degraded (6.349%) 2024-09-17T09:16:41.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:41 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:41.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:41.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:41.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:41.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:41.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:16:41.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:41.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:41.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:41.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:41.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:41 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:16:41.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:41 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:16:41.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:41 smithi110 ceph-mon[68591]: pgmap v93: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:16:41.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:41 smithi110 ceph-mon[68591]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/441 objects degraded (6.349%), 9 pgs degraded) 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:41 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:41 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:41 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:41 smithi138 ceph-mon[49866]: pgmap v93: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:16:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:41 smithi138 ceph-mon[49866]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/441 objects degraded (6.349%), 9 pgs degraded) 2024-09-17T09:16:44.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:44 smithi110 ceph-mon[68591]: pgmap v94: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:44 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:44.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:44.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:44.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:44.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:44.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:44.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:44.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:44.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:44.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:44.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:44 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:16:44.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:44 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:44 smithi138 ceph-mon[49866]: pgmap v94: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:44 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:45.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:45.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:44 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:16:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:44 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:16:45.768 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:45 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:45.768 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:45.768 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:45.769 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:45.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:45.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:45.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:45 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:16:45.773 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:45 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:45 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:46.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:46.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:46.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:45 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:16:46.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:45 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:16:47.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:46 smithi110 ceph-mon[68591]: pgmap v95: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 250 B/s rd, 0 op/s 2024-09-17T09:16:47.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:46 smithi138 ceph-mon[49866]: pgmap v95: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 250 B/s rd, 0 op/s 2024-09-17T09:16:48.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:48.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:48.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:48.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:48.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T09:16:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:16:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T09:16:49.034 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:48 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:49.035 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:49.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:16:49.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:49.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:48 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:48 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:48 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:49.039 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:49.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:49.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:49.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:49.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:49.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:49.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:49.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:49.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:48 smithi110 ceph-mon[68591]: pgmap v96: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:16:49.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:48 smithi110 ceph-mon[68591]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T09:16:49.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:48 smithi110 ceph-mon[68591]: Upgrade: osd.2 is safe to restart 2024-09-17T09:16:49.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:48 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:48 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:16:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:16:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:49.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:49.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:49.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:49.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:49.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:16:49.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:16:49.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:48 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:16:49.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:48 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:16:49.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:48 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:49.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:49.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:16:49.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:49.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:16:49.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:16:49.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:48 smithi138 ceph-mon[49866]: pgmap v96: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:16:49.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:48 smithi138 ceph-mon[49866]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T09:16:49.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:48 smithi138 ceph-mon[49866]: Upgrade: osd.2 is safe to restart 2024-09-17T09:16:49.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:48 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:50.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:50 smithi110 ceph-mon[68591]: Upgrade: Updating osd.2 2024-09-17T09:16:50.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:50 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:50 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T09:16:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:50 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:50 smithi110 ceph-mon[68591]: Deploying daemon osd.2 on smithi110 2024-09-17T09:16:50.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:50 smithi110 ceph-mon[68591]: pgmap v97: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:16:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:50 smithi138 ceph-mon[49866]: Upgrade: Updating osd.2 2024-09-17T09:16:50.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:50 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:50 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T09:16:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:50 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:50 smithi138 ceph-mon[49866]: Deploying daemon osd.2 on smithi110 2024-09-17T09:16:50.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:50 smithi138 ceph-mon[49866]: pgmap v97: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:16:51.946 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:51 smithi110 systemd[1]: Stopping Ceph osd.2 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:16:52.320 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2[37638]: debug 2024-09-17T09:16:51.945+0000 7f6dcdf21700 -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-17T09:16:52.321 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2[37638]: debug 2024-09-17T09:16:51.945+0000 7f6dcdf21700 -1 osd.2 84 *** Got signal Terminated *** 2024-09-17T09:16:52.321 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:51 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2[37638]: debug 2024-09-17T09:16:51.945+0000 7f6dcdf21700 -1 osd.2 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:16:52.321 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:52 smithi110 podman[83143]: 2024-09-17 09:16:52.057516408 +0000 UTC m=+0.239565235 container died fca51fde4d918090d63b1f6d8e4ea0f0432dc87b5a53d1e111b0ef9e00adbac6 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20201204) 2024-09-17T09:16:52.714 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:52 smithi110 podman[83143]: 2024-09-17 09:16:52.453431767 +0000 UTC m=+0.635480593 container cleanup fca51fde4d918090d63b1f6d8e4ea0f0432dc87b5a53d1e111b0ef9e00adbac6 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T09:16:52.714 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:52 smithi110 bash[83143]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2 2024-09-17T09:16:53.072 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:52 smithi110 podman[83159]: 2024-09-17 09:16:52.713398134 +0000 UTC m=+0.650191671 container remove fca51fde4d918090d63b1f6d8e4ea0f0432dc87b5a53d1e111b0ef9e00adbac6 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.2, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0) 2024-09-17T09:16:53.292 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: pgmap v98: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:16:53.292 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.1 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 failed (root=default,host=smithi110) (connection refused reported by osd.1) 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.1 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.3 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.6 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.0 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.5 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.7 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.4 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.3 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.6 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.0 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.5 2024-09-17T09:16:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.7 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.4 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.0 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.1 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.3 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.0 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.1 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.3 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.7 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.7 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.4 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.6 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.5 2024-09-17T09:16:53.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.4 2024-09-17T09:16:53.295 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.6 2024-09-17T09:16:53.295 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:52 smithi110 ceph-mon[68591]: osd.2 reported immediately failed by osd.5 2024-09-17T09:16:53.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: pgmap v98: 129 pgs: 129 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:16:53.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.1 2024-09-17T09:16:53.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 failed (root=default,host=smithi110) (connection refused reported by osd.1) 2024-09-17T09:16:53.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.1 2024-09-17T09:16:53.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.3 2024-09-17T09:16:53.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.6 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.0 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.5 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.7 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.4 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.3 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.6 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.0 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.5 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.7 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.4 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.0 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.1 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.3 2024-09-17T09:16:53.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.0 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.1 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.3 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.7 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.7 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.4 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.6 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.5 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.4 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.6 2024-09-17T09:16:53.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:52 smithi138 ceph-mon[49866]: osd.2 reported immediately failed by osd.5 2024-09-17T09:16:53.467 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:53 smithi110 podman[83261]: 2024-09-17 09:16:53.181090529 +0000 UTC m=+0.113076808 container create 95f396137f6f10a7bb654274b998939cf47ab3add9735b82d5eadb1d85fc48da (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, 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, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, ceph=True) 2024-09-17T09:16:53.468 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:53 smithi110 podman[83261]: 2024-09-17 09:16:53.084119825 +0000 UTC m=+0.016106068 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:16:53.468 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:53 smithi110 podman[83261]: 2024-09-17 09:16:53.392202677 +0000 UTC m=+0.324188917 container init 95f396137f6f10a7bb654274b998939cf47ab3add9735b82d5eadb1d85fc48da (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-17T09:16:53.468 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:53 smithi110 podman[83261]: 2024-09-17 09:16:53.395954656 +0000 UTC m=+0.327940890 container start 95f396137f6f10a7bb654274b998939cf47ab3add9735b82d5eadb1d85fc48da (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-17T09:16:53.468 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:53 smithi110 podman[83261]: 2024-09-17 09:16:53.466897511 +0000 UTC m=+0.398883774 container attach 95f396137f6f10a7bb654274b998939cf47ab3add9735b82d5eadb1d85fc48da (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-17T09:16:53.784 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:53 smithi110 podman[83261]: 2024-09-17 09:16:53.586220268 +0000 UTC m=+0.518206516 container died 95f396137f6f10a7bb654274b998939cf47ab3add9735b82d5eadb1d85fc48da (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:16:54.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:53 smithi110 ceph-mon[68591]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:16:54.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:53 smithi110 ceph-mon[68591]: osdmap e85: 8 total, 7 up, 8 in 2024-09-17T09:16:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:53 smithi138 ceph-mon[49866]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:16:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:53 smithi138 ceph-mon[49866]: osdmap e85: 8 total, 7 up, 8 in 2024-09-17T09:16:54.571 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 podman[83284]: 2024-09-17 09:16:54.238100344 +0000 UTC m=+0.645436932 container remove 95f396137f6f10a7bb654274b998939cf47ab3add9735b82d5eadb1d85fc48da (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-17T09:16:54.571 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-17T09:16:54.571 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 systemd[1]: Stopped Ceph osd.2 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:16:54.571 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.2.service: Consumed 3min 24.311s CPU time. 2024-09-17T09:16:54.571 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 systemd[1]: Starting Ceph osd.2 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:16:54.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:54 smithi110 ceph-mon[68591]: pgmap v100: 129 pgs: 11 stale+active+clean, 118 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:16:54.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:54 smithi110 ceph-mon[68591]: osdmap e86: 8 total, 7 up, 8 in 2024-09-17T09:16:54.951 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 podman[83389]: 2024-09-17 09:16:54.664637128 +0000 UTC m=+0.109908859 container create 5585017eb8f196be326481806a4d4ff672f3ba298757afa664abc5aa6e22bbe8 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T09:16:54.951 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 podman[83389]: 2024-09-17 09:16:54.571517872 +0000 UTC m=+0.016789605 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:16:54.951 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 podman[83389]: 2024-09-17 09:16:54.875548991 +0000 UTC m=+0.320820723 container init 5585017eb8f196be326481806a4d4ff672f3ba298757afa664abc5aa6e22bbe8 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=) 2024-09-17T09:16:54.951 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 podman[83389]: 2024-09-17 09:16:54.878968282 +0000 UTC m=+0.324240015 container start 5585017eb8f196be326481806a4d4ff672f3ba298757afa664abc5aa6e22bbe8 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2) 2024-09-17T09:16:54.951 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:54 smithi110 podman[83389]: 2024-09-17 09:16:54.950500496 +0000 UTC m=+0.395772236 container attach 5585017eb8f196be326481806a4d4ff672f3ba298757afa664abc5aa6e22bbe8 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-17T09:16:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:54 smithi138 ceph-mon[49866]: pgmap v100: 129 pgs: 11 stale+active+clean, 118 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:16:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:54 smithi138 ceph-mon[49866]: osdmap e86: 8 total, 7 up, 8 in 2024-09-17T09:16:55.202 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate[83403]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-17T09:16:55.202 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 bash[83389]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-17T09:16:55.202 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate[83403]: 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-17T09:16:55.202 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 bash[83389]: 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-17T09:16:55.202 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate[83403]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-17T09:16:55.202 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 bash[83389]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-17T09:16:55.203 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate[83403]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-17T09:16:55.203 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 bash[83389]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-17T09:16:55.203 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate[83403]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-17T09:16:55.203 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 bash[83389]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-17T09:16:55.203 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate[83403]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-17T09:16:55.203 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 bash[83389]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-17T09:16:55.504 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate[83403]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-17T09:16:55.504 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 bash[83389]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-17T09:16:55.504 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 podman[83389]: 2024-09-17 09:16:55.221873612 +0000 UTC m=+0.667145345 container died 5585017eb8f196be326481806a4d4ff672f3ba298757afa664abc5aa6e22bbe8 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-17T09:16:56.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-mon[68591]: pgmap v102: 129 pgs: 17 active+undersized, 2 stale+active+clean, 13 active+undersized+degraded, 97 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 47/441 objects degraded (10.658%) 2024-09-17T09:16:56.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:55 smithi110 ceph-mon[68591]: Health check failed: Degraded data redundancy: 47/441 objects degraded (10.658%), 13 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:56.071 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 podman[83521]: 2024-09-17 09:16:55.787788681 +0000 UTC m=+0.560311711 container remove 5585017eb8f196be326481806a4d4ff672f3ba298757afa664abc5aa6e22bbe8 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True) 2024-09-17T09:16:56.071 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 podman[83578]: 2024-09-17 09:16:55.997332359 +0000 UTC m=+0.112590497 container create 50ca93868dabfb4399fa6473592fb2c7d8a56b605c9ac7d0c8d875b04988df7e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-17T09:16:56.071 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:55 smithi110 podman[83578]: 2024-09-17 09:16:55.901165215 +0000 UTC m=+0.016423362 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:16:56.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:55 smithi138 ceph-mon[49866]: pgmap v102: 129 pgs: 17 active+undersized, 2 stale+active+clean, 13 active+undersized+degraded, 97 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 47/441 objects degraded (10.658%) 2024-09-17T09:16:56.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:55 smithi138 ceph-mon[49866]: Health check failed: Degraded data redundancy: 47/441 objects degraded (10.658%), 13 pgs degraded (PG_DEGRADED) 2024-09-17T09:16:56.561 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:56 smithi110 podman[83578]: 2024-09-17 09:16:56.191305703 +0000 UTC m=+0.306563843 container init 50ca93868dabfb4399fa6473592fb2c7d8a56b605c9ac7d0c8d875b04988df7e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, RELEASE=reef-19e2a2b) 2024-09-17T09:16:56.561 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:56 smithi110 podman[83578]: 2024-09-17 09:16:56.19467723 +0000 UTC m=+0.309935372 container start 50ca93868dabfb4399fa6473592fb2c7d8a56b605c9ac7d0c8d875b04988df7e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-17T09:16:56.561 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:56 smithi110 ceph-osd[83597]: -- 172.21.15.110:0/163824467 <== mon.0 v2:172.21.15.110:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e4499991e0 con 0x55e449937c00 2024-09-17T09:16:56.562 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:56 smithi110 bash[83578]: 50ca93868dabfb4399fa6473592fb2c7d8a56b605c9ac7d0c8d875b04988df7e 2024-09-17T09:16:56.562 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:56 smithi110 systemd[1]: Started Ceph osd.2 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:16:56.820 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:16:56 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2[83592]: 2024-09-17T09:16:56.745+0000 7f1cc10c1640 -1 Falling back to public interface 2024-09-17T09:16:57.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:57.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:57.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:58.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:58 smithi110 ceph-mon[68591]: pgmap v103: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 48/441 objects degraded (10.884%) 2024-09-17T09:16:58.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:58 smithi138 ceph-mon[49866]: pgmap v103: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 48/441 objects degraded (10.884%) 2024-09-17T09:16:59.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:16:59.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:16:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:16:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:00.360 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:17:00.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:00 smithi110 ceph-mon[68591]: pgmap v104: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 48/441 objects degraded (10.884%) 2024-09-17T09:17:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:00 smithi138 ceph-mon[49866]: pgmap v104: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 48/441 objects degraded (10.884%) 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 27s ago 23m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (97s) 27s ago 23m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (92s) 88s ago 22m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 27s ago 22m 38.6M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (17m) 27s ago 17m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (17m) 88s ago 17m 16.1M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (4m) 27s ago 24m 491M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (3m) 88s ago 22m 438M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (2m) 27s ago 24m 57.2M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (2m) 88s ago 22m 43.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:17:01.131 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (14m) 27s ago 14m 146M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (14m) 88s ago 14m 90.1M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 27s ago 22m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 88s ago 21m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (63s) 27s ago 21m 209M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (34s) 27s ago 21m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 starting - - - 4096M 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (20m) 27s ago 20m 478M 4096M 16.2.4 8d91d370c2b8 3c9ec77a29d3 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (20m) 88s ago 20m 495M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (19m) 88s ago 19m 588M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (19m) 88s ago 19m 522M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (19m) 88s ago 19m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:17:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 27s ago 22m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:17:01.527 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:17:01.527 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:17:01.527 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:17:01.527 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:17:01.527 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:17:01.527 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:17:01.527 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:17:01.527 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5, 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7, 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 6 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:17:01.528 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:17:01.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:01 smithi110 ceph-mon[68591]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:01.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:01 smithi110 ceph-mon[68591]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:01.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:01 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/777603676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:01.906 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:17:01.906 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:17:01.906 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:17:01.906 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:17:01.906 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:17:01.906 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:17:01.907 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:17:01.907 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:17:01.907 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:17:01.907 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "8/23 daemons upgraded", 2024-09-17T09:17:01.907 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T09:17:01.907 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:17:01.907 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:17:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:01 smithi138 ceph-mon[49866]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:01 smithi138 ceph-mon[49866]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:01 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/777603676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:02.288 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:17:01 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2[83592]: 2024-09-17T09:17:01.895+0000 7f1cc10c1640 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 48/441 objects degraded (10.884%), 14 pgs degraded 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] OSD_DOWN: 1 osds down 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout: osd.2 (root=default,host=smithi110) is down 2024-09-17T09:17:02.331 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 48/441 objects degraded (10.884%), 14 pgs degraded 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1 is active+undersized+degraded, acting [3,0] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.3 is active+undersized+degraded, acting [5,7] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.4 is active+undersized+degraded, acting [1,0] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.7 is active+undersized+degraded, acting [6,7] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.c is active+undersized+degraded, acting [5,0] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.e is active+undersized+degraded, acting [3,7] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.10 is active+undersized+degraded, acting [1,0] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.16 is active+undersized+degraded, acting [5,6] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.17 is active+undersized+degraded, acting [6,5] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1c is active+undersized+degraded, acting [7,5] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.6 is active+undersized+degraded, acting [0,1] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.19 is active+undersized+degraded, acting [3,0] 2024-09-17T09:17:02.332 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.a is active+undersized+degraded, acting [4,3] 2024-09-17T09:17:02.333 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.14 is active+undersized+degraded, acting [3,7] 2024-09-17T09:17:02.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:02 smithi110 ceph-mon[68591]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:02.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:02 smithi110 ceph-mon[68591]: pgmap v105: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 228 B/s rd, 0 op/s; 48/441 objects degraded (10.884%) 2024-09-17T09:17:02.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:02 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/221436642' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:17:02.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:02 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 48/441 objects degraded (10.884%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:02.821 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:17:02 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2[83592]: 2024-09-17T09:17:02.800+0000 7f1cc10c1640 -1 osd.2 84 log_to_monitors true 2024-09-17T09:17:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:02 smithi138 ceph-mon[49866]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:02 smithi138 ceph-mon[49866]: pgmap v105: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 219 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 228 B/s rd, 0 op/s; 48/441 objects degraded (10.884%) 2024-09-17T09:17:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:02 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/221436642' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:17:03.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:02 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 48/441 objects degraded (10.884%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:03.909 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:17:03 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2[83592]: 2024-09-17T09:17:03.624+0000 7f1cb8e6b640 -1 osd.2 84 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:17:03.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:03 smithi110 ceph-mon[68591]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:03.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:03 smithi110 ceph-mon[68591]: from='osd.2 [v2:172.21.15.110:6818/3516145110,v1:172.21.15.110:6819/3516145110]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T09:17:03.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:03.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:03.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:03.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:03 smithi138 ceph-mon[49866]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:03 smithi138 ceph-mon[49866]: from='osd.2 [v2:172.21.15.110:6818/3516145110,v1:172.21.15.110:6819/3516145110]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T09:17:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:04.940 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:04 smithi110 ceph-mon[68591]: from='osd.2 [v2:172.21.15.110:6818/3516145110,v1:172.21.15.110:6819/3516145110]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T09:17:04.941 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:04 smithi110 ceph-mon[68591]: osdmap e87: 8 total, 7 up, 8 in 2024-09-17T09:17:04.941 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:04 smithi110 ceph-mon[68591]: from='osd.2 [v2:172.21.15.110:6818/3516145110,v1:172.21.15.110:6819/3516145110]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T09:17:04.941 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:04 smithi110 ceph-mon[68591]: pgmap v107: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 0 op/s; 48/441 objects degraded (10.884%) 2024-09-17T09:17:05.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:04 smithi138 ceph-mon[49866]: from='osd.2 [v2:172.21.15.110:6818/3516145110,v1:172.21.15.110:6819/3516145110]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T09:17:05.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:04 smithi138 ceph-mon[49866]: osdmap e87: 8 total, 7 up, 8 in 2024-09-17T09:17:05.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:04 smithi138 ceph-mon[49866]: from='osd.2 [v2:172.21.15.110:6818/3516145110,v1:172.21.15.110:6819/3516145110]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T09:17:05.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:04 smithi138 ceph-mon[49866]: pgmap v107: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 0 op/s; 48/441 objects degraded (10.884%) 2024-09-17T09:17:06.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:05 smithi110 ceph-mon[68591]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:17:06.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:05 smithi110 ceph-mon[68591]: osd.2 [v2:172.21.15.110:6818/3516145110,v1:172.21.15.110:6819/3516145110] boot 2024-09-17T09:17:06.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:05 smithi110 ceph-mon[68591]: osdmap e88: 8 total, 8 up, 8 in 2024-09-17T09:17:06.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:05 smithi138 ceph-mon[49866]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:17:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:05 smithi138 ceph-mon[49866]: osd.2 [v2:172.21.15.110:6818/3516145110,v1:172.21.15.110:6819/3516145110] boot 2024-09-17T09:17:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:05 smithi138 ceph-mon[49866]: osdmap e88: 8 total, 8 up, 8 in 2024-09-17T09:17:06.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:06.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:06 smithi110 ceph-mon[68591]: osdmap e89: 8 total, 8 up, 8 in 2024-09-17T09:17:06.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:06 smithi110 ceph-mon[68591]: pgmap v110: 129 pgs: 5 peering, 17 active+undersized, 13 active+undersized+degraded, 94 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 44/441 objects degraded (9.977%) 2024-09-17T09:17:07.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:06 smithi138 ceph-mon[49866]: osdmap e89: 8 total, 8 up, 8 in 2024-09-17T09:17:07.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:06 smithi138 ceph-mon[49866]: pgmap v110: 129 pgs: 5 peering, 17 active+undersized, 13 active+undersized+degraded, 94 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 44/441 objects degraded (9.977%) 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: pgmap v111: 129 pgs: 5 peering, 15 active+undersized, 12 active+undersized+degraded, 97 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: pgmap v112: 129 pgs: 5 peering, 15 active+undersized, 12 active+undersized+degraded, 97 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 607 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:17:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:17:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:07 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 44/441 objects degraded (9.977%), 13 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:17:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:17:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: pgmap v111: 129 pgs: 5 peering, 15 active+undersized, 12 active+undersized+degraded, 97 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:17:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: pgmap v112: 129 pgs: 5 peering, 15 active+undersized, 12 active+undersized+degraded, 97 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 607 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:17:08.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:08.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:08.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:17:08.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:17:08.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:07 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 44/441 objects degraded (9.977%), 13 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:10.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:10 smithi110 ceph-mon[68591]: pgmap v113: 129 pgs: 5 peering, 9 active+undersized, 7 active+undersized+degraded, 108 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 0 op/s; 21/441 objects degraded (4.762%) 2024-09-17T09:17:10.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:10 smithi138 ceph-mon[49866]: pgmap v113: 129 pgs: 5 peering, 9 active+undersized, 7 active+undersized+degraded, 108 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 0 op/s; 21/441 objects degraded (4.762%) 2024-09-17T09:17:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:11 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:17:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:17:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:11.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:11.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:11.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:11.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:17:11.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:17:11.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:11.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:11.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:11.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:11.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:11.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:11.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:11 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:17:11.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:11 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:17:11.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:11 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:11.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:11.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:17:11.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:17:11.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:11.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:11.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:11.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:11.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:11.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:11.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:11 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:17:11.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:11 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:17:12.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:12 smithi110 ceph-mon[68591]: pgmap v114: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:12.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:12 smithi110 ceph-mon[68591]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 21/441 objects degraded (4.762%), 7 pgs degraded) 2024-09-17T09:17:12.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:12 smithi138 ceph-mon[49866]: pgmap v114: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:12.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:12 smithi138 ceph-mon[49866]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 21/441 objects degraded (4.762%), 7 pgs degraded) 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:13 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:13.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:13.323 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:13.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:13 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:17:13.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:13 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:13 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:13.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:13.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:13.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:13.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:13 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:17:13.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:13 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:17:14.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:14 smithi110 ceph-mon[68591]: pgmap v115: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:14.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:14 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:14.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:14.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:17:14.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:17:14.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:14.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:14.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:14.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:14.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:14 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:17:14.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:14 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:17:14.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:14.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:14 smithi138 ceph-mon[49866]: pgmap v115: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:14 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:14 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:14 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:16.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:16 smithi110 ceph-mon[68591]: pgmap v116: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:16.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:16 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:16 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:16 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:16 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:16.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:16 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T09:17:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:16 smithi138 ceph-mon[49866]: pgmap v116: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:16 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:16 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:16 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:16 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:16.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:16 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T09:17:17.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:17 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:17.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:17.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:17.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:17.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:17 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:17 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:17 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:17.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:17.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:17.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:17.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:17 smithi110 ceph-mon[68591]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T09:17:17.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:17 smithi110 ceph-mon[68591]: Upgrade: osd.3 is safe to restart 2024-09-17T09:17:18.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:17 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:18.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:18.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:17:18.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:17:18.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:18.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:18.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:18.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:18.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:17 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:17 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:17 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:18.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:18.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:18.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:18.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:17 smithi138 ceph-mon[49866]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T09:17:18.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:17 smithi138 ceph-mon[49866]: Upgrade: osd.3 is safe to restart 2024-09-17T09:17:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:18 smithi138 ceph-mon[49866]: pgmap v117: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:18 smithi138 ceph-mon[49866]: Upgrade: Updating osd.3 2024-09-17T09:17:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T09:17:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:18 smithi138 ceph-mon[49866]: Deploying daemon osd.3 on smithi110 2024-09-17T09:17:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:18 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:19.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:18 smithi110 ceph-mon[68591]: pgmap v117: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:19.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:18 smithi110 ceph-mon[68591]: Upgrade: Updating osd.3 2024-09-17T09:17:19.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:19.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T09:17:19.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:19.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:18 smithi110 ceph-mon[68591]: Deploying daemon osd.3 on smithi110 2024-09-17T09:17:19.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:18 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:20.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:20 smithi110 ceph-mon[68591]: pgmap v118: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:20.988 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:20 smithi110 systemd[1]: Stopping Ceph osd.3 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:17:20.988 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3[40515]: debug 2024-09-17T09:17:20.834+0000 7f78f682d700 -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-17T09:17:20.988 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3[40515]: debug 2024-09-17T09:17:20.834+0000 7f78f682d700 -1 osd.3 89 *** Got signal Terminated *** 2024-09-17T09:17:20.988 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:20 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3[40515]: debug 2024-09-17T09:17:20.834+0000 7f78f682d700 -1 osd.3 89 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:17:21.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:20 smithi138 ceph-mon[49866]: pgmap v118: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:21.312 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:20 smithi110 podman[86542]: 2024-09-17 09:17:20.986651207 +0000 UTC m=+0.275044828 container died 3c9ec77a29d3bf22facb17f969bd56901eda81a7e76507b84a82dfd02cd32b22 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, RELEASE=HEAD, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau ) 2024-09-17T09:17:21.570 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:21 smithi110 podman[86542]: 2024-09-17 09:17:21.392813497 +0000 UTC m=+0.681207107 container cleanup 3c9ec77a29d3bf22facb17f969bd56901eda81a7e76507b84a82dfd02cd32b22 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True) 2024-09-17T09:17:21.571 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:21 smithi110 bash[86542]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3 2024-09-17T09:17:22.056 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:21 smithi110 podman[86556]: 2024-09-17 09:17:21.610678087 +0000 UTC m=+0.616486399 container remove 3c9ec77a29d3bf22facb17f969bd56901eda81a7e76507b84a82dfd02cd32b22 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.3, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e) 2024-09-17T09:17:22.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.7 2024-09-17T09:17:22.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 failed (root=default,host=smithi110) (connection refused reported by osd.7) 2024-09-17T09:17:22.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.6 2024-09-17T09:17:22.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.0 2024-09-17T09:17:22.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.7 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.6 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.0 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.7 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.6 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.0 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.7 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.6 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.0 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:21 smithi110 ceph-mon[68591]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.7 2024-09-17T09:17:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 failed (root=default,host=smithi110) (connection refused reported by osd.7) 2024-09-17T09:17:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.6 2024-09-17T09:17:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.0 2024-09-17T09:17:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.7 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.6 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.0 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.7 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.6 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.0 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.7 2024-09-17T09:17:22.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.6 2024-09-17T09:17:22.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.0 2024-09-17T09:17:22.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.5 2024-09-17T09:17:22.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.2 2024-09-17T09:17:22.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.4 2024-09-17T09:17:22.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:21 smithi138 ceph-mon[49866]: osd.3 reported immediately failed by osd.1 2024-09-17T09:17:22.306 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:22 smithi110 podman[86659]: 2024-09-17 09:17:21.958302108 +0000 UTC m=+0.016242433 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:17:22.306 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:22 smithi110 podman[86659]: 2024-09-17 09:17:22.097648159 +0000 UTC m=+0.155588474 container create 033bae8ea0fe7fcc37bdc97802726c005a06a9a4c3548d2749ff6dc9a3bc73e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:17:22.571 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:22 smithi110 podman[86659]: 2024-09-17 09:17:22.305950119 +0000 UTC m=+0.363890446 container init 033bae8ea0fe7fcc37bdc97802726c005a06a9a4c3548d2749ff6dc9a3bc73e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:17:22.571 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:22 smithi110 podman[86659]: 2024-09-17 09:17:22.309820914 +0000 UTC m=+0.367761230 container start 033bae8ea0fe7fcc37bdc97802726c005a06a9a4c3548d2749ff6dc9a3bc73e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:17:22.571 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:22 smithi110 podman[86659]: 2024-09-17 09:17:22.391309593 +0000 UTC m=+0.449249919 container attach 033bae8ea0fe7fcc37bdc97802726c005a06a9a4c3548d2749ff6dc9a3bc73e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-17T09:17:22.571 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:22 smithi110 podman[86659]: 2024-09-17 09:17:22.495064278 +0000 UTC m=+0.553004605 container died 033bae8ea0fe7fcc37bdc97802726c005a06a9a4c3548d2749ff6dc9a3bc73e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b) 2024-09-17T09:17:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:22 smithi110 ceph-mon[68591]: pgmap v119: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:23.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:22 smithi110 ceph-mon[68591]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:17:23.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:22 smithi110 ceph-mon[68591]: osdmap e90: 8 total, 7 up, 8 in 2024-09-17T09:17:23.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:22 smithi138 ceph-mon[49866]: pgmap v119: 129 pgs: 129 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:23.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:22 smithi138 ceph-mon[49866]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:17:23.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:22 smithi138 ceph-mon[49866]: osdmap e90: 8 total, 7 up, 8 in 2024-09-17T09:17:23.345 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 podman[86683]: 2024-09-17 09:17:23.128772201 +0000 UTC m=+0.628041250 container remove 033bae8ea0fe7fcc37bdc97802726c005a06a9a4c3548d2749ff6dc9a3bc73e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:17:23.345 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-17T09:17:23.345 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 systemd[1]: Stopped Ceph osd.3 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:17:23.345 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.3.service: Consumed 4min 52.286s CPU time. 2024-09-17T09:17:23.669 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 systemd[1]: Starting Ceph osd.3 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:17:23.669 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 podman[86790]: 2024-09-17 09:17:23.457161653 +0000 UTC m=+0.016116862 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:17:23.670 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 podman[86790]: 2024-09-17 09:17:23.554536217 +0000 UTC m=+0.113491419 container create 574c42476284f362561d74d953fa784cff9cd679597628a13cc20f824c17996a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-17T09:17:24.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:23 smithi110 ceph-mon[68591]: osdmap e91: 8 total, 7 up, 8 in 2024-09-17T09:17:24.071 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 podman[86790]: 2024-09-17 09:17:23.807453055 +0000 UTC m=+0.366408261 container init 574c42476284f362561d74d953fa784cff9cd679597628a13cc20f824c17996a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-17T09:17:24.071 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 podman[86790]: 2024-09-17 09:17:23.811295007 +0000 UTC m=+0.370250214 container start 574c42476284f362561d74d953fa784cff9cd679597628a13cc20f824c17996a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True) 2024-09-17T09:17:24.071 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:23 smithi110 podman[86790]: 2024-09-17 09:17:23.907361612 +0000 UTC m=+0.466316822 container attach 574c42476284f362561d74d953fa784cff9cd679597628a13cc20f824c17996a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-17T09:17:24.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:23 smithi138 ceph-mon[49866]: osdmap e91: 8 total, 7 up, 8 in 2024-09-17T09:17:24.559 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate[86805]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-17T09:17:24.559 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 bash[86790]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-17T09:17:24.559 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate[86805]: 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-17T09:17:24.559 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 bash[86790]: 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-17T09:17:24.559 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate[86805]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-17T09:17:24.559 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 bash[86790]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-17T09:17:24.559 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate[86805]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-17T09:17:24.559 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 bash[86790]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-17T09:17:24.560 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate[86805]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-17T09:17:24.560 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 bash[86790]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-17T09:17:24.560 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate[86805]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-17T09:17:24.560 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 bash[86790]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-17T09:17:24.560 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate[86805]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-17T09:17:24.560 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 bash[86790]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-17T09:17:24.560 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 podman[86790]: 2024-09-17 09:17:24.15235605 +0000 UTC m=+0.711311256 container died 574c42476284f362561d74d953fa784cff9cd679597628a13cc20f824c17996a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-17T09:17:24.820 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 podman[86923]: 2024-09-17 09:17:24.753560006 +0000 UTC m=+0.595174180 container remove 574c42476284f362561d74d953fa784cff9cd679597628a13cc20f824c17996a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-activate, GIT_CLEAN=True, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:17:25.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:24 smithi110 ceph-mon[68591]: pgmap v122: 129 pgs: 20 stale+active+clean, 109 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:25.096 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 podman[87015]: 2024-09-17 09:17:24.860623588 +0000 UTC m=+0.015818210 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:17:25.096 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:24 smithi110 podman[87015]: 2024-09-17 09:17:24.962776558 +0000 UTC m=+0.117971161 container create 68f0dc89cf4b92dcba6f541d7d7664de65f23dd859ff0848e0b36cda97c98a54 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-17T09:17:25.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:24 smithi138 ceph-mon[49866]: pgmap v122: 129 pgs: 20 stale+active+clean, 109 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-17T09:17:25.504 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:25 smithi110 podman[87015]: 2024-09-17 09:17:25.20679546 +0000 UTC m=+0.361990080 container init 68f0dc89cf4b92dcba6f541d7d7664de65f23dd859ff0848e0b36cda97c98a54 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-17T09:17:25.504 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:25 smithi110 podman[87015]: 2024-09-17 09:17:25.210621131 +0000 UTC m=+0.365815735 container start 68f0dc89cf4b92dcba6f541d7d7664de65f23dd859ff0848e0b36cda97c98a54 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:17:25.504 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:25 smithi110 ceph-osd[87034]: -- 172.21.15.110:0/358765404 <== mon.0 v2:172.21.15.110:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e3478cd1e0 con 0x55e347a40000 2024-09-17T09:17:25.504 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:25 smithi110 bash[87015]: 68f0dc89cf4b92dcba6f541d7d7664de65f23dd859ff0848e0b36cda97c98a54 2024-09-17T09:17:25.504 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:25 smithi110 systemd[1]: Started Ceph osd.3 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:17:26.024 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:25 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3[87029]: 2024-09-17T09:17:25.753+0000 7f6b18a7f640 -1 Falling back to public interface 2024-09-17T09:17:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:26 smithi110 ceph-mon[68591]: pgmap v123: 129 pgs: 18 active+undersized, 10 stale+active+clean, 10 active+undersized+degraded, 91 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 35/441 objects degraded (7.937%) 2024-09-17T09:17:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:26 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:26 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:26 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:26.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:26 smithi110 ceph-mon[68591]: Health check failed: Degraded data redundancy: 35/441 objects degraded (7.937%), 10 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:26.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:26 smithi138 ceph-mon[49866]: pgmap v123: 129 pgs: 18 active+undersized, 10 stale+active+clean, 10 active+undersized+degraded, 91 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 35/441 objects degraded (7.937%) 2024-09-17T09:17:26.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:26 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:26.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:26 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:26.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:26 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:26.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:26 smithi138 ceph-mon[49866]: Health check failed: Degraded data redundancy: 35/441 objects degraded (7.937%), 10 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:28.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:28 smithi110 ceph-mon[68591]: pgmap v124: 129 pgs: 33 active+undersized, 17 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 58/441 objects degraded (13.152%) 2024-09-17T09:17:28.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:28 smithi138 ceph-mon[49866]: pgmap v124: 129 pgs: 33 active+undersized, 17 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 58/441 objects degraded (13.152%) 2024-09-17T09:17:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:29.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:30.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:30.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:30 smithi110 ceph-mon[68591]: pgmap v125: 129 pgs: 33 active+undersized, 17 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 58/441 objects degraded (13.152%) 2024-09-17T09:17:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:30 smithi138 ceph-mon[49866]: pgmap v125: 129 pgs: 33 active+undersized, 17 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 58/441 objects degraded (13.152%) 2024-09-17T09:17:31.571 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3[87029]: 2024-09-17T09:17:31.334+0000 7f6b18a7f640 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-17T09:17:32.667 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:32 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3[87029]: 2024-09-17T09:17:32.353+0000 7f6b18a7f640 -1 osd.3 89 log_to_monitors true 2024-09-17T09:17:32.691 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:17:33.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:32 smithi110 ceph-mon[68591]: pgmap v126: 129 pgs: 33 active+undersized, 17 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 58/441 objects degraded (13.152%) 2024-09-17T09:17:33.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:32 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:33.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:32 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:33.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:32 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:33.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:32 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:33.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:32 smithi110 ceph-mon[68591]: from='osd.3 [v2:172.21.15.110:6826/891281513,v1:172.21.15.110:6827/891281513]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T09:17:33.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:32 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 58/441 objects degraded (13.152%), 17 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:32 smithi138 ceph-mon[49866]: pgmap v126: 129 pgs: 33 active+undersized, 17 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 58/441 objects degraded (13.152%) 2024-09-17T09:17:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:32 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:32 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:32 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:32 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:32 smithi138 ceph-mon[49866]: from='osd.3 [v2:172.21.15.110:6826/891281513,v1:172.21.15.110:6827/891281513]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T09:17:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:32 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 58/441 objects degraded (13.152%), 17 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:33.320 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:17:33 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3[87029]: 2024-09-17T09:17:33.213+0000 7f6b10829640 -1 osd.3 89 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:17:33.348 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:17:33.348 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 1s ago 23m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:17:33.348 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (2m) 1s ago 23m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:17:33.348 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (2m) 2m ago 22m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:17:33.348 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 1s ago 23m 38.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:17:33.348 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (18m) 1s ago 18m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:17:33.348 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (18m) 2m ago 18m 16.1M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:17:33.348 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (4m) 1s ago 24m 494M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (3m) 2m ago 22m 438M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (3m) 1s ago 25m 74.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (2m) 2m ago 22m 43.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (15m) 1s ago 15m 146M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (15m) 2m ago 15m 90.1M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 1s ago 23m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 2m ago 22m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (96s) 1s ago 22m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (66s) 1s ago 21m 186M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (37s) 1s ago 21m 166M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (8s) 1s ago 20m 11.5M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (20m) 2m ago 20m 495M 4096M 16.2.4 8d91d370c2b8 b34450b9e9b0 2024-09-17T09:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (20m) 2m ago 20m 588M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:17:33.350 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (19m) 2m ago 19m 522M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:17:33.350 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (19m) 2m ago 19m 777M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:17:33.350 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 1s ago 22m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:17:33.739 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4, 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 3 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:17:33.740 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:17:33.741 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:17:33.741 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:17:33.741 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6, 2024-09-17T09:17:33.741 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 7 2024-09-17T09:17:33.741 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:17:33.741 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:17:34.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:33 smithi110 ceph-mon[68591]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:34.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:33 smithi110 ceph-mon[68591]: from='osd.3 [v2:172.21.15.110:6826/891281513,v1:172.21.15.110:6827/891281513]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T09:17:34.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:33 smithi110 ceph-mon[68591]: osdmap e92: 8 total, 7 up, 8 in 2024-09-17T09:17:34.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:33 smithi110 ceph-mon[68591]: from='osd.3 [v2:172.21.15.110:6826/891281513,v1:172.21.15.110:6827/891281513]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T09:17:34.074 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:17:34.074 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:17:34.074 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:17:34.075 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:17:34.075 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:17:34.075 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:17:34.075 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:17:34.075 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:17:34.075 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:17:34.075 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "10/23 daemons upgraded", 2024-09-17T09:17:34.076 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T09:17:34.076 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:17:34.076 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:17:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:33 smithi138 ceph-mon[49866]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:33 smithi138 ceph-mon[49866]: from='osd.3 [v2:172.21.15.110:6826/891281513,v1:172.21.15.110:6827/891281513]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T09:17:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:33 smithi138 ceph-mon[49866]: osdmap e92: 8 total, 7 up, 8 in 2024-09-17T09:17:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:33 smithi138 ceph-mon[49866]: from='osd.3 [v2:172.21.15.110:6826/891281513,v1:172.21.15.110:6827/891281513]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-09-17T09:17:34.492 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s); Degraded data redundancy: 58/441 objects degraded (13.152%), 17 pgs degraded 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 58/441 objects degraded (13.152%), 17 pgs degraded 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1 is active+undersized+degraded, acting [2,0] 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.9 is active+undersized+degraded, acting [1,7] 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.d is active+undersized+degraded, acting [1,4] 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.e is active+undersized+degraded, acting [2,7] 2024-09-17T09:17:34.493 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.12 is active+undersized+degraded, acting [5,7] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.13 is active+undersized+degraded, acting [0,4] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.14 is active+undersized+degraded, acting [6,5] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.19 is active+undersized+degraded, acting [6,0] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1b is active+undersized+degraded, acting [7,6] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.1e is active+undersized+degraded, acting [0,5] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.14 is active+undersized+degraded, acting [1,7] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.19 is active+undersized+degraded, acting [2,0] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.1a is active+undersized+degraded, acting [4,0] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.0 is active+undersized+degraded, acting [1,4] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.a is active+undersized+degraded, acting [2,4] 2024-09-17T09:17:34.494 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.14 is active+undersized+degraded, acting [7,2] 2024-09-17T09:17:35.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: pgmap v127: 129 pgs: 33 active+undersized, 17 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 58/441 objects degraded (13.152%) 2024-09-17T09:17:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3576647567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:17:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: osd.3 [v2:172.21.15.110:6826/891281513,v1:172.21.15.110:6827/891281513] boot 2024-09-17T09:17:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: osdmap e93: 8 total, 8 up, 8 in 2024-09-17T09:17:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:35.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:34 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3592252030' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:17:35.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: pgmap v127: 129 pgs: 33 active+undersized, 17 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 58/441 objects degraded (13.152%) 2024-09-17T09:17:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3576647567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:17:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: osd.3 [v2:172.21.15.110:6826/891281513,v1:172.21.15.110:6827/891281513] boot 2024-09-17T09:17:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: osdmap e93: 8 total, 8 up, 8 in 2024-09-17T09:17:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:34 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3592252030' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:17:35.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:35 smithi110 ceph-mon[68591]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:35.784 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:35 smithi110 ceph-mon[68591]: osdmap e94: 8 total, 8 up, 8 in 2024-09-17T09:17:36.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:35 smithi138 ceph-mon[49866]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:17:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:35 smithi138 ceph-mon[49866]: osdmap e94: 8 total, 8 up, 8 in 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: pgmap v130: 129 pgs: 13 peering, 23 active+undersized, 14 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 49/441 objects degraded (11.111%) 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: pgmap v132: 129 pgs: 13 peering, 20 active+undersized, 11 active+undersized+degraded, 85 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 38/441 objects degraded (8.617%) 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: pgmap v133: 129 pgs: 13 peering, 20 active+undersized, 11 active+undersized+degraded, 85 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 38/441 objects degraded (8.617%) 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:37.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: pgmap v130: 129 pgs: 13 peering, 23 active+undersized, 14 active+undersized+degraded, 79 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 49/441 objects degraded (11.111%) 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: pgmap v132: 129 pgs: 13 peering, 20 active+undersized, 11 active+undersized+degraded, 85 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 38/441 objects degraded (8.617%) 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: pgmap v133: 129 pgs: 13 peering, 20 active+undersized, 11 active+undersized+degraded, 85 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 38/441 objects degraded (8.617%) 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:38.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:37 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:17:38.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:37 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:17:38.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:37 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 38/441 objects degraded (8.617%), 11 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:38.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:37 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:17:38.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:37 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:17:38.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:37 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 38/441 objects degraded (8.617%), 11 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:38.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:38 smithi110 ceph-mon[68591]: pgmap v134: 129 pgs: 13 peering, 15 active+undersized, 10 active+undersized+degraded, 91 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 30/441 objects degraded (6.803%) 2024-09-17T09:17:39.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:38 smithi138 ceph-mon[49866]: pgmap v134: 129 pgs: 13 peering, 15 active+undersized, 10 active+undersized+degraded, 91 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 30/441 objects degraded (6.803%) 2024-09-17T09:17:40.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:39 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:40.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:40.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:40.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:40.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:17:40.233 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:40.234 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:40.235 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:40.235 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:39 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:17:40.235 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:39 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:17:40.235 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:39 smithi138 ceph-mon[49866]: pgmap v135: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s 2024-09-17T09:17:40.235 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:39 smithi138 ceph-mon[49866]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/441 objects degraded (6.803%), 10 pgs degraded) 2024-09-17T09:17:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:39 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:17:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:17:40.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:40.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:40.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:40.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:39 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:39 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:17:40.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:39 smithi110 ceph-mon[68591]: pgmap v135: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s 2024-09-17T09:17:40.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:39 smithi110 ceph-mon[68591]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/441 objects degraded (6.803%), 10 pgs degraded) 2024-09-17T09:17:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:41 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:17:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:17:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:42.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:42.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:42.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:42.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:42.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:42.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:42.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:42.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:42.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:42.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:42.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:42.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:42.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:42.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:41 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:17:42.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:41 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:17:42.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:41 smithi110 ceph-mon[68591]: pgmap v136: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:41 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:42.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:42.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:42.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:41 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:41 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:17:42.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:41 smithi138 ceph-mon[49866]: pgmap v136: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:42 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:43.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:43.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:43.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:43.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:43.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:43.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:43.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:43.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:43.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:43.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:42 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:17:43.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:42 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:42 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:43.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:43.331 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:43.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:17:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:42 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:17:43.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:42 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:17:45.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:45.057 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:45.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:44 smithi110 ceph-mon[68591]: pgmap v137: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-09-17T09:17:45.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:44 smithi138 ceph-mon[49866]: pgmap v137: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-09-17T09:17:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:45 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:45 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:45 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:45 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:45 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T09:17:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:45 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:45 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:45 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:45 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:17:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:45 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:46 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:46.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:46.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:46.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:46.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:46 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:46 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:46 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:46.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:46.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:17:46.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:46.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:17:46.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:46.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:46.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:46.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:17:46.943 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:46.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:46.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:46.945 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:46.945 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:46.945 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:46.945 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:46.945 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:46 smithi138 ceph-mon[49866]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T09:17:46.945 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:46 smithi138 ceph-mon[49866]: Upgrade: osd.4 is safe to restart 2024-09-17T09:17:46.945 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:46 smithi138 ceph-mon[49866]: pgmap v138: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-09-17T09:17:47.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:46 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:47.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:47.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:17:47.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:17:47.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:47.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:47.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:47.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:17:47.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:46 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:17:47.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:46 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:17:47.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:46 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:47.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:47.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:17:47.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:17:47.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:47.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:47.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:47.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:17:47.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:17:47.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:17:47.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:46 smithi110 ceph-mon[68591]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:46 smithi110 ceph-mon[68591]: Upgrade: osd.4 is safe to restart 2024-09-17T09:17:47.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:46 smithi110 ceph-mon[68591]: pgmap v138: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-09-17T09:17:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:47 smithi110 ceph-mon[68591]: Upgrade: Updating osd.4 2024-09-17T09:17:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T09:17:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:47 smithi110 ceph-mon[68591]: Deploying daemon osd.4 on smithi138 2024-09-17T09:17:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:47 smithi138 ceph-mon[49866]: Upgrade: Updating osd.4 2024-09-17T09:17:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T09:17:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:47 smithi138 ceph-mon[49866]: Deploying daemon osd.4 on smithi138 2024-09-17T09:17:49.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:48 smithi138 ceph-mon[49866]: pgmap v139: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-09-17T09:17:49.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:48 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:49.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:48 smithi110 ceph-mon[68591]: pgmap v139: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-09-17T09:17:49.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:48 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:49.702 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:49 smithi138 systemd[1]: Stopping Ceph osd.4 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:17:49.703 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4[29455]: debug 2024-09-17T09:17:49.568+0000 7f0e607e3700 -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-17T09:17:49.703 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4[29455]: debug 2024-09-17T09:17:49.568+0000 7f0e607e3700 -1 osd.4 94 *** Got signal Terminated *** 2024-09-17T09:17:49.703 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4[29455]: debug 2024-09-17T09:17:49.568+0000 7f0e607e3700 -1 osd.4 94 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:17:49.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:49 smithi138 ceph-mon[49866]: pgmap v140: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-09-17T09:17:49.997 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:49 smithi138 podman[55151]: 2024-09-17 09:17:49.701716376 +0000 UTC m=+0.230498517 container died b34450b9e9b0395de051840d3228aabd3f31a8d81d88faa04b7861ebebd33036 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4, org.label-schema.build-date=20201204, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, ceph=True) 2024-09-17T09:17:50.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:49 smithi110 ceph-mon[68591]: pgmap v140: 129 pgs: 129 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-09-17T09:17:50.328 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:50 smithi138 podman[55151]: 2024-09-17 09:17:50.094829967 +0000 UTC m=+0.623612095 container cleanup b34450b9e9b0395de051840d3228aabd3f31a8d81d88faa04b7861ebebd33036 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, ceph=True, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.build-date=20201204) 2024-09-17T09:17:50.329 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:50 smithi138 bash[55151]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4 2024-09-17T09:17:50.682 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:50 smithi138 podman[55165]: 2024-09-17 09:17:50.346615309 +0000 UTC m=+0.640016848 container remove b34450b9e9b0395de051840d3228aabd3f31a8d81d88faa04b7861ebebd33036 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.4, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=HEAD, ceph=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-17T09:17:50.945 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:50 smithi138 podman[55275]: 2024-09-17 09:17:50.749251144 +0000 UTC m=+0.015750229 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:17:50.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:50.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 failed (root=default,host=smithi138) (connection refused reported by osd.6) 2024-09-17T09:17:50.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:50.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:50.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:50.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:50.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:50.946 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.2 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.3 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.2 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.3 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:50.947 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.2 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.3 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.2 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.3 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:50.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:50.949 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:50.949 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:50.949 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:50.949 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:50 smithi138 ceph-mon[49866]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:51.293 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:50 smithi138 podman[55275]: 2024-09-17 09:17:50.945283365 +0000 UTC m=+0.211782478 container create 647ec061af358ab8c34d7d39a1967cbcabd741ba65fe32dd5f6a5109952dbac6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:17:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 failed (root=default,host=smithi138) (connection refused reported by osd.6) 2024-09-17T09:17:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:51.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.2 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.3 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.2 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.3 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:51.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.2 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.3 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.2 2024-09-17T09:17:51.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.3 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.0 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.5 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.7 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.6 2024-09-17T09:17:51.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:50 smithi110 ceph-mon[68591]: osd.4 reported immediately failed by osd.1 2024-09-17T09:17:51.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:51 smithi138 podman[55275]: 2024-09-17 09:17:51.293458523 +0000 UTC m=+0.559957603 container init 647ec061af358ab8c34d7d39a1967cbcabd741ba65fe32dd5f6a5109952dbac6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux ) 2024-09-17T09:17:51.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:51 smithi138 podman[55275]: 2024-09-17 09:17:51.297244929 +0000 UTC m=+0.563744004 container start 647ec061af358ab8c34d7d39a1967cbcabd741ba65fe32dd5f6a5109952dbac6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-17T09:17:51.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:51 smithi138 podman[55275]: 2024-09-17 09:17:51.368540655 +0000 UTC m=+0.635039738 container attach 647ec061af358ab8c34d7d39a1967cbcabd741ba65fe32dd5f6a5109952dbac6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-17T09:17:51.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:51 smithi138 podman[55275]: 2024-09-17 09:17:51.476596744 +0000 UTC m=+0.743095819 container died 647ec061af358ab8c34d7d39a1967cbcabd741ba65fe32dd5f6a5109952dbac6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, ceph=True, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:17:52.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:51 smithi110 ceph-mon[68591]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:17:52.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:51 smithi110 ceph-mon[68591]: osdmap e95: 8 total, 7 up, 8 in 2024-09-17T09:17:52.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:51 smithi110 ceph-mon[68591]: pgmap v142: 129 pgs: 9 peering, 16 stale+active+clean, 104 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:17:52.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:51 smithi138 ceph-mon[49866]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:17:52.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:51 smithi138 ceph-mon[49866]: osdmap e95: 8 total, 7 up, 8 in 2024-09-17T09:17:52.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:51 smithi138 ceph-mon[49866]: pgmap v142: 129 pgs: 9 peering, 16 stale+active+clean, 104 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:17:52.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 podman[55298]: 2024-09-17 09:17:52.131254103 +0000 UTC m=+0.649098981 container remove 647ec061af358ab8c34d7d39a1967cbcabd741ba65fe32dd5f6a5109952dbac6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-17T09:17:52.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-17T09:17:52.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 systemd[1]: Stopped Ceph osd.4 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:17:52.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.4.service: Consumed 4min 37.692s CPU time. 2024-09-17T09:17:52.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 systemd[1]: Starting Ceph osd.4 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:17:52.895 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 podman[55398]: 2024-09-17 09:17:52.482762532 +0000 UTC m=+0.016301529 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:17:52.895 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 podman[55398]: 2024-09-17 09:17:52.590919072 +0000 UTC m=+0.124458064 container create be7ac7fbfedf1456735b7174408596a79f45a033ff23d042bc17434ea379d440 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-17T09:17:52.895 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 podman[55398]: 2024-09-17 09:17:52.810724296 +0000 UTC m=+0.344263303 container init be7ac7fbfedf1456735b7174408596a79f45a033ff23d042bc17434ea379d440 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:17:52.895 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 podman[55398]: 2024-09-17 09:17:52.814023266 +0000 UTC m=+0.347562264 container start be7ac7fbfedf1456735b7174408596a79f45a033ff23d042bc17434ea379d440 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-17T09:17:52.895 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:52 smithi138 podman[55398]: 2024-09-17 09:17:52.894196724 +0000 UTC m=+0.427735720 container attach be7ac7fbfedf1456735b7174408596a79f45a033ff23d042bc17434ea379d440 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-17T09:17:53.145 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:52 smithi138 ceph-mon[49866]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-17T09:17:53.145 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:52 smithi138 ceph-mon[49866]: osdmap e96: 8 total, 7 up, 8 in 2024-09-17T09:17:53.146 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate[55413]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-17T09:17:53.146 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 bash[55398]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-17T09:17:53.146 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate[55413]: 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-17T09:17:53.146 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 bash[55398]: 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-17T09:17:53.146 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate[55413]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-17T09:17:53.146 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 bash[55398]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-17T09:17:53.146 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate[55413]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-17T09:17:53.146 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 bash[55398]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-17T09:17:53.147 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate[55413]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-17T09:17:53.147 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 bash[55398]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-17T09:17:53.147 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate[55413]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-17T09:17:53.147 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 bash[55398]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-17T09:17:53.147 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate[55413]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-17T09:17:53.147 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 bash[55398]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-17T09:17:53.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:52 smithi110 ceph-mon[68591]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-17T09:17:53.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:52 smithi110 ceph-mon[68591]: osdmap e96: 8 total, 7 up, 8 in 2024-09-17T09:17:53.514 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 podman[55398]: 2024-09-17 09:17:53.163796672 +0000 UTC m=+0.697335665 container died be7ac7fbfedf1456735b7174408596a79f45a033ff23d042bc17434ea379d440 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:17:53.828 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 podman[55536]: 2024-09-17 09:17:53.756708482 +0000 UTC m=+0.582555594 container remove be7ac7fbfedf1456735b7174408596a79f45a033ff23d042bc17434ea379d440 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-activate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:17:54.186 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:53 smithi138 ceph-mon[49866]: pgmap v144: 129 pgs: 9 active+undersized, 9 peering, 9 stale+active+clean, 3 active+undersized+degraded, 99 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 3/441 objects degraded (0.680%) 2024-09-17T09:17:54.186 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 podman[55597]: 2024-09-17 09:17:53.949403136 +0000 UTC m=+0.098178442 container create db6533eae7ec62910542bfd9c3dd8e08a2fcbcb50e695c6d60b8b6729ecab3d7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux ) 2024-09-17T09:17:54.186 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:53 smithi138 podman[55597]: 2024-09-17 09:17:53.868038471 +0000 UTC m=+0.016813777 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:17:54.186 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:54 smithi138 podman[55597]: 2024-09-17 09:17:54.186024975 +0000 UTC m=+0.334800285 container init db6533eae7ec62910542bfd9c3dd8e08a2fcbcb50e695c6d60b8b6729ecab3d7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2) 2024-09-17T09:17:54.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:53 smithi110 ceph-mon[68591]: pgmap v144: 129 pgs: 9 active+undersized, 9 peering, 9 stale+active+clean, 3 active+undersized+degraded, 99 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 3/441 objects degraded (0.680%) 2024-09-17T09:17:54.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:54 smithi138 podman[55597]: 2024-09-17 09:17:54.189214496 +0000 UTC m=+0.337989805 container start db6533eae7ec62910542bfd9c3dd8e08a2fcbcb50e695c6d60b8b6729ecab3d7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:17:54.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:54 smithi138 ceph-osd[55616]: -- 172.21.15.138:0/3021523197 <== mon.1 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cc9b82f1e0 con 0x55cc9b7cdc00 2024-09-17T09:17:54.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:54 smithi138 bash[55597]: db6533eae7ec62910542bfd9c3dd8e08a2fcbcb50e695c6d60b8b6729ecab3d7 2024-09-17T09:17:54.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:54 smithi138 systemd[1]: Started Ceph osd.4 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:17:54.987 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:17:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:17:54.725+0000 7f1d3205c640 -1 Falling back to public interface 2024-09-17T09:17:54.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:54 smithi138 ceph-mon[49866]: Health check failed: Degraded data redundancy: 3/441 objects degraded (0.680%), 3 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:54.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:54.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:54.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:54 smithi110 ceph-mon[68591]: Health check failed: Degraded data redundancy: 3/441 objects degraded (0.680%), 3 pgs degraded (PG_DEGRADED) 2024-09-17T09:17:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:56.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:55 smithi110 ceph-mon[68591]: pgmap v145: 129 pgs: 35 active+undersized, 9 peering, 12 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 37/441 objects degraded (8.390%) 2024-09-17T09:17:56.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:55 smithi138 ceph-mon[49866]: pgmap v145: 129 pgs: 35 active+undersized, 9 peering, 12 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 37/441 objects degraded (8.390%) 2024-09-17T09:17:58.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:57 smithi138 ceph-mon[49866]: pgmap v146: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 50/441 objects degraded (11.338%) 2024-09-17T09:17:58.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:57 smithi138 ceph-mon[49866]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T09:17:58.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:57 smithi110 ceph-mon[68591]: pgmap v146: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 50/441 objects degraded (11.338%) 2024-09-17T09:17:58.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:57 smithi110 ceph-mon[68591]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T09:17:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:17:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:59.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:17:59.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:17:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:00.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:00 smithi138 ceph-mon[49866]: pgmap v147: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:00.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:00 smithi110 ceph-mon[68591]: pgmap v147: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:01 smithi138 ceph-mon[49866]: pgmap v148: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:02.079 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:18:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:18:01.709+0000 7f1d3205c640 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-17T09:18:02.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:01 smithi110 ceph-mon[68591]: pgmap v148: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:03.080 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:18:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:18:02.728+0000 7f1d3205c640 -1 osd.4 94 log_to_monitors true 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: pgmap v149: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 198 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: pgmap v150: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 243 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:03.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:03.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:18:03.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:18:03.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 50/441 objects degraded (11.338%), 16 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:03.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: from='osd.4 [v2:172.21.15.138:6800/3793595515,v1:172.21.15.138:6801/3793595515]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T09:18:03.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:03 smithi110 ceph-mon[68591]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T09:18:03.578 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:18:03.256+0000 7f1d29e06640 -1 osd.4 94 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: pgmap v149: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 198 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: pgmap v150: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 243 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:03.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:03.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:18:03.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:18:03.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 50/441 objects degraded (11.338%), 16 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:03.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: from='osd.4 [v2:172.21.15.138:6800/3793595515,v1:172.21.15.138:6801/3793595515]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T09:18:03.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:03 smithi138 ceph-mon[49866]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T09:18:04.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:04 smithi110 ceph-mon[68591]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T09:18:04.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:04 smithi110 ceph-mon[68591]: osdmap e97: 8 total, 7 up, 8 in 2024-09-17T09:18:04.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:04 smithi110 ceph-mon[68591]: from='osd.4 [v2:172.21.15.138:6800/3793595515,v1:172.21.15.138:6801/3793595515]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:04.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:04 smithi110 ceph-mon[68591]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:04.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:04.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:04 smithi138 ceph-mon[49866]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T09:18:04.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:04 smithi138 ceph-mon[49866]: osdmap e97: 8 total, 7 up, 8 in 2024-09-17T09:18:04.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:04 smithi138 ceph-mon[49866]: from='osd.4 [v2:172.21.15.138:6800/3793595515,v1:172.21.15.138:6801/3793595515]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:04.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:04 smithi138 ceph-mon[49866]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:04.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:04.841 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:18:05.491 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:18:05.491 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 33s ago 24m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (2m) 33s ago 24m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (2m) 7s ago 23m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 33s ago 23m 38.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (18m) 33s ago 18m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (18m) 7s ago 18m 16.6M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (5m) 33s ago 25m 494M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (4m) 7s ago 23m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (3m) 33s ago 25m 74.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (3m) 7s ago 23m 53.1M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (15m) 33s ago 15m 146M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (15m) 7s ago 15m 90.5M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:18:05.492 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 33s ago 23m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 7s ago 22m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (2m) 33s ago 22m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (98s) 33s ago 22m 186M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (69s) 33s ago 21m 166M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (40s) 33s ago 21m 11.5M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (11s) 7s ago 21m 14.2M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 db6533eae7ec 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (20m) 7s ago 20m 586M 4096M 16.2.4 8d91d370c2b8 e4f4789d0fde 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (20m) 7s ago 20m 520M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (20m) 7s ago 20m 773M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:18:05.493 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 33s ago 23m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:18:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:05 smithi110 ceph-mon[68591]: pgmap v152: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 320 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:05 smithi110 ceph-mon[68591]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:18:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:05 smithi110 ceph-mon[68591]: osd.4 [v2:172.21.15.138:6800/3793595515,v1:172.21.15.138:6801/3793595515] boot 2024-09-17T09:18:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:05 smithi110 ceph-mon[68591]: osdmap e98: 8 total, 8 up, 8 in 2024-09-17T09:18:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:05 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:18:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:05 smithi110 ceph-mon[68591]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:05.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:05 smithi110 ceph-mon[68591]: osdmap e99: 8 total, 8 up, 8 in 2024-09-17T09:18:05.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:05 smithi138 ceph-mon[49866]: pgmap v152: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 320 B/s rd, 0 op/s; 50/441 objects degraded (11.338%) 2024-09-17T09:18:05.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:05 smithi138 ceph-mon[49866]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:18:05.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:05 smithi138 ceph-mon[49866]: osd.4 [v2:172.21.15.138:6800/3793595515,v1:172.21.15.138:6801/3793595515] boot 2024-09-17T09:18:05.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:05 smithi138 ceph-mon[49866]: osdmap e98: 8 total, 8 up, 8 in 2024-09-17T09:18:05.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:05 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:18:05.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:05 smithi138 ceph-mon[49866]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:05.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:05 smithi138 ceph-mon[49866]: osdmap e99: 8 total, 8 up, 8 in 2024-09-17T09:18:05.903 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:18:05.903 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:18:05.903 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:18:05.903 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:18:05.903 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 5 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5, 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 9 2024-09-17T09:18:05.904 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:18:05.905 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:18:06.234 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:18:06.234 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:18:06.234 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "11/23 daemons upgraded", 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:18:06.235 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:18:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:06 smithi110 ceph-mon[68591]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:06 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:06.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:06.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:06.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:06.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:06.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:06.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:06.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:06 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:18:06.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:06 smithi110 ceph-mon[68591]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:06.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:06 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:18:06.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:06 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3395898517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:06.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:06 smithi138 ceph-mon[49866]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:06.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:06 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:06.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:06.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:18:06.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:06.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:06.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:06.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:06.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:06 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:18:06.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:06 smithi138 ceph-mon[49866]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:06.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:06 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:18:06.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:06 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3395898517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s); Degraded data redundancy: 5/441 objects degraded (1.134%), 5 pgs degraded 2024-09-17T09:18:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:18:06.628 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:18:06.628 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:18:06.628 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:18:06.628 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:18:06.629 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:18:06.629 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 5/441 objects degraded (1.134%), 5 pgs degraded 2024-09-17T09:18:06.629 INFO:teuthology.orchestra.run.smithi110.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2024-09-17T09:18:06.629 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.13 is active+undersized+degraded, acting [6,1] 2024-09-17T09:18:06.629 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.1a is active+undersized+degraded, acting [3,0] 2024-09-17T09:18:06.629 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.0 is active+undersized+degraded, acting [3,1] 2024-09-17T09:18:06.629 INFO:teuthology.orchestra.run.smithi110.stdout: pg 5.a is active+undersized+degraded, acting [2,3] 2024-09-17T09:18:07.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:07 smithi110 ceph-mon[68591]: pgmap v155: 129 pgs: 20 peering, 18 active+undersized, 5 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5/441 objects degraded (1.134%) 2024-09-17T09:18:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:07 smithi110 ceph-mon[68591]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:07.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:07 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/9724520' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:18:07.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:07 smithi138 ceph-mon[49866]: pgmap v155: 129 pgs: 20 peering, 18 active+undersized, 5 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5/441 objects degraded (1.134%) 2024-09-17T09:18:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:07 smithi138 ceph-mon[49866]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:07.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:07 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/9724520' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:18:08.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:08 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 5/441 objects degraded (1.134%), 5 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:08.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:08 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 5/441 objects degraded (1.134%), 5 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:09 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:09.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:09.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:09.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:09 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:09 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:09 smithi110 ceph-mon[68591]: pgmap v156: 129 pgs: 20 peering, 16 active+undersized, 4 active+undersized+degraded, 89 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 4/441 objects degraded (0.907%) 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:09 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:09.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:09.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:09.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:09.328 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:09.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:09.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:09.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:09.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:09 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:18:09.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:09 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:18:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:09 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:18:09.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:09.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:09.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:09 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:09 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:09 smithi138 ceph-mon[49866]: pgmap v156: 129 pgs: 20 peering, 16 active+undersized, 4 active+undersized+degraded, 89 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 4/441 objects degraded (0.907%) 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:09 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:09.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:09.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:09 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:18:09.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:09 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:18:10.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:10 smithi110 ceph-mon[68591]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/441 objects degraded (0.907%), 4 pgs degraded) 2024-09-17T09:18:10.568 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:10 smithi138 ceph-mon[49866]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/441 objects degraded (0.907%), 4 pgs degraded) 2024-09-17T09:18:11.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:11 smithi110 ceph-mon[68591]: pgmap v157: 129 pgs: 129 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-17T09:18:11.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:11 smithi138 ceph-mon[49866]: pgmap v157: 129 pgs: 129 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-17T09:18:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:18:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:12 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T09:18:12.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:18:12.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:12.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:12.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:12.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:12 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T09:18:13.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:13 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:13.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:13.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:13.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:13.581 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:13.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:13.583 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:13 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:13 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:13 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:13.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:13.585 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:13.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:13.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:13 smithi138 ceph-mon[49866]: pgmap v158: 129 pgs: 129 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:13 smithi138 ceph-mon[49866]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T09:18:13.588 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:13 smithi138 ceph-mon[49866]: Upgrade: osd.5 is safe to restart 2024-09-17T09:18:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:13 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:18:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:18:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:13.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:13.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:13.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:13.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:13 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:13 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:18:13.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:13 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:13.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:13.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:13.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:13.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:13.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:13.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:13.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:13.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:13.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:13.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:13 smithi110 ceph-mon[68591]: pgmap v158: 129 pgs: 129 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:18:13.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:13 smithi110 ceph-mon[68591]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T09:18:13.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:13 smithi110 ceph-mon[68591]: Upgrade: osd.5 is safe to restart 2024-09-17T09:18:14.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:14.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:14.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:14 smithi138 ceph-mon[49866]: Upgrade: Updating osd.5 2024-09-17T09:18:14.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:14.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T09:18:14.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:14.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:14 smithi138 ceph-mon[49866]: Deploying daemon osd.5 on smithi138 2024-09-17T09:18:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:14 smithi110 ceph-mon[68591]: Upgrade: Updating osd.5 2024-09-17T09:18:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T09:18:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:14 smithi110 ceph-mon[68591]: Deploying daemon osd.5 on smithi138 2024-09-17T09:18:15.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:15 smithi110 ceph-mon[68591]: pgmap v159: 129 pgs: 129 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:18:16.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:15 smithi138 ceph-mon[49866]: pgmap v159: 129 pgs: 129 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:18:16.805 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:16 smithi138 systemd[1]: Stopping Ceph osd.5 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:18:16.805 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5[31927]: debug 2024-09-17T09:18:16.641+0000 7fd243425700 -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-17T09:18:16.805 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5[31927]: debug 2024-09-17T09:18:16.641+0000 7fd243425700 -1 osd.5 99 *** Got signal Terminated *** 2024-09-17T09:18:16.805 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5[31927]: debug 2024-09-17T09:18:16.641+0000 7fd243425700 -1 osd.5 99 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:18:17.078 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:16 smithi138 podman[57589]: 2024-09-17 09:18:16.804003044 +0000 UTC m=+0.256684282 container died e4f4789d0fde61936933c3badc3d7f7c1bdfc1791165f1f85f34d8756263c00e (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.name=CentOS Base Image, ceph=True, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau ) 2024-09-17T09:18:17.476 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:17 smithi138 podman[57589]: 2024-09-17 09:18:17.165534552 +0000 UTC m=+0.618215780 container cleanup e4f4789d0fde61936933c3badc3d7f7c1bdfc1791165f1f85f34d8756263c00e (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.name=CentOS Base Image, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, ceph=True, org.label-schema.build-date=20201204, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T09:18:17.476 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:17 smithi138 bash[57589]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5 2024-09-17T09:18:17.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:17 smithi138 podman[57603]: 2024-09-17 09:18:17.475515807 +0000 UTC m=+0.670628693 container remove e4f4789d0fde61936933c3badc3d7f7c1bdfc1791165f1f85f34d8756263c00e (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.5, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T09:18:17.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: pgmap v160: 129 pgs: 129 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-09-17T09:18:17.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.6 2024-09-17T09:18:17.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 failed (root=default,host=smithi138) (connection refused reported by osd.6) 2024-09-17T09:18:17.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.6 2024-09-17T09:18:17.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.4 2024-09-17T09:18:17.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.7 2024-09-17T09:18:17.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.4 2024-09-17T09:18:17.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.7 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.3 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.0 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.1 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.2 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.3 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.0 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.1 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.2 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.6 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.6 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.7 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.4 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.7 2024-09-17T09:18:17.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.4 2024-09-17T09:18:17.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.2 2024-09-17T09:18:17.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.3 2024-09-17T09:18:17.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.0 2024-09-17T09:18:17.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.1 2024-09-17T09:18:17.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.2 2024-09-17T09:18:17.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.3 2024-09-17T09:18:17.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.0 2024-09-17T09:18:17.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:17 smithi138 ceph-mon[49866]: osd.5 reported immediately failed by osd.1 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: pgmap v160: 129 pgs: 129 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.6 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 failed (root=default,host=smithi138) (connection refused reported by osd.6) 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.6 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.4 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.7 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.4 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.7 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.3 2024-09-17T09:18:18.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.0 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.1 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.2 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.3 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.0 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.1 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.2 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.6 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.6 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.7 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.4 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.7 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.4 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.2 2024-09-17T09:18:18.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.3 2024-09-17T09:18:18.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.0 2024-09-17T09:18:18.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.1 2024-09-17T09:18:18.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.2 2024-09-17T09:18:18.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.3 2024-09-17T09:18:18.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.0 2024-09-17T09:18:18.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:17 smithi110 ceph-mon[68591]: osd.5 reported immediately failed by osd.1 2024-09-17T09:18:18.272 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:17 smithi138 podman[57706]: 2024-09-17 09:18:17.840375512 +0000 UTC m=+0.016196302 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:18:18.272 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:17 smithi138 podman[57706]: 2024-09-17 09:18:17.95143791 +0000 UTC m=+0.127258746 container create 71f0d9fa2266f608b4830a00ed4b3c4e413e9539d596a43ff79a59a97cee8bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-17T09:18:18.272 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:18 smithi138 podman[57706]: 2024-09-17 09:18:18.179858925 +0000 UTC m=+0.355679706 container init 71f0d9fa2266f608b4830a00ed4b3c4e413e9539d596a43ff79a59a97cee8bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-17T09:18:18.272 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:18 smithi138 podman[57706]: 2024-09-17 09:18:18.183043784 +0000 UTC m=+0.358864568 container start 71f0d9fa2266f608b4830a00ed4b3c4e413e9539d596a43ff79a59a97cee8bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:18:18.272 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:18 smithi138 podman[57706]: 2024-09-17 09:18:18.2715269 +0000 UTC m=+0.447347688 container attach 71f0d9fa2266f608b4830a00ed4b3c4e413e9539d596a43ff79a59a97cee8bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b) 2024-09-17T09:18:18.579 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:18 smithi138 podman[57706]: 2024-09-17 09:18:18.395864872 +0000 UTC m=+0.571685662 container died 71f0d9fa2266f608b4830a00ed4b3c4e413e9539d596a43ff79a59a97cee8bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=) 2024-09-17T09:18:19.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:18 smithi138 ceph-mon[49866]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:18:19.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:18 smithi138 ceph-mon[49866]: osdmap e100: 8 total, 7 up, 8 in 2024-09-17T09:18:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:18 smithi110 ceph-mon[68591]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:18:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:18 smithi110 ceph-mon[68591]: osdmap e100: 8 total, 7 up, 8 in 2024-09-17T09:18:19.329 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 podman[57730]: 2024-09-17 09:18:19.00060616 +0000 UTC m=+0.598974259 container remove 71f0d9fa2266f608b4830a00ed4b3c4e413e9539d596a43ff79a59a97cee8bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-17T09:18:19.330 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-17T09:18:19.330 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 systemd[1]: Stopped Ceph osd.5 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:18:19.330 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.5.service: Consumed 4min 51.592s CPU time. 2024-09-17T09:18:19.330 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 systemd[1]: Starting Ceph osd.5 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:18:19.687 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:19 smithi138 ceph-mon[49866]: pgmap v162: 129 pgs: 7 peering, 13 stale+active+clean, 109 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:18:19.687 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:19 smithi138 ceph-mon[49866]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-17T09:18:19.688 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:19 smithi138 ceph-mon[49866]: osdmap e101: 8 total, 7 up, 8 in 2024-09-17T09:18:19.688 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:19.688 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 podman[57827]: 2024-09-17 09:18:19.335842146 +0000 UTC m=+0.016389839 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:18:19.688 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 podman[57827]: 2024-09-17 09:18:19.443018251 +0000 UTC m=+0.123565933 container create df815c5357ff0f4316ea763f39160790d6225e293ce21f7c768dea6ae22441d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:18:19.688 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 podman[57827]: 2024-09-17 09:18:19.687243331 +0000 UTC m=+0.367791041 container init df815c5357ff0f4316ea763f39160790d6225e293ce21f7c768dea6ae22441d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS) 2024-09-17T09:18:19.987 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 podman[57827]: 2024-09-17 09:18:19.690882836 +0000 UTC m=+0.371430518 container start df815c5357ff0f4316ea763f39160790d6225e293ce21f7c768dea6ae22441d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-17T09:18:19.987 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 podman[57827]: 2024-09-17 09:18:19.762395746 +0000 UTC m=+0.442943456 container attach df815c5357ff0f4316ea763f39160790d6225e293ce21f7c768dea6ae22441d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate, ceph=True, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:18:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:19 smithi110 ceph-mon[68591]: pgmap v162: 129 pgs: 7 peering, 13 stale+active+clean, 109 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:18:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:19 smithi110 ceph-mon[68591]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-17T09:18:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:19 smithi110 ceph-mon[68591]: osdmap e101: 8 total, 7 up, 8 in 2024-09-17T09:18:20.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:20.324 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate[57843]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-17T09:18:20.324 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 bash[57827]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-17T09:18:20.324 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate[57843]: 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-17T09:18:20.324 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:19 smithi138 bash[57827]: 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-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate[57843]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 bash[57827]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate[57843]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 bash[57827]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate[57843]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 bash[57827]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate[57843]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 bash[57827]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate[57843]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 bash[57827]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-17T09:18:20.325 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 podman[57827]: 2024-09-17 09:18:20.034114063 +0000 UTC m=+0.714661746 container died df815c5357ff0f4316ea763f39160790d6225e293ce21f7c768dea6ae22441d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_CLEAN=True) 2024-09-17T09:18:20.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:20 smithi138 ceph-mon[49866]: Health check failed: Degraded data redundancy: 19/441 objects degraded (4.308%), 6 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:20.940 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 podman[57966]: 2024-09-17 09:18:20.615850372 +0000 UTC m=+0.572464640 container remove df815c5357ff0f4316ea763f39160790d6225e293ce21f7c768dea6ae22441d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-activate, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, 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.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True) 2024-09-17T09:18:20.940 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 podman[58023]: 2024-09-17 09:18:20.816906754 +0000 UTC m=+0.106163816 container create 0de5a9977e8bdf5bc9092a9a3fc1624588347d78512426ed0db1394d6a6ae105 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-17T09:18:20.940 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:20 smithi138 podman[58023]: 2024-09-17 09:18:20.726255342 +0000 UTC m=+0.015512424 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:18:21.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:20 smithi110 ceph-mon[68591]: Health check failed: Degraded data redundancy: 19/441 objects degraded (4.308%), 6 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:21.328 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:21 smithi138 podman[58023]: 2024-09-17 09:18:21.05259267 +0000 UTC m=+0.341849753 container init 0de5a9977e8bdf5bc9092a9a3fc1624588347d78512426ed0db1394d6a6ae105 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5, GIT_BRANCH=HEAD, ceph=True, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-17T09:18:21.329 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:21 smithi138 podman[58023]: 2024-09-17 09:18:21.055818516 +0000 UTC m=+0.345075580 container start 0de5a9977e8bdf5bc9092a9a3fc1624588347d78512426ed0db1394d6a6ae105 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:18:21.329 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:21 smithi138 ceph-osd[58043]: -- 172.21.15.138:0/1122009572 <== mon.1 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564e880c11e0 con 0x564e8805fc00 2024-09-17T09:18:21.329 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:21 smithi138 bash[58023]: 0de5a9977e8bdf5bc9092a9a3fc1624588347d78512426ed0db1394d6a6ae105 2024-09-17T09:18:21.329 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:21 smithi138 systemd[1]: Started Ceph osd.5 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:18:21.936 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:21 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:18:21.597+0000 7f5b29ea9640 -1 Falling back to public interface 2024-09-17T09:18:21.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:21 smithi138 ceph-mon[49866]: pgmap v164: 129 pgs: 7 active+undersized, 18 peering, 4 stale+active+clean, 6 active+undersized+degraded, 94 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 19/441 objects degraded (4.308%) 2024-09-17T09:18:21.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:21.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:21.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:18:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:21 smithi110 ceph-mon[68591]: pgmap v164: 129 pgs: 7 active+undersized, 18 peering, 4 stale+active+clean, 6 active+undersized+degraded, 94 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 19/441 objects degraded (4.308%) 2024-09-17T09:18:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:18:24.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:23 smithi110 ceph-mon[68591]: pgmap v165: 129 pgs: 18 active+undersized, 18 peering, 9 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 26/441 objects degraded (5.896%) 2024-09-17T09:18:24.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:23 smithi138 ceph-mon[49866]: pgmap v165: 129 pgs: 18 active+undersized, 18 peering, 9 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 26/441 objects degraded (5.896%) 2024-09-17T09:18:25.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:24 smithi138 ceph-mon[49866]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 8 pgs peering) 2024-09-17T09:18:25.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:24 smithi110 ceph-mon[68591]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 8 pgs peering) 2024-09-17T09:18:25.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:25 smithi110 ceph-mon[68591]: pgmap v166: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:26.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:25 smithi138 ceph-mon[49866]: pgmap v166: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:26.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:26.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:27.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:26 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:27.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:26 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:27.077 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:26 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:27.077 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:26 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:28.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:27 smithi110 ceph-mon[68591]: pgmap v167: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 238 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:27 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 43/441 objects degraded (9.751%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:27 smithi138 ceph-mon[49866]: pgmap v167: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 238 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:27 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 43/441 objects degraded (9.751%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:28.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:28 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:18:28.537+0000 7f5b29ea9640 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-17T09:18:29.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: pgmap v168: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:29.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:29.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:29.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:18:29.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='osd.5 [v2:172.21.15.138:6808/3437945476,v1:172.21.15.138:6809/3437945476]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T09:18:29.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:29 smithi110 ceph-mon[68591]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T09:18:29.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:18:29.491+0000 7f5b29ea9640 -1 osd.5 99 log_to_monitors true 2024-09-17T09:18:29.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: pgmap v168: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:29.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:29.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:29.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:18:29.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:29.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='osd.5 [v2:172.21.15.138:6808/3437945476,v1:172.21.15.138:6809/3437945476]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T09:18:29.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:29 smithi138 ceph-mon[49866]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T09:18:30.819 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:18:30.819 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: pgmap v169: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 197 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:30.819 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: pgmap v170: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 233 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:30.819 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:18:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:18:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T09:18:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: osdmap e102: 8 total, 7 up, 8 in 2024-09-17T09:18:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: from='osd.5 [v2:172.21.15.138:6808/3437945476,v1:172.21.15.138:6809/3437945476]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:30.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:30 smithi110 ceph-mon[68591]: from='osd.5 ' entity='osd.5' 2024-09-17T09:18:30.828 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:18:30.487+0000 7f5b1dc4b640 -1 osd.5 99 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: pgmap v169: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 197 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: pgmap v170: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 233 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: osdmap e102: 8 total, 7 up, 8 in 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: from='osd.5 [v2:172.21.15.138:6808/3437945476,v1:172.21.15.138:6809/3437945476]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:30 smithi138 ceph-mon[49866]: from='osd.5 ' entity='osd.5' 2024-09-17T09:18:32.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:31 smithi110 ceph-mon[68591]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:18:32.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:31 smithi110 ceph-mon[68591]: osd.5 [v2:172.21.15.138:6808/3437945476,v1:172.21.15.138:6809/3437945476] boot 2024-09-17T09:18:32.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:31 smithi110 ceph-mon[68591]: osdmap e103: 8 total, 8 up, 8 in 2024-09-17T09:18:32.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:31 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:18:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:31 smithi138 ceph-mon[49866]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:18:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:31 smithi138 ceph-mon[49866]: osd.5 [v2:172.21.15.138:6808/3437945476,v1:172.21.15.138:6809/3437945476] boot 2024-09-17T09:18:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:31 smithi138 ceph-mon[49866]: osdmap e103: 8 total, 8 up, 8 in 2024-09-17T09:18:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:31 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:18:32.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:32 smithi110 ceph-mon[68591]: pgmap v172: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:32.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:32 smithi110 ceph-mon[68591]: osdmap e104: 8 total, 8 up, 8 in 2024-09-17T09:18:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:32 smithi138 ceph-mon[49866]: pgmap v172: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 0 op/s; 43/441 objects degraded (9.751%) 2024-09-17T09:18:33.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:32 smithi138 ceph-mon[49866]: osdmap e104: 8 total, 8 up, 8 in 2024-09-17T09:18:33.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:33 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:33.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:33.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:18:33.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:18:33.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:33.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:33.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:33.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:33.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:33.825 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:33.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:33.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:18:33.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:18:33.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:33.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:33.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:33.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:33.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:33 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:18:33.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:33 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:18:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:33 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:18:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:18:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:34.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:34.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:34.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:34.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:33 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:18:34.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:33 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:18:35.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:34 smithi110 ceph-mon[68591]: pgmap v175: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 43/441 objects degraded (9.751%) 2024-09-17T09:18:35.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:34 smithi138 ceph-mon[49866]: pgmap v175: 129 pgs: 31 active+undersized, 14 active+undersized+degraded, 84 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 43/441 objects degraded (9.751%) 2024-09-17T09:18:35.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:35 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 23/441 objects degraded (5.215%), 7 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:36.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:35 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 23/441 objects degraded (5.215%), 7 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:36.971 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:18:36.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:36 smithi110 ceph-mon[68591]: pgmap v176: 129 pgs: 20 active+undersized, 7 active+undersized+degraded, 102 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 23/441 objects degraded (5.215%) 2024-09-17T09:18:36.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:36 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:36.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:36.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:36.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:36.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:36.975 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:36.976 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:36 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:36 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:36 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:36.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:36.978 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:36.979 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:18:36.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:36.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:36.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:36.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:36.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:36.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:36.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:36 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:18:36.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:36 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:18:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:36 smithi138 ceph-mon[49866]: pgmap v176: 129 pgs: 20 active+undersized, 7 active+undersized+degraded, 102 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 23/441 objects degraded (5.215%) 2024-09-17T09:18:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:36 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:37.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:37.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:37.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:37.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:37.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:36 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:36 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:36 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:37.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:37.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:37.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:37.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:37.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:37.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:37.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:37.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:18:37.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:36 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:18:37.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:36 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:18:37.614 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:18:37.614 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 65s ago 24m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:18:37.614 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (3m) 65s ago 24m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:18:37.614 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (3m) 12s ago 23m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:18:37.614 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 65s ago 24m 38.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:18:37.614 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (19m) 65s ago 19m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (19m) 12s ago 19m 16.6M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (5m) 65s ago 25m 494M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (4m) 12s ago 23m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (4m) 65s ago 26m 74.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (3m) 12s ago 23m 54.4M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (16m) 65s ago 16m 146M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (16m) 12s ago 16m 90.5M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 65s ago 24m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 12s ago 23m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (2m) 65s ago 23m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (2m) 65s ago 22m 186M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (101s) 65s ago 22m 166M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:18:37.615 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (72s) 65s ago 21m 11.5M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:18:37.616 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (43s) 12s ago 21m 213M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 db6533eae7ec 2024-09-17T09:18:37.616 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (16s) 12s ago 21m 11.6M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0de5a9977e8b 2024-09-17T09:18:37.616 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (21m) 12s ago 21m 521M 4096M 16.2.4 8d91d370c2b8 13ae09486335 2024-09-17T09:18:37.616 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (20m) 12s ago 20m 773M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:18:37.616 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 65s ago 24m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2, 2024-09-17T09:18:38.002 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 6 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4, 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 10 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:18:38.003 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:18:38.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:37 smithi110 ceph-mon[68591]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/441 objects degraded (5.215%), 7 pgs degraded) 2024-09-17T09:18:38.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:37 smithi138 ceph-mon[49866]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/441 objects degraded (5.215%), 7 pgs degraded) 2024-09-17T09:18:38.333 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "12/23 daemons upgraded", 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:18:38.334 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:18:38.722 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:18:38.722 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:18:38.722 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:18:38.722 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:18:38.722 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:18:38.722 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:18:38.723 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:18:39.062 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:38 smithi110 ceph-mon[68591]: from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:39.062 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:38 smithi110 ceph-mon[68591]: pgmap v177: 129 pgs: 129 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:18:39.062 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:38 smithi110 ceph-mon[68591]: from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:39.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:38 smithi110 ceph-mon[68591]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:39.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:38 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1910631977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:39.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:38 smithi138 ceph-mon[49866]: from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:38 smithi138 ceph-mon[49866]: pgmap v177: 129 pgs: 129 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:18:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:38 smithi138 ceph-mon[49866]: from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:38 smithi138 ceph-mon[49866]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:38 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1910631977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:39.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:39 smithi110 ceph-mon[68591]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:39 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3821369475' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:18:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:18:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:39.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T09:18:39.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:39 smithi138 ceph-mon[49866]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:18:39.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:39 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3821369475' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:18:39.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:18:39.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:39.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:39.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:18:39.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T09:18:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:40 smithi138 ceph-mon[49866]: pgmap v178: 129 pgs: 129 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:18:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:18:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:18:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:40 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:18:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:40 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:18:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:18:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:18:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:40.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:18:40.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:40.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:40.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:40 smithi138 ceph-mon[49866]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T09:18:40.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:40 smithi138 ceph-mon[49866]: Upgrade: osd.6 is safe to restart 2024-09-17T09:18:41.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:40 smithi110 ceph-mon[68591]: pgmap v178: 129 pgs: 129 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:18:41.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:41.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:41.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:18:41.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:41.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:41.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:41.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:41.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:18:41.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:18:41.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:40 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:40 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:41.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:18:41.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:18:41.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:18:41.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:18:41.081 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:41.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:18:41.085 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:18:41.085 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:18:41.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:41.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:41.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:18:41.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:18:41.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:18:41.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:18:41.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:18:41.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:18:41.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:18:41.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:18:41.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:18:41.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:18:41.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:18:41.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:18:41.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:18:41.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:18:41.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:40 smithi110 ceph-mon[68591]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T09:18:41.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:40 smithi110 ceph-mon[68591]: Upgrade: osd.6 is safe to restart 2024-09-17T09:18:42.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:41 smithi138 ceph-mon[49866]: Upgrade: Updating osd.6 2024-09-17T09:18:42.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:42.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T09:18:42.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:42.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:41 smithi138 ceph-mon[49866]: Deploying daemon osd.6 on smithi138 2024-09-17T09:18:42.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:41 smithi110 ceph-mon[68591]: Upgrade: Updating osd.6 2024-09-17T09:18:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T09:18:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:42.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:41 smithi110 ceph-mon[68591]: Deploying daemon osd.6 on smithi138 2024-09-17T09:18:43.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:42 smithi138 ceph-mon[49866]: pgmap v179: 129 pgs: 129 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 0 op/s 2024-09-17T09:18:43.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:42 smithi110 ceph-mon[68591]: pgmap v179: 129 pgs: 129 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 0 op/s 2024-09-17T09:18:44.025 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:43 smithi138 systemd[1]: Stopping Ceph osd.6 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:18:44.025 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6[34389]: debug 2024-09-17T09:18:43.880+0000 7fe527259700 -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-17T09:18:44.025 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6[34389]: debug 2024-09-17T09:18:43.880+0000 7fe527259700 -1 osd.6 104 *** Got signal Terminated *** 2024-09-17T09:18:44.026 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6[34389]: debug 2024-09-17T09:18:43.880+0000 7fe527259700 -1 osd.6 104 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:18:44.328 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:44 smithi138 podman[60012]: 2024-09-17 09:18:44.023945415 +0000 UTC m=+0.254758052 container died 13ae094863356c007beca0498251b8433e2526d527ae241e270546c042147de4 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4) 2024-09-17T09:18:44.633 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:44 smithi138 podman[60012]: 2024-09-17 09:18:44.422836448 +0000 UTC m=+0.653649077 container cleanup 13ae094863356c007beca0498251b8433e2526d527ae241e270546c042147de4 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T09:18:44.633 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:44 smithi138 bash[60012]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6 2024-09-17T09:18:44.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: pgmap v180: 129 pgs: 129 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-09-17T09:18:44.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:44.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:44.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.7 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 failed (root=default,host=smithi138) (connection refused reported by osd.7) 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.7 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.4 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.0 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.1 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.2 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.3 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.4 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.0 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.1 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.2 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.3 2024-09-17T09:18:44.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.5 2024-09-17T09:18:44.635 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:44 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.5 2024-09-17T09:18:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: pgmap v180: 129 pgs: 129 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-09-17T09:18:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.7 2024-09-17T09:18:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 failed (root=default,host=smithi138) (connection refused reported by osd.7) 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.7 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.4 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.0 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.1 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.2 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.3 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.4 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.0 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.1 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.2 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.3 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.5 2024-09-17T09:18:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:44 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.5 2024-09-17T09:18:45.078 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:44 smithi138 podman[60026]: 2024-09-17 09:18:44.632494808 +0000 UTC m=+0.608601183 container remove 13ae094863356c007beca0498251b8433e2526d527ae241e270546c042147de4 (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.6, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-17T09:18:45.446 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:45 smithi138 podman[60161]: 2024-09-17 09:18:45.108446964 +0000 UTC m=+0.111772302 container create 680237b6d083adc8997218e96ca07758d2a703e8943fb36a4b0d1938d332ffac (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-17T09:18:45.446 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:45 smithi138 podman[60161]: 2024-09-17 09:18:45.013056578 +0000 UTC m=+0.016381923 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:18:45.446 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:45 smithi138 podman[60161]: 2024-09-17 09:18:45.445450228 +0000 UTC m=+0.448775585 container init 680237b6d083adc8997218e96ca07758d2a703e8943fb36a4b0d1938d332ffac (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_CLEAN=True) 2024-09-17T09:18:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.7 2024-09-17T09:18:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.7 2024-09-17T09:18:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.0 2024-09-17T09:18:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.1 2024-09-17T09:18:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.2 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.3 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.5 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.0 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.1 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.2 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.3 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.5 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.4 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osd.6 reported immediately failed by osd.4 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:18:45.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:45 smithi138 ceph-mon[49866]: osdmap e105: 8 total, 7 up, 8 in 2024-09-17T09:18:45.830 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:45 smithi138 podman[60161]: 2024-09-17 09:18:45.448833641 +0000 UTC m=+0.452158981 container start 680237b6d083adc8997218e96ca07758d2a703e8943fb36a4b0d1938d332ffac (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS) 2024-09-17T09:18:45.831 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:45 smithi138 podman[60161]: 2024-09-17 09:18:45.520551513 +0000 UTC m=+0.523876871 container attach 680237b6d083adc8997218e96ca07758d2a703e8943fb36a4b0d1938d332ffac (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS) 2024-09-17T09:18:45.831 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:45 smithi138 podman[60161]: 2024-09-17 09:18:45.639872543 +0000 UTC m=+0.643197882 container died 680237b6d083adc8997218e96ca07758d2a703e8943fb36a4b0d1938d332ffac (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, 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, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, ceph=True) 2024-09-17T09:18:46.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.7 2024-09-17T09:18:46.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.7 2024-09-17T09:18:46.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.0 2024-09-17T09:18:46.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.1 2024-09-17T09:18:46.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.2 2024-09-17T09:18:46.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.3 2024-09-17T09:18:46.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.5 2024-09-17T09:18:46.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.0 2024-09-17T09:18:46.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.1 2024-09-17T09:18:46.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.2 2024-09-17T09:18:46.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.3 2024-09-17T09:18:46.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.5 2024-09-17T09:18:46.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.4 2024-09-17T09:18:46.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osd.6 reported immediately failed by osd.4 2024-09-17T09:18:46.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:18:46.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:45 smithi110 ceph-mon[68591]: osdmap e105: 8 total, 7 up, 8 in 2024-09-17T09:18:46.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 podman[60184]: 2024-09-17 09:18:46.249108409 +0000 UTC m=+0.601768338 container remove 680237b6d083adc8997218e96ca07758d2a703e8943fb36a4b0d1938d332ffac (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:18:46.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-17T09:18:46.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 systemd[1]: Stopped Ceph osd.6 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:18:46.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.6.service: Consumed 4min 14.543s CPU time. 2024-09-17T09:18:46.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 systemd[1]: Starting Ceph osd.6 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:18:46.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:46 smithi138 ceph-mon[49866]: pgmap v182: 129 pgs: 13 stale+active+clean, 116 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:18:46.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:46 smithi138 ceph-mon[49866]: osdmap e106: 8 total, 7 up, 8 in 2024-09-17T09:18:46.978 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 podman[60284]: 2024-09-17 09:18:46.66675239 +0000 UTC m=+0.104862710 container create c3163db1ddfe3001ea9581f3494cc7d7caaec5c761e7d6eb669cb8c5283227c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T09:18:46.978 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 podman[60284]: 2024-09-17 09:18:46.57793112 +0000 UTC m=+0.016041454 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:18:46.978 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 podman[60284]: 2024-09-17 09:18:46.894350411 +0000 UTC m=+0.332460731 container init c3163db1ddfe3001ea9581f3494cc7d7caaec5c761e7d6eb669cb8c5283227c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:18:46.978 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 podman[60284]: 2024-09-17 09:18:46.897635375 +0000 UTC m=+0.335745706 container start c3163db1ddfe3001ea9581f3494cc7d7caaec5c761e7d6eb669cb8c5283227c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True) 2024-09-17T09:18:46.978 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:46 smithi138 podman[60284]: 2024-09-17 09:18:46.977625345 +0000 UTC m=+0.415735673 container attach c3163db1ddfe3001ea9581f3494cc7d7caaec5c761e7d6eb669cb8c5283227c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T09:18:47.240 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate[60299]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 bash[60284]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate[60299]: 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-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 bash[60284]: 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-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate[60299]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 bash[60284]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate[60299]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 bash[60284]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate[60299]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 bash[60284]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate[60299]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-17T09:18:47.241 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 bash[60284]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-17T09:18:47.242 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate[60299]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-17T09:18:47.242 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 bash[60284]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-17T09:18:47.242 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 podman[60284]: 2024-09-17 09:18:47.240086736 +0000 UTC m=+0.678197072 container died c3163db1ddfe3001ea9581f3494cc7d7caaec5c761e7d6eb669cb8c5283227c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, 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, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-17T09:18:47.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:46 smithi110 ceph-mon[68591]: pgmap v182: 129 pgs: 13 stale+active+clean, 116 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:18:47.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:46 smithi110 ceph-mon[68591]: osdmap e106: 8 total, 7 up, 8 in 2024-09-17T09:18:48.137 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-mon[49866]: pgmap v184: 129 pgs: 2 active+undersized, 12 peering, 8 stale+active+clean, 1 active+undersized+degraded, 106 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1/441 objects degraded (0.227%) 2024-09-17T09:18:48.138 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-mon[49866]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-17T09:18:48.138 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:47 smithi138 ceph-mon[49866]: Health check failed: Degraded data redundancy: 1/441 objects degraded (0.227%), 1 pg degraded (PG_DEGRADED) 2024-09-17T09:18:48.138 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:47 smithi138 podman[60411]: 2024-09-17 09:18:47.831239067 +0000 UTC m=+0.581667180 container remove c3163db1ddfe3001ea9581f3494cc7d7caaec5c761e7d6eb669cb8c5283227c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS) 2024-09-17T09:18:48.138 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:48 smithi138 podman[60472]: 2024-09-17 09:18:48.023693112 +0000 UTC m=+0.099280054 container create 2f84c9c19be837e36c6f943466a46dcfae2bbbc64eb652b9e053888d4483a8a4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-17T09:18:48.138 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:48 smithi138 podman[60472]: 2024-09-17 09:18:47.940673319 +0000 UTC m=+0.016260260 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:18:48.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:47 smithi110 ceph-mon[68591]: pgmap v184: 129 pgs: 2 active+undersized, 12 peering, 8 stale+active+clean, 1 active+undersized+degraded, 106 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1/441 objects degraded (0.227%) 2024-09-17T09:18:48.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:47 smithi110 ceph-mon[68591]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-17T09:18:48.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:47 smithi110 ceph-mon[68591]: Health check failed: Degraded data redundancy: 1/441 objects degraded (0.227%), 1 pg degraded (PG_DEGRADED) 2024-09-17T09:18:48.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:48 smithi138 podman[60472]: 2024-09-17 09:18:48.242897478 +0000 UTC m=+0.318484427 container init 2f84c9c19be837e36c6f943466a46dcfae2bbbc64eb652b9e053888d4483a8a4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-17T09:18:48.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:48 smithi138 podman[60472]: 2024-09-17 09:18:48.246354453 +0000 UTC m=+0.321941395 container start 2f84c9c19be837e36c6f943466a46dcfae2bbbc64eb652b9e053888d4483a8a4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:18:48.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:48 smithi138 ceph-osd[60491]: -- 172.21.15.138:0/3144493067 <== mon.1 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556585fb31e0 con 0x556586d32000 2024-09-17T09:18:48.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:48 smithi138 bash[60472]: 2f84c9c19be837e36c6f943466a46dcfae2bbbc64eb652b9e053888d4483a8a4 2024-09-17T09:18:48.579 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:48 smithi138 systemd[1]: Started Ceph osd.6 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:18:49.068 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:18:48.792+0000 7fcbe3600640 -1 Falling back to public interface 2024-09-17T09:18:49.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:49.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:49.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:49 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:18:49.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:49.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:49.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:49 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:18:50.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:50 smithi110 ceph-mon[68591]: pgmap v185: 129 pgs: 16 active+undersized, 12 peering, 1 stale+active+clean, 8 active+undersized+degraded, 92 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25/441 objects degraded (5.669%) 2024-09-17T09:18:50.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:50 smithi138 ceph-mon[49866]: pgmap v185: 129 pgs: 16 active+undersized, 12 peering, 1 stale+active+clean, 8 active+undersized+degraded, 92 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25/441 objects degraded (5.669%) 2024-09-17T09:18:51.809 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:51 smithi138 ceph-mon[49866]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-17T09:18:51.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:51 smithi110 ceph-mon[68591]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-17T09:18:52.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:52 smithi110 ceph-mon[68591]: pgmap v186: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/441 objects degraded (11.111%) 2024-09-17T09:18:52.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:52 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:52.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:52 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:52.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:52 smithi138 ceph-mon[49866]: pgmap v186: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/441 objects degraded (11.111%) 2024-09-17T09:18:52.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:52 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:52.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:52 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:54.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:53 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:54.062 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:53 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:53 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:53 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:55.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:54 smithi110 ceph-mon[68591]: pgmap v187: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/441 objects degraded (11.111%) 2024-09-17T09:18:55.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:54 smithi138 ceph-mon[49866]: pgmap v187: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/441 objects degraded (11.111%) 2024-09-17T09:18:56.198 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:18:56.098+0000 7fcbe3600640 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-17T09:18:56.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-mon[49866]: pgmap v188: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/441 objects degraded (11.111%) 2024-09-17T09:18:56.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:56.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:56.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:56.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:18:56.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:56.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:56.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:56 smithi110 ceph-mon[68591]: pgmap v188: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/441 objects degraded (11.111%) 2024-09-17T09:18:56.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:56 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:56.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:56 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:56.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:56 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:56.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:56 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:18:56.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:56 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:56.983 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:56 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:57.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:18:56.977+0000 7fcbe3600640 -1 osd.6 104 log_to_monitors true 2024-09-17T09:18:58.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:57 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:18:58.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:57 smithi110 ceph-mon[68591]: pgmap v189: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s; 49/441 objects degraded (11.111%) 2024-09-17T09:18:58.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:57 smithi110 ceph-mon[68591]: pgmap v190: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s; 49/441 objects degraded (11.111%) 2024-09-17T09:18:58.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:57 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:18:58.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:57 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:18:58.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:57 smithi110 ceph-mon[68591]: from='osd.6 [v2:172.21.15.138:6816/3787661312,v1:172.21.15.138:6817/3787661312]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T09:18:58.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:57 smithi110 ceph-mon[68591]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T09:18:58.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:57 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 49/441 objects degraded (11.111%), 15 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:57 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:18:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:57 smithi138 ceph-mon[49866]: pgmap v189: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s; 49/441 objects degraded (11.111%) 2024-09-17T09:18:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:57 smithi138 ceph-mon[49866]: pgmap v190: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s; 49/441 objects degraded (11.111%) 2024-09-17T09:18:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:57 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:18:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:57 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:18:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:57 smithi138 ceph-mon[49866]: from='osd.6 [v2:172.21.15.138:6816/3787661312,v1:172.21.15.138:6817/3787661312]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T09:18:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:57 smithi138 ceph-mon[49866]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T09:18:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:57 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 49/441 objects degraded (11.111%), 15 pgs degraded (PG_DEGRADED) 2024-09-17T09:18:58.578 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:18:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:18:58.169+0000 7fcbd73a2640 -1 osd.6 104 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:18:58.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:58 smithi110 ceph-mon[68591]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T09:18:58.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:58 smithi110 ceph-mon[68591]: osdmap e107: 8 total, 7 up, 8 in 2024-09-17T09:18:58.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:58 smithi110 ceph-mon[68591]: from='osd.6 [v2:172.21.15.138:6816/3787661312,v1:172.21.15.138:6817/3787661312]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:58.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:58 smithi110 ceph-mon[68591]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:58.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:58 smithi110 ceph-mon[68591]: from='osd.6 ' entity='osd.6' 2024-09-17T09:18:58.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:58 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:58.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:58 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:58 smithi138 ceph-mon[49866]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T09:18:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:58 smithi138 ceph-mon[49866]: osdmap e107: 8 total, 7 up, 8 in 2024-09-17T09:18:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:58 smithi138 ceph-mon[49866]: from='osd.6 [v2:172.21.15.138:6816/3787661312,v1:172.21.15.138:6817/3787661312]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:58 smithi138 ceph-mon[49866]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:18:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:58 smithi138 ceph-mon[49866]: from='osd.6 ' entity='osd.6' 2024-09-17T09:18:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:58 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:58 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:59.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:59 smithi138 ceph-mon[49866]: pgmap v192: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 283 B/s rd, 0 op/s; 49/441 objects degraded (11.111%) 2024-09-17T09:18:59.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:59.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:59 smithi138 ceph-mon[49866]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:18:59.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:59 smithi138 ceph-mon[49866]: osd.6 [v2:172.21.15.138:6816/3787661312,v1:172.21.15.138:6817/3787661312] boot 2024-09-17T09:18:59.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:59 smithi138 ceph-mon[49866]: osdmap e108: 8 total, 8 up, 8 in 2024-09-17T09:18:59.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:18:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:18:59.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:59 smithi110 ceph-mon[68591]: pgmap v192: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 283 B/s rd, 0 op/s; 49/441 objects degraded (11.111%) 2024-09-17T09:18:59.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:18:59.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:59 smithi110 ceph-mon[68591]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:18:59.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:59 smithi110 ceph-mon[68591]: osd.6 [v2:172.21.15.138:6816/3787661312,v1:172.21.15.138:6817/3787661312] boot 2024-09-17T09:18:59.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:59 smithi110 ceph-mon[68591]: osdmap e108: 8 total, 8 up, 8 in 2024-09-17T09:18:59.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:18:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:19:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:00 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:00 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:19:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:00 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:19:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:00 smithi138 ceph-mon[49866]: osdmap e109: 8 total, 8 up, 8 in 2024-09-17T09:19:00.993 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:00 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:00.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:00.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:00.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:00.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:00.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:00.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:00.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:00.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:00 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:19:00.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:00 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:19:00.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:00 smithi110 ceph-mon[68591]: osdmap e109: 8 total, 8 up, 8 in 2024-09-17T09:19:01.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:01 smithi110 ceph-mon[68591]: pgmap v195: 129 pgs: 12 peering, 20 active+undersized, 11 active+undersized+degraded, 86 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 37/441 objects degraded (8.390%) 2024-09-17T09:19:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:01 smithi138 ceph-mon[49866]: pgmap v195: 129 pgs: 12 peering, 20 active+undersized, 11 active+undersized+degraded, 86 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 37/441 objects degraded (8.390%) 2024-09-17T09:19:03.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:02 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 37/441 objects degraded (8.390%), 11 pgs degraded (PG_DEGRADED) 2024-09-17T09:19:03.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:02 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 37/441 objects degraded (8.390%), 11 pgs degraded (PG_DEGRADED) 2024-09-17T09:19:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:03 smithi110 ceph-mon[68591]: pgmap v196: 129 pgs: 12 peering, 17 active+undersized, 10 active+undersized+degraded, 90 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 32/441 objects degraded (7.256%) 2024-09-17T09:19:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:03 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:03 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:03 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:03 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:03.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:03.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:03.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:03.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:03 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:19:03.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:03 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:19:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:03 smithi138 ceph-mon[49866]: pgmap v196: 129 pgs: 12 peering, 17 active+undersized, 10 active+undersized+degraded, 90 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 32/441 objects degraded (7.256%) 2024-09-17T09:19:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:03 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:19:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:19:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:03 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:19:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:03 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:03 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:03 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:19:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:03 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:19:05.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:04 smithi110 ceph-mon[68591]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/441 objects degraded (7.256%), 10 pgs degraded) 2024-09-17T09:19:05.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:04 smithi138 ceph-mon[49866]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/441 objects degraded (7.256%), 10 pgs degraded) 2024-09-17T09:19:06.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:05 smithi110 ceph-mon[68591]: pgmap v197: 129 pgs: 12 peering, 117 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 313 B/s rd, 0 op/s 2024-09-17T09:19:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:05 smithi138 ceph-mon[49866]: pgmap v197: 129 pgs: 12 peering, 117 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 313 B/s rd, 0 op/s 2024-09-17T09:19:07.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:07.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:07.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:07.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:07.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T09:19:07.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:07.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:07.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:07.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:07.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T09:19:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:07 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:19:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:19:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:08.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:08.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:08.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:07 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:07 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:07 smithi110 ceph-mon[68591]: pgmap v198: 129 pgs: 129 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:19:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:07 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:19:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:07 smithi110 ceph-mon[68591]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T09:19:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:07 smithi110 ceph-mon[68591]: Upgrade: osd.7 is safe to restart 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:07 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:08.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:08.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:08.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:08.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:07 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:07 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:07 smithi138 ceph-mon[49866]: pgmap v198: 129 pgs: 129 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:07 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:08.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:08.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:08.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:07 smithi138 ceph-mon[49866]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T09:19:08.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:07 smithi138 ceph-mon[49866]: Upgrade: osd.7 is safe to restart 2024-09-17T09:19:09.072 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:19:09.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:08 smithi138 ceph-mon[49866]: Upgrade: Updating osd.7 2024-09-17T09:19:09.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:09.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T09:19:09.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:09.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:08 smithi138 ceph-mon[49866]: Deploying daemon osd.7 on smithi138 2024-09-17T09:19:09.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:08 smithi138 ceph-mon[49866]: pgmap v199: 129 pgs: 129 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:19:09.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:08 smithi110 ceph-mon[68591]: Upgrade: Updating osd.7 2024-09-17T09:19:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T09:19:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:08 smithi110 ceph-mon[68591]: Deploying daemon osd.7 on smithi138 2024-09-17T09:19:09.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:08 smithi110 ceph-mon[68591]: pgmap v199: 129 pgs: 129 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:19:09.708 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:19:09.708 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 98s ago 25m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:19:09.708 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (3m) 98s ago 25m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:19:09.708 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (3m) 17s ago 24m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:19:09.708 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 98s ago 24m 38.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:19:09.708 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (19m) 98s ago 19m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (19m) 17s ago 19m 16.7M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (6m) 98s ago 26m 494M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (5m) 17s ago 24m 440M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (5m) 98s ago 26m 74.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (4m) 17s ago 24m 55.9M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (17m) 98s ago 17m 146M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (16m) 17s ago 16m 90.6M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 98s ago 24m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 17s ago 24m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (3m) 98s ago 23m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (2m) 98s ago 23m 186M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (2m) 98s ago 22m 166M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:19:09.709 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (104s) 98s ago 22m 11.5M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:19:09.710 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (75s) 17s ago 22m 214M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 db6533eae7ec 2024-09-17T09:19:09.710 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (48s) 17s ago 21m 206M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0de5a9977e8b 2024-09-17T09:19:09.710 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (21s) 17s ago 21m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 2f84c9c19be8 2024-09-17T09:19:09.710 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (21m) 17s ago 21m 774M 4096M 16.2.4 8d91d370c2b8 0888925e993d 2024-09-17T09:19:09.710 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 98s ago 24m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:19:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:09 smithi138 ceph-mon[49866]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:09 smithi138 ceph-mon[49866]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:09 smithi138 ceph-mon[49866]: from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:10.095 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 7 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:19:10.096 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-17T09:19:10.097 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:19:10.097 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:19:10.097 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2024-09-17T09:19:10.097 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 11 2024-09-17T09:19:10.097 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:19:10.097 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:19:10.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:09 smithi110 ceph-mon[68591]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:10.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:09 smithi110 ceph-mon[68591]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:10.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:09 smithi110 ceph-mon[68591]: from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:10.415 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:19:10.415 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:19:10.415 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:19:10.415 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:19:10.415 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:19:10.415 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:19:10.416 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:19:10.416 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:19:10.416 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:19:10.416 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "13/23 daemons upgraded", 2024-09-17T09:19:10.416 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T09:19:10.416 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:19:10.416 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:19:10.794 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:19:10.794 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:19:10.794 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:19:10.794 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:19:10.794 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:19:10.794 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:19:10.794 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:19:11.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:10 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1514464882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:11.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:10 smithi138 ceph-mon[49866]: pgmap v200: 129 pgs: 129 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-09-17T09:19:11.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:10 smithi138 ceph-mon[49866]: from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:11.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:10 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/2133181263' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:19:11.059 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:10 smithi138 systemd[1]: Stopping Ceph osd.7 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:19:11.059 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7[36872]: debug 2024-09-17T09:19:10.863+0000 7f5ac4989700 -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-17T09:19:11.059 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7[36872]: debug 2024-09-17T09:19:10.863+0000 7f5ac4989700 -1 osd.7 109 *** Got signal Terminated *** 2024-09-17T09:19:11.059 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:10 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7[36872]: debug 2024-09-17T09:19:10.863+0000 7f5ac4989700 -1 osd.7 109 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:19:11.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:10 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1514464882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:10 smithi110 ceph-mon[68591]: pgmap v200: 129 pgs: 129 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-09-17T09:19:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:10 smithi110 ceph-mon[68591]: from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:11.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:10 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/2133181263' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:19:11.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:11 smithi138 podman[62434]: 2024-09-17 09:19:11.057147283 +0000 UTC m=+0.282598892 container died 0888925e993d05bbbd71f881b269ffcd400c7eb4b0e49c4b16d42b5c09a6259b (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T09:19:11.690 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:11 smithi138 podman[62434]: 2024-09-17 09:19:11.421827117 +0000 UTC m=+0.647278728 container cleanup 0888925e993d05bbbd71f881b269ffcd400c7eb4b0e49c4b16d42b5c09a6259b (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-17T09:19:11.690 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:11 smithi138 bash[62434]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7 2024-09-17T09:19:12.078 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:11 smithi138 podman[62447]: 2024-09-17 09:19:11.689964398 +0000 UTC m=+0.630342764 container remove 0888925e993d05bbbd71f881b269ffcd400c7eb4b0e49c4b16d42b5c09a6259b (image=quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd.7, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS) 2024-09-17T09:19:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 failed (root=default,host=smithi138) (connection refused reported by osd.2) 2024-09-17T09:19:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.5 2024-09-17T09:19:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.4 2024-09-17T09:19:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.5 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.6 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.4 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.6 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.5 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.6 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.4 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.5 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.6 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.4 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:11 smithi138 ceph-mon[49866]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 failed (root=default,host=smithi138) (connection refused reported by osd.2) 2024-09-17T09:19:12.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.5 2024-09-17T09:19:12.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.4 2024-09-17T09:19:12.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.5 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.6 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.4 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.6 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.5 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.6 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.4 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.5 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.6 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.4 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.2 2024-09-17T09:19:12.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.3 2024-09-17T09:19:12.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.0 2024-09-17T09:19:12.324 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:11 smithi110 ceph-mon[68591]: osd.7 reported immediately failed by osd.1 2024-09-17T09:19:12.444 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:12 smithi138 podman[62559]: 2024-09-17 09:19:12.063317947 +0000 UTC m=+0.016571229 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:19:12.444 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:12 smithi138 podman[62559]: 2024-09-17 09:19:12.199816066 +0000 UTC m=+0.153069333 container create 3a0dd48f70da8d56e228e2fc9dcb599e3c5bb082ac2d65b45edaa855ef890afc (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-17T09:19:12.829 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:12 smithi138 podman[62559]: 2024-09-17 09:19:12.444010474 +0000 UTC m=+0.397263752 container init 3a0dd48f70da8d56e228e2fc9dcb599e3c5bb082ac2d65b45edaa855ef890afc (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-17T09:19:12.829 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:12 smithi138 podman[62559]: 2024-09-17 09:19:12.447538093 +0000 UTC m=+0.400791361 container start 3a0dd48f70da8d56e228e2fc9dcb599e3c5bb082ac2d65b45edaa855ef890afc (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-17T09:19:12.829 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:12 smithi138 podman[62559]: 2024-09-17 09:19:12.527238585 +0000 UTC m=+0.480491866 container attach 3a0dd48f70da8d56e228e2fc9dcb599e3c5bb082ac2d65b45edaa855ef890afc (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-17T09:19:12.830 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:12 smithi138 podman[62559]: 2024-09-17 09:19:12.633158575 +0000 UTC m=+0.586411860 container died 3a0dd48f70da8d56e228e2fc9dcb599e3c5bb082ac2d65b45edaa855ef890afc (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:19:13.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:12 smithi138 ceph-mon[49866]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:19:13.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:12 smithi138 ceph-mon[49866]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-17T09:19:13.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:12 smithi138 ceph-mon[49866]: osdmap e110: 8 total, 7 up, 8 in 2024-09-17T09:19:13.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:12 smithi138 ceph-mon[49866]: pgmap v202: 129 pgs: 17 stale+active+clean, 112 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:19:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:12 smithi110 ceph-mon[68591]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T09:19:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:12 smithi110 ceph-mon[68591]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-17T09:19:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:12 smithi110 ceph-mon[68591]: osdmap e110: 8 total, 7 up, 8 in 2024-09-17T09:19:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:12 smithi110 ceph-mon[68591]: pgmap v202: 129 pgs: 17 stale+active+clean, 112 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:19:13.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 podman[62583]: 2024-09-17 09:19:13.189017458 +0000 UTC m=+0.550305790 container remove 3a0dd48f70da8d56e228e2fc9dcb599e3c5bb082ac2d65b45edaa855ef890afc (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:19:13.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-17T09:19:13.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 systemd[1]: Stopped Ceph osd.7 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:19:13.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.7.service: Consumed 6min 2.406s CPU time. 2024-09-17T09:19:13.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 systemd[1]: Starting Ceph osd.7 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:19:13.901 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 podman[62683]: 2024-09-17 09:19:13.615417418 +0000 UTC m=+0.112033160 container create b08e4720061ff6c11154be5bc4e8910fa152dd1c4dc6f49c7410118ee61fb45a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T09:19:13.901 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 podman[62683]: 2024-09-17 09:19:13.519115019 +0000 UTC m=+0.015730776 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:19:13.901 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 podman[62683]: 2024-09-17 09:19:13.843006451 +0000 UTC m=+0.339622197 container init b08e4720061ff6c11154be5bc4e8910fa152dd1c4dc6f49c7410118ee61fb45a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-17T09:19:13.901 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 podman[62683]: 2024-09-17 09:19:13.846550519 +0000 UTC m=+0.343166264 container start b08e4720061ff6c11154be5bc4e8910fa152dd1c4dc6f49c7410118ee61fb45a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-17T09:19:14.164 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:13 smithi138 ceph-mon[49866]: osdmap e111: 8 total, 7 up, 8 in 2024-09-17T09:19:14.165 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:14.165 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:14.165 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:14.165 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:13 smithi138 podman[62683]: 2024-09-17 09:19:13.923060995 +0000 UTC m=+0.419676744 container attach b08e4720061ff6c11154be5bc4e8910fa152dd1c4dc6f49c7410118ee61fb45a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:19:14.165 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate[62698]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-17T09:19:14.165 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 bash[62683]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-17T09:19:14.165 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate[62698]: 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-17T09:19:14.165 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 bash[62683]: 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-17T09:19:14.165 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate[62698]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-17T09:19:14.166 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 bash[62683]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-17T09:19:14.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:13 smithi110 ceph-mon[68591]: osdmap e111: 8 total, 7 up, 8 in 2024-09-17T09:19:14.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:14.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:14.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate[62698]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 bash[62683]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate[62698]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 bash[62683]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate[62698]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 bash[62683]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate[62698]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 bash[62683]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-17T09:19:14.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 podman[62683]: 2024-09-17 09:19:14.190614475 +0000 UTC m=+0.687230224 container died b08e4720061ff6c11154be5bc4e8910fa152dd1c4dc6f49c7410118ee61fb45a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-17T09:19:14.905 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 podman[62810]: 2024-09-17 09:19:14.738439159 +0000 UTC m=+0.542520752 container remove b08e4720061ff6c11154be5bc4e8910fa152dd1c4dc6f49c7410118ee61fb45a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-activate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=) 2024-09-17T09:19:15.175 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:14 smithi138 ceph-mon[49866]: pgmap v204: 129 pgs: 19 active+undersized, 8 peering, 6 stale+active+clean, 6 active+undersized+degraded, 90 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 20/441 objects degraded (4.535%) 2024-09-17T09:19:15.175 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 podman[62869]: 2024-09-17 09:19:14.849354859 +0000 UTC m=+0.016060008 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:19:15.175 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:14 smithi138 podman[62869]: 2024-09-17 09:19:14.955946095 +0000 UTC m=+0.122651246 container create ed4f33b83ca18b46b8c5177b1728eeebf92449c1459f4b36925733306fd6073e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:19:15.175 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:15 smithi138 podman[62869]: 2024-09-17 09:19:15.174635428 +0000 UTC m=+0.341340585 container init ed4f33b83ca18b46b8c5177b1728eeebf92449c1459f4b36925733306fd6073e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:19:15.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:14 smithi110 ceph-mon[68591]: pgmap v204: 129 pgs: 19 active+undersized, 8 peering, 6 stale+active+clean, 6 active+undersized+degraded, 90 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 20/441 objects degraded (4.535%) 2024-09-17T09:19:15.578 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:15 smithi138 podman[62869]: 2024-09-17 09:19:15.177900596 +0000 UTC m=+0.344605748 container start ed4f33b83ca18b46b8c5177b1728eeebf92449c1459f4b36925733306fd6073e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:19:15.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:15 smithi138 ceph-osd[62888]: -- 172.21.15.138:0/556850686 <== mon.1 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55efe73d91e0 con 0x55efe7377c00 2024-09-17T09:19:15.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:15 smithi138 bash[62869]: ed4f33b83ca18b46b8c5177b1728eeebf92449c1459f4b36925733306fd6073e 2024-09-17T09:19:15.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:15 smithi138 systemd[1]: Started Ceph osd.7 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:19:16.014 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:19:15.713+0000 7f99757a2640 -1 Falling back to public interface 2024-09-17T09:19:16.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:15 smithi138 ceph-mon[49866]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T09:19:16.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:15 smithi138 ceph-mon[49866]: Health check failed: Degraded data redundancy: 20/441 objects degraded (4.535%), 6 pgs degraded (PG_DEGRADED) 2024-09-17T09:19:16.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:15 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:16.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:15 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:16.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:15 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:16.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:15 smithi110 ceph-mon[68591]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T09:19:16.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:15 smithi110 ceph-mon[68591]: Health check failed: Degraded data redundancy: 20/441 objects degraded (4.535%), 6 pgs degraded (PG_DEGRADED) 2024-09-17T09:19:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:15 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:15 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:16.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:15 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:16 smithi138 ceph-mon[49866]: pgmap v205: 129 pgs: 30 active+undersized, 8 peering, 18 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 60/441 objects degraded (13.605%) 2024-09-17T09:19:17.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:16 smithi110 ceph-mon[68591]: pgmap v205: 129 pgs: 30 active+undersized, 8 peering, 18 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 60/441 objects degraded (13.605%) 2024-09-17T09:19:18.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:18 smithi138 ceph-mon[49866]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T09:19:18.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:18 smithi110 ceph-mon[68591]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T09:19:20.034 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:19 smithi138 ceph-mon[49866]: pgmap v206: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:20.034 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:20.035 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:20.035 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:20.035 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:20.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:19 smithi110 ceph-mon[68591]: pgmap v206: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:20.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:20.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:20.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:20.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:22.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:21 smithi138 ceph-mon[49866]: pgmap v207: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:22.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:21 smithi110 ceph-mon[68591]: pgmap v207: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:23.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:22 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 74/441 objects degraded (16.780%), 22 pgs degraded (PG_DEGRADED) 2024-09-17T09:19:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:22 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:22 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:22 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:22 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:19:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:22 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:23.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:22 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:23.224 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:22 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 74/441 objects degraded (16.780%), 22 pgs degraded (PG_DEGRADED) 2024-09-17T09:19:23.224 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:22 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:23.224 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:22 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:23.224 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:22 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:23.224 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:22 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:19:23.224 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:22 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:23.225 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:22 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:24.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:23 smithi138 ceph-mon[49866]: pgmap v208: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:24.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:23 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:19:24.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:23 smithi138 ceph-mon[49866]: pgmap v209: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:24.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:23 smithi138 ceph-mon[49866]: pgmap v210: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:24.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:23 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:19:24.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:23 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:19:24.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:23 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:24.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:23 smithi110 ceph-mon[68591]: pgmap v208: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:23 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:19:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:23 smithi110 ceph-mon[68591]: pgmap v209: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:23 smithi110 ceph-mon[68591]: pgmap v210: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:23 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:19:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:23 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:19:24.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:23 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:24.578 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:24 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:19:24.086+0000 7f99757a2640 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-17T09:19:25.578 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:19:25.225+0000 7f99757a2640 -1 osd.7 109 log_to_monitors true 2024-09-17T09:19:26.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:25 smithi110 ceph-mon[68591]: pgmap v211: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s; 74/441 objects degraded (16.780%) 2024-09-17T09:19:26.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:25 smithi110 ceph-mon[68591]: from='osd.7 [v2:172.21.15.138:6824/1595020528,v1:172.21.15.138:6825/1595020528]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T09:19:26.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:25 smithi110 ceph-mon[68591]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T09:19:26.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:19:25 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:19:25.851+0000 7f996d54c640 -1 osd.7 109 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T09:19:26.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:25 smithi138 ceph-mon[49866]: pgmap v211: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s; 74/441 objects degraded (16.780%) 2024-09-17T09:19:26.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:25 smithi138 ceph-mon[49866]: from='osd.7 [v2:172.21.15.138:6824/1595020528,v1:172.21.15.138:6825/1595020528]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T09:19:26.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:25 smithi138 ceph-mon[49866]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T09:19:26.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:26 smithi110 ceph-mon[68591]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T09:19:26.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:26 smithi110 ceph-mon[68591]: osdmap e112: 8 total, 7 up, 8 in 2024-09-17T09:19:26.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:26 smithi110 ceph-mon[68591]: from='osd.7 [v2:172.21.15.138:6824/1595020528,v1:172.21.15.138:6825/1595020528]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:19:26.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:26 smithi110 ceph-mon[68591]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:19:27.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:26 smithi138 ceph-mon[49866]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T09:19:27.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:26 smithi138 ceph-mon[49866]: osdmap e112: 8 total, 7 up, 8 in 2024-09-17T09:19:27.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:26 smithi138 ceph-mon[49866]: from='osd.7 [v2:172.21.15.138:6824/1595020528,v1:172.21.15.138:6825/1595020528]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:19:27.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:26 smithi138 ceph-mon[49866]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:27.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:27.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:27.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:27.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: pgmap v213: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: osd.7 [v2:172.21.15.138:6824/1595020528,v1:172.21.15.138:6825/1595020528] boot 2024-09-17T09:19:27.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: osdmap e113: 8 total, 8 up, 8 in 2024-09-17T09:19:27.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:19:27.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:27 smithi110 ceph-mon[68591]: osdmap e114: 8 total, 8 up, 8 in 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:28.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:28.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:28.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:28.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: pgmap v213: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 74/441 objects degraded (16.780%) 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: osd.7 [v2:172.21.15.138:6824/1595020528,v1:172.21.15.138:6825/1595020528] boot 2024-09-17T09:19:28.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: osdmap e113: 8 total, 8 up, 8 in 2024-09-17T09:19:28.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:19:28.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:27 smithi138 ceph-mon[49866]: osdmap e114: 8 total, 8 up, 8 in 2024-09-17T09:19:29.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:29.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:29.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:29 smithi110 ceph-mon[68591]: pgmap v216: 129 pgs: 6 peering, 20 active+undersized, 14 active+undersized+degraded, 89 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 49/441 objects degraded (11.111%) 2024-09-17T09:19:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:29 smithi138 ceph-mon[49866]: pgmap v216: 129 pgs: 6 peering, 20 active+undersized, 14 active+undersized+degraded, 89 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 49/441 objects degraded (11.111%) 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:30 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:30.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:30.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:30.823 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:30.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:30 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:30 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:30 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:30.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:30.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:19:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:30.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:30.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:30.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:30.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:30.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:30.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:30 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:19:30.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:30 smithi110 ceph-mon[68591]: Health check update: Degraded data redundancy: 49/441 objects degraded (11.111%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T09:19:30.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:30 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:30 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:30.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:30.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:30.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:30.834 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:30.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:30 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:30 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:30 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:30.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:30.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:30.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:30.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:30.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:30.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:30.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:19:30.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:30 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:19:30.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:30 smithi138 ceph-mon[49866]: Health check update: Degraded data redundancy: 49/441 objects degraded (11.111%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T09:19:30.841 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:30 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:19:31.767 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:31 smithi110 ceph-mon[68591]: pgmap v217: 129 pgs: 6 peering, 16 active+undersized, 8 active+undersized+degraded, 99 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 32/441 objects degraded (7.256%) 2024-09-17T09:19:32.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:31 smithi138 ceph-mon[49866]: pgmap v217: 129 pgs: 6 peering, 16 active+undersized, 8 active+undersized+degraded, 99 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 32/441 objects degraded (7.256%) 2024-09-17T09:19:33.177 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:32 smithi138 ceph-mon[49866]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/441 objects degraded (7.256%), 8 pgs degraded) 2024-09-17T09:19:33.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:32 smithi110 ceph-mon[68591]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/441 objects degraded (7.256%), 8 pgs degraded) 2024-09-17T09:19:34.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: pgmap v218: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 295 B/s rd, 0 op/s 2024-09-17T09:19:34.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:34.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:34.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:34.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:34.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:34.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:34.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-17T09:19:34.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-17T09:19:34.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-17T09:19:34.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-17T09:19:34.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-17T09:19:34.323 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:33 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-09-17T09:19:34.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: pgmap v218: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 295 B/s rd, 0 op/s 2024-09-17T09:19:34.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:34.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:34.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-17T09:19:34.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-17T09:19:34.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:33 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-09-17T09:19:34.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:34.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:34.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:34.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:34.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:34.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:34.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:34.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:19:34.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:34.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:34.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:34.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all osd 2024-09-17T09:19:34.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: Upgrade: Setting require_osd_release to 18 reef 2024-09-17T09:19:34.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-17T09:19:34.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-09-17T09:19:34.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: osdmap e115: 8 total, 8 up, 8 in 2024-09-17T09:19:34.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi110.hbqklo"]}]: dispatch 2024-09-17T09:19:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:19:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:19:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:35.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:35.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:35.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:35.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:19:35.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:35.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:19:35.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:19:35.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:19:35.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all osd 2024-09-17T09:19:35.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: Upgrade: Setting require_osd_release to 18 reef 2024-09-17T09:19:35.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-17T09:19:35.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-09-17T09:19:35.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: osdmap e115: 8 total, 8 up, 8 in 2024-09-17T09:19:35.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi110.hbqklo"]}]: dispatch 2024-09-17T09:19:36.062 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:35 smithi110 ceph-mon[68591]: Upgrade: It appears safe to stop mds.foofs.smithi110.hbqklo 2024-09-17T09:19:36.062 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:35 smithi110 ceph-mon[68591]: pgmap v220: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 258 B/s rd, 0 op/s 2024-09-17T09:19:36.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:35 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:36.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:35 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.hbqklo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T09:19:36.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:35 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:36.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:35 smithi138 ceph-mon[49866]: Upgrade: It appears safe to stop mds.foofs.smithi110.hbqklo 2024-09-17T09:19:36.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:35 smithi138 ceph-mon[49866]: pgmap v220: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 258 B/s rd, 0 op/s 2024-09-17T09:19:36.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:35 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:36.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:35 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.hbqklo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T09:19:36.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:35 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:37.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:36 smithi110 ceph-mon[68591]: Upgrade: Updating mds.foofs.smithi110.hbqklo 2024-09-17T09:19:37.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:36 smithi110 ceph-mon[68591]: Deploying daemon mds.foofs.smithi110.hbqklo on smithi110 2024-09-17T09:19:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:36 smithi138 ceph-mon[49866]: Upgrade: Updating mds.foofs.smithi110.hbqklo 2024-09-17T09:19:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:36 smithi138 ceph-mon[49866]: Deploying daemon mds.foofs.smithi110.hbqklo on smithi110 2024-09-17T09:19:37.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110[68587]: 2024-09-17T09:19:37.364+0000 7f17c4c78640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T09:19:38.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: pgmap v221: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: daemon mds.foofs.smithi110.hbqklo compat changed unexpectedly 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: osdmap e116: 8 total, 8 up, 8 in 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: Standby daemon mds.foofs.smithi138.cpylqb assigned to filesystem foofs as rank 0 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-17T09:19:38.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:37 smithi110 ceph-mon[68591]: fsmap foofs:1/1 {0=foofs.smithi138.cpylqb=up:replay} 2024-09-17T09:19:38.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: pgmap v221: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: daemon mds.foofs.smithi110.hbqklo compat changed unexpectedly 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: osdmap e116: 8 total, 8 up, 8 in 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: Standby daemon mds.foofs.smithi138.cpylqb assigned to filesystem foofs as rank 0 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-17T09:19:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:37 smithi138 ceph-mon[49866]: fsmap foofs:1/1 {0=foofs.smithi138.cpylqb=up:replay} 2024-09-17T09:19:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:39 smithi110 ceph-mon[68591]: pgmap v223: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 2 op/s 2024-09-17T09:19:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:39 smithi110 ceph-mon[68591]: reconnect by client.24519 172.21.15.138:0/1269080225 after 0.000999979 2024-09-17T09:19:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:39 smithi110 ceph-mon[68591]: reconnect by client.14768 172.21.15.110:0/4130865350 after 0.000999979 2024-09-17T09:19:40.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:39 smithi110 ceph-mon[68591]: mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:reconnect 2024-09-17T09:19:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:39 smithi110 ceph-mon[68591]: fsmap foofs:1/1 {0=foofs.smithi138.cpylqb=up:reconnect} 2024-09-17T09:19:40.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:39 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:19:40.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:40.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:39 smithi138 ceph-mon[49866]: pgmap v223: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 2 op/s 2024-09-17T09:19:40.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:39 smithi138 ceph-mon[49866]: reconnect by client.24519 172.21.15.138:0/1269080225 after 0.000999979 2024-09-17T09:19:40.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:39 smithi138 ceph-mon[49866]: reconnect by client.14768 172.21.15.110:0/4130865350 after 0.000999979 2024-09-17T09:19:40.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:39 smithi138 ceph-mon[49866]: mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:reconnect 2024-09-17T09:19:40.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:39 smithi138 ceph-mon[49866]: fsmap foofs:1/1 {0=foofs.smithi138.cpylqb=up:reconnect} 2024-09-17T09:19:40.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:39 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:19:41.149 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:40 smithi110 ceph-mon[68591]: mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:rejoin 2024-09-17T09:19:41.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:40 smithi110 ceph-mon[68591]: fsmap foofs:1/1 {0=foofs.smithi138.cpylqb=up:rejoin} 2024-09-17T09:19:41.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:40 smithi110 ceph-mon[68591]: daemon mds.foofs.smithi138.cpylqb is now active in filesystem foofs as rank 0 2024-09-17T09:19:41.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:40 smithi110 ceph-mon[68591]: pgmap v224: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 127 B/s wr, 7 op/s 2024-09-17T09:19:41.150 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:19:41.261 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:40 smithi138 ceph-mon[49866]: mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:rejoin 2024-09-17T09:19:41.261 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:40 smithi138 ceph-mon[49866]: fsmap foofs:1/1 {0=foofs.smithi138.cpylqb=up:rejoin} 2024-09-17T09:19:41.261 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:40 smithi138 ceph-mon[49866]: daemon mds.foofs.smithi138.cpylqb is now active in filesystem foofs as rank 0 2024-09-17T09:19:41.261 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:40 smithi138 ceph-mon[49866]: pgmap v224: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 127 B/s wr, 7 op/s 2024-09-17T09:19:41.783 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:19:41.783 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 2m ago 25m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:19:41.783 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (4m) 2m ago 25m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:19:41.783 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (4m) 22s ago 24m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:19:41.783 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 2m ago 25m 38.8M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:19:41.783 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (20m) 2m ago 20m 41.9M - 16.2.4 8d91d370c2b8 5693db123ed1 2024-09-17T09:19:41.783 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (20m) 22s ago 20m 16.8M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:19:41.783 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (6m) 2m ago 27m 494M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (5m) 22s ago 24m 440M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (5m) 2m ago 27m 74.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (5m) 22s ago 24m 61.6M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (17m) 2m ago 17m 146M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (17m) 22s ago 17m 90.7M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 2m ago 25m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 22s ago 24m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (3m) 2m ago 24m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (3m) 2m ago 23m 186M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (2m) 2m ago 23m 166M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (2m) 2m ago 23m 11.5M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (107s) 22s ago 22m 215M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 db6533eae7ec 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (81s) 22s ago 22m 206M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0de5a9977e8b 2024-09-17T09:19:41.784 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (53s) 22s ago 22m 196M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 2f84c9c19be8 2024-09-17T09:19:41.785 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (26s) 22s ago 21m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 ed4f33b83ca1 2024-09-17T09:19:41.785 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 2m ago 25m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:19:42.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:41 smithi110 ceph-mon[68591]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T09:19:42.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:41 smithi110 ceph-mon[68591]: mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:active 2024-09-17T09:19:42.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:41 smithi110 ceph-mon[68591]: fsmap foofs:1 {0=foofs.smithi138.cpylqb=up:active} 2024-09-17T09:19:42.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:41 smithi110 ceph-mon[68591]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:42.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:41 smithi110 ceph-mon[68591]: from='client.34402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:42.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:41 smithi110 ceph-mon[68591]: from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:42.166 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:19:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:19:42.168 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-17T09:19:42.168 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 12 2024-09-17T09:19:42.168 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:19:42.168 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:19:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:41 smithi138 ceph-mon[49866]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T09:19:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:41 smithi138 ceph-mon[49866]: mds.? [v2:172.21.15.138:6832/3661002356,v1:172.21.15.138:6833/3661002356] up:active 2024-09-17T09:19:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:41 smithi138 ceph-mon[49866]: fsmap foofs:1 {0=foofs.smithi138.cpylqb=up:active} 2024-09-17T09:19:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:41 smithi138 ceph-mon[49866]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:41 smithi138 ceph-mon[49866]: from='client.34402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:42.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:41 smithi138 ceph-mon[49866]: from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: "osd", 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:19:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:19:42.490 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:19:42.490 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "14/23 daemons upgraded", 2024-09-17T09:19:42.490 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mds daemons", 2024-09-17T09:19:42.490 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:19:42.490 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:19:42.873 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s); insufficient standby MDS daemons available 2024-09-17T09:19:42.873 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:19:42.873 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:19:42.873 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:19:42.873 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:19:42.873 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:19:42.873 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:19:42.873 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_INSUFFICIENT_STANDBY: insufficient standby MDS daemons available 2024-09-17T09:19:42.874 INFO:teuthology.orchestra.run.smithi110.stdout: have 0; want 1 more 2024-09-17T09:19:43.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:42 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3025390608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:42 smithi110 ceph-mon[68591]: from='client.34414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:42 smithi110 ceph-mon[68591]: pgmap v225: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 241 B/s wr, 12 op/s 2024-09-17T09:19:43.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:42 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1825418391' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:19:43.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:42 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3025390608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:19:43.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:42 smithi138 ceph-mon[49866]: from='client.34414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:19:43.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:42 smithi138 ceph-mon[49866]: pgmap v225: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 241 B/s wr, 12 op/s 2024-09-17T09:19:43.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:42 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1825418391' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:19:44.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:44.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:45.054 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:45.054 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:45.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:45 smithi110 ceph-mon[68591]: pgmap v226: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 13 op/s 2024-09-17T09:19:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:45 smithi138 ceph-mon[49866]: pgmap v226: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 13 op/s 2024-09-17T09:19:47.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:46 smithi110 ceph-mon[68591]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T09:19:47.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:46 smithi110 ceph-mon[68591]: mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060] up:boot 2024-09-17T09:19:47.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:46 smithi110 ceph-mon[68591]: fsmap foofs:1 {0=foofs.smithi138.cpylqb=up:active} 1 up:standby 2024-09-17T09:19:47.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:46 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:19:47.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:46 smithi138 ceph-mon[49866]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T09:19:47.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:46 smithi138 ceph-mon[49866]: mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060] up:boot 2024-09-17T09:19:47.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:46 smithi138 ceph-mon[49866]: fsmap foofs:1 {0=foofs.smithi138.cpylqb=up:active} 1 up:standby 2024-09-17T09:19:47.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:46 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:19:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:47 smithi110 ceph-mon[68591]: pgmap v227: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 14 op/s 2024-09-17T09:19:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:48.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:47 smithi138 ceph-mon[49866]: pgmap v227: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 14 op/s 2024-09-17T09:19:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:50.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:49 smithi110 ceph-mon[68591]: pgmap v228: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 179 B/s wr, 12 op/s 2024-09-17T09:19:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:49 smithi138 ceph-mon[49866]: pgmap v228: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 179 B/s wr, 12 op/s 2024-09-17T09:19:52.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:51 smithi110 ceph-mon[68591]: pgmap v229: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-09-17T09:19:52.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:51 smithi138 ceph-mon[49866]: pgmap v229: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-09-17T09:19:53.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:53 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:53.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:53 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:53.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:53 smithi110 ceph-mon[68591]: pgmap v230: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 7.1 KiB/s wr, 9 op/s 2024-09-17T09:19:53.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:53 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:53.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:53 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:53 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:53 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:53 smithi138 ceph-mon[49866]: pgmap v230: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 7.1 KiB/s wr, 9 op/s 2024-09-17T09:19:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:53 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:53.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:53 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:56.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:55 smithi110 ceph-mon[68591]: pgmap v231: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 7.0 KiB/s wr, 6 op/s 2024-09-17T09:19:56.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:55 smithi138 ceph-mon[49866]: pgmap v231: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 7.0 KiB/s wr, 6 op/s 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: Detected new or changed devices on smithi110 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: pgmap v232: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 995 B/s rd, 7.4 KiB/s wr, 4 op/s 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: pgmap v233: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 9.0 KiB/s wr, 4 op/s 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:57.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:57.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:19:57.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:57 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: Detected new or changed devices on smithi110 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: pgmap v232: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 995 B/s rd, 7.4 KiB/s wr, 4 op/s 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: pgmap v233: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 9.0 KiB/s wr, 4 op/s 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:19:57.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:57 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:19:59.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:59 smithi110 ceph-mon[68591]: pgmap v234: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s wr, 3 op/s 2024-09-17T09:19:59.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:19:59.953 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:19:59 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:59 smithi138 ceph-mon[49866]: pgmap v234: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s wr, 3 op/s 2024-09-17T09:20:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:00.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:19:59 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:00 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:00 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:00 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:20:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:00 smithi138 ceph-mon[49866]: overall HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:00 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:00.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:00.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:00.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:00.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:00.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:00.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:00.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:00.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:00.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:00.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:00.990 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:00 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:20:00.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:00 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:20:00.992 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:00 smithi110 ceph-mon[68591]: overall HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:20:01.993 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:01 smithi110 ceph-mon[68591]: pgmap v235: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 109 B/s wr, 0 op/s 2024-09-17T09:20:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:01 smithi138 ceph-mon[49866]: pgmap v235: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 109 B/s wr, 0 op/s 2024-09-17T09:20:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:03 smithi110 ceph-mon[68591]: pgmap v236: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 329 B/s wr, 0 op/s 2024-09-17T09:20:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:03 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:20:03.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:03.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:03.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:03.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:03.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:03 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:03 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:03 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:03.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:03.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:03.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:20:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:20:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:03.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:03.832 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:03.833 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:03.834 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:03.834 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:03 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:20:03.834 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:03 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:20:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:03 smithi138 ceph-mon[49866]: pgmap v236: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 329 B/s wr, 0 op/s 2024-09-17T09:20:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:03 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:20:04.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:20:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:04.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:04.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:04.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:04.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:04.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:03 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:03 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:03 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:20:04.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:20:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:04.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:04.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:04.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:04.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:04.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:03 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:20:04.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:03 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:20:05.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:05 smithi110 ceph-mon[68591]: pgmap v237: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 329 B/s wr, 0 op/s 2024-09-17T09:20:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:05 smithi138 ceph-mon[49866]: pgmap v237: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 329 B/s wr, 0 op/s 2024-09-17T09:20:06.905 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:06.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:06.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:06.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:06.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:06.906 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:06 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi138.cpylqb"]}]: dispatch 2024-09-17T09:20:07.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:07.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:07.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:07.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:07.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:07.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:06 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi138.cpylqb"]}]: dispatch 2024-09-17T09:20:08.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:07 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:08.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:08.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:20:08.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:20:08.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:08.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:08.065 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:08.066 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:08.067 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:08.068 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:07 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:07 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:07 smithi138 ceph-mon[49866]: pgmap v238: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:07 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:20:08.069 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:08.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:08.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:08.072 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:08.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:08.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:08.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:08.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:08.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:08.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:08.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:08.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:07 smithi138 ceph-mon[49866]: Upgrade: It appears safe to stop mds.foofs.smithi138.cpylqb 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:07 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:08.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:08.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:08.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:08.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:07 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:07 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:07 smithi110 ceph-mon[68591]: pgmap v238: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:07 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:08.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:08.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:08.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:08.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:08.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:08.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:08.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:08.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:08.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:08.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:07 smithi110 ceph-mon[68591]: Upgrade: It appears safe to stop mds.foofs.smithi138.cpylqb 2024-09-17T09:20:09.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:08 smithi110 ceph-mon[68591]: Upgrade: Updating mds.foofs.smithi138.cpylqb 2024-09-17T09:20:09.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:09.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.cpylqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T09:20:09.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:08 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:09.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:08 smithi110 ceph-mon[68591]: Deploying daemon mds.foofs.smithi138.cpylqb on smithi138 2024-09-17T09:20:09.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:08 smithi138 ceph-mon[49866]: Upgrade: Updating mds.foofs.smithi138.cpylqb 2024-09-17T09:20:09.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:09.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.cpylqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T09:20:09.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:08 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:09.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:08 smithi138 ceph-mon[49866]: Deploying daemon mds.foofs.smithi138.cpylqb on smithi138 2024-09-17T09:20:09.749 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: pgmap v239: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:20:09.749 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T09:20:09.749 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T09:20:09.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110[68587]: 2024-09-17T09:20:09.539+0000 7f17c4c78640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T09:20:09.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: pgmap v239: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: osdmap e117: 8 total, 8 up, 8 in 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: Standby daemon mds.foofs.smithi110.hbqklo assigned to filesystem foofs as rank 0 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:20:09.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:09 smithi110 ceph-mon[68591]: fsmap foofs:1/1 {0=foofs.smithi110.hbqklo=up:replay} 2024-09-17T09:20:10.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: osdmap e117: 8 total, 8 up, 8 in 2024-09-17T09:20:10.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: Standby daemon mds.foofs.smithi110.hbqklo assigned to filesystem foofs as rank 0 2024-09-17T09:20:10.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T09:20:10.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T09:20:10.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-17T09:20:10.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:20:10.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:09 smithi138 ceph-mon[49866]: fsmap foofs:1/1 {0=foofs.smithi110.hbqklo=up:replay} 2024-09-17T09:20:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:11 smithi110 ceph-mon[68591]: pgmap v241: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T09:20:12.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:11 smithi110 ceph-mon[68591]: reconnect by client.14768 172.21.15.110:0/4130865350 after 0.000999982 2024-09-17T09:20:12.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:11 smithi110 ceph-mon[68591]: reconnect by client.24519 172.21.15.138:0/1269080225 after 0.000999982 2024-09-17T09:20:12.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:11 smithi110 ceph-mon[68591]: mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060] up:reconnect 2024-09-17T09:20:12.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:11 smithi110 ceph-mon[68591]: fsmap foofs:1/1 {0=foofs.smithi110.hbqklo=up:reconnect} 2024-09-17T09:20:12.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:11 smithi138 ceph-mon[49866]: pgmap v241: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T09:20:12.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:11 smithi138 ceph-mon[49866]: reconnect by client.14768 172.21.15.110:0/4130865350 after 0.000999982 2024-09-17T09:20:12.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:11 smithi138 ceph-mon[49866]: reconnect by client.24519 172.21.15.138:0/1269080225 after 0.000999982 2024-09-17T09:20:12.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:11 smithi138 ceph-mon[49866]: mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060] up:reconnect 2024-09-17T09:20:12.073 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:11 smithi138 ceph-mon[49866]: fsmap foofs:1/1 {0=foofs.smithi110.hbqklo=up:reconnect} 2024-09-17T09:20:13.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:12 smithi138 ceph-mon[49866]: mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060] up:rejoin 2024-09-17T09:20:13.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:12 smithi138 ceph-mon[49866]: fsmap foofs:1/1 {0=foofs.smithi110.hbqklo=up:rejoin} 2024-09-17T09:20:13.017 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:12 smithi138 ceph-mon[49866]: daemon mds.foofs.smithi110.hbqklo is now active in filesystem foofs as rank 0 2024-09-17T09:20:13.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:12 smithi110 ceph-mon[68591]: mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060] up:rejoin 2024-09-17T09:20:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:12 smithi110 ceph-mon[68591]: fsmap foofs:1/1 {0=foofs.smithi110.hbqklo=up:rejoin} 2024-09-17T09:20:13.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:12 smithi110 ceph-mon[68591]: daemon mds.foofs.smithi110.hbqklo is now active in filesystem foofs as rank 0 2024-09-17T09:20:13.226 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:20:13.857 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 21s ago 26m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (4m) 21s ago 26m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (4m) 55s ago 25m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 21s ago 26m 39.0M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (27s) 21s ago 20m 12.5M - 18.2.4-855-g19e2a2be 980a0bfcd684 bcc37ba57743 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (20m) 55s ago 20m 16.8M - 16.2.4 8d91d370c2b8 4d5f6430a1b9 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (7m) 21s ago 27m 502M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (6m) 55s ago 25m 440M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (6m) 21s ago 27m 88.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (5m) 55s ago 25m 61.6M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (18m) 21s ago 18m 163M - 3.5 8d91d370c2b8 dacee5b82682 2024-09-17T09:20:13.858 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (18m) 55s ago 18m 90.7M - 3.5 8d91d370c2b8 b873be803aa0 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 21s ago 25m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 55s ago 25m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (4m) 21s ago 24m 219M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (3m) 21s ago 24m 195M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (3m) 21s ago 23m 173M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (2m) 21s ago 23m 205M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (2m) 55s ago 23m 215M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 db6533eae7ec 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (113s) 55s ago 22m 206M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0de5a9977e8b 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (85s) 55s ago 22m 196M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 2f84c9c19be8 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (59s) 55s ago 22m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 ed4f33b83ca1 2024-09-17T09:20:13.859 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 21s ago 25m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:20:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:13 smithi110 ceph-mon[68591]: pgmap v242: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4 op/s 2024-09-17T09:20:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:13 smithi110 ceph-mon[68591]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T09:20:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:13 smithi110 ceph-mon[68591]: mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060] up:active 2024-09-17T09:20:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:13 smithi110 ceph-mon[68591]: fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 2024-09-17T09:20:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:14.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:14.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:13 smithi138 ceph-mon[49866]: pgmap v242: 129 pgs: 129 active+clean; 219 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4 op/s 2024-09-17T09:20:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:13 smithi138 ceph-mon[49866]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T09:20:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:13 smithi138 ceph-mon[49866]: mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060] up:active 2024-09-17T09:20:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:13 smithi138 ceph-mon[49866]: fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 2024-09-17T09:20:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T09:20:14.239 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:20:14.240 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:20:14.240 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T09:20:14.240 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:20:14.240 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:20:14.240 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 13 2024-09-17T09:20:14.240 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:20:14.240 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout: "osd", 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout: "crash", 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:20:14.558 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr" 2024-09-17T09:20:14.559 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:20:14.559 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "15/23 daemons upgraded", 2024-09-17T09:20:14.559 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mds daemons", 2024-09-17T09:20:14.559 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:20:14.559 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:20:14.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:14 smithi110 ceph-mon[68591]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:14.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:14 smithi110 ceph-mon[68591]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:14.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:14 smithi110 ceph-mon[68591]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:14.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:14 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/2363084606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:14.941 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s); insufficient standby MDS daemons available 2024-09-17T09:20:14.941 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:20:14.941 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:20:14.941 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:20:14.942 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:20:14.942 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:20:14.942 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:20:14.942 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] MDS_INSUFFICIENT_STANDBY: insufficient standby MDS daemons available 2024-09-17T09:20:14.942 INFO:teuthology.orchestra.run.smithi110.stdout: have 0; want 1 more 2024-09-17T09:20:15.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:14 smithi138 ceph-mon[49866]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:14 smithi138 ceph-mon[49866]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:14 smithi138 ceph-mon[49866]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:14 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/2363084606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:16.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:15 smithi110 ceph-mon[68591]: pgmap v243: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 102 B/s wr, 8 op/s 2024-09-17T09:20:16.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:15 smithi110 ceph-mon[68591]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:16.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:15 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/2332319298' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:20:16.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:15 smithi138 ceph-mon[49866]: pgmap v243: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 102 B/s wr, 8 op/s 2024-09-17T09:20:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:15 smithi138 ceph-mon[49866]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:15 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/2332319298' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:20:18.062 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:17 smithi138 ceph-mon[49866]: pgmap v244: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-17T09:20:18.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:17 smithi110 ceph-mon[68591]: pgmap v244: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-17T09:20:19.459 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:19 smithi138 ceph-mon[49866]: pgmap v245: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-17T09:20:19.459 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:19.459 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:19.459 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:19.459 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:19 smithi138 ceph-mon[49866]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T09:20:19.459 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:19 smithi138 ceph-mon[49866]: mds.? [v2:172.21.15.138:6832/41190525,v1:172.21.15.138:6833/41190525] up:boot 2024-09-17T09:20:19.459 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:19 smithi138 ceph-mon[49866]: fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:20:19.459 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:19 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:20:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:19 smithi110 ceph-mon[68591]: pgmap v245: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-17T09:20:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:19 smithi110 ceph-mon[68591]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T09:20:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:19 smithi110 ceph-mon[68591]: mds.? [v2:172.21.15.138:6832/41190525,v1:172.21.15.138:6833/41190525] up:boot 2024-09-17T09:20:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:19 smithi110 ceph-mon[68591]: fsmap foofs:1 {0=foofs.smithi110.hbqklo=up:active} 1 up:standby 2024-09-17T09:20:19.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:19 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:20:21.875 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:21 smithi138 ceph-mon[49866]: pgmap v246: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 194 B/s wr, 10 op/s 2024-09-17T09:20:21.875 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:21.875 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:21.875 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:21.875 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:22.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:21 smithi110 ceph-mon[68591]: pgmap v246: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 194 B/s wr, 10 op/s 2024-09-17T09:20:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:22.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:24.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:23 smithi138 ceph-mon[49866]: pgmap v247: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 7.2 KiB/s wr, 12 op/s 2024-09-17T09:20:24.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:23 smithi110 ceph-mon[68591]: pgmap v247: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 7.2 KiB/s wr, 12 op/s 2024-09-17T09:20:25.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: pgmap v248: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 7.2 KiB/s wr, 8 op/s 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: Detected new or changed devices on smithi138 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: pgmap v249: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 182 KiB/s rd, 8.2 KiB/s wr, 5 op/s 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: pgmap v250: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 969 B/s rd, 10 KiB/s wr, 5 op/s 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:25.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:20:25.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:25 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: pgmap v248: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 7.2 KiB/s wr, 8 op/s 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: Detected new or changed devices on smithi138 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: pgmap v249: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 182 KiB/s rd, 8.2 KiB/s wr, 5 op/s 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: pgmap v250: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 969 B/s rd, 10 KiB/s wr, 5 op/s 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:25.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:25.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:20:25.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:25 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:20:27.818 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:27 smithi110 ceph-mon[68591]: pgmap v251: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 242 B/s rd, 10 KiB/s wr, 4 op/s 2024-09-17T09:20:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:27 smithi138 ceph-mon[49866]: pgmap v251: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 242 B/s rd, 10 KiB/s wr, 4 op/s 2024-09-17T09:20:28.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:28 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:28.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:28.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:28.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:28.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:28.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:28.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:28.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:28.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:28.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:28.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:28.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:28.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:28.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:28.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:28.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:28.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:28.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:28.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:28.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:28.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:28.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:28 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:28 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:29.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:29.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:29.081 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:29.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:29.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:28 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:20:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:29 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:20:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:29 smithi110 ceph-mon[68591]: pgmap v252: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 242 B/s rd, 10 KiB/s wr, 4 op/s 2024-09-17T09:20:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:30.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:29 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:30.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:29 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:20:30.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:29 smithi138 ceph-mon[49866]: pgmap v252: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 242 B/s rd, 10 KiB/s wr, 4 op/s 2024-09-17T09:20:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:30.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:29 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:31 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:31.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:31.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:31.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:31.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:31 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:31 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:31 smithi110 ceph-mon[68591]: pgmap v253: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:31 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:20:31.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:31.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:31.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:31.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:31 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:20:31.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:31 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:20:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:31 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:20:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:20:32.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:32.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:32.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:32.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:31 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:31 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:31 smithi138 ceph-mon[49866]: pgmap v253: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-09-17T09:20:32.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:31 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:32.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:32.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:32.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:20:32.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:31 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:20:32.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:31 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:20:33.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:33 smithi110 ceph-mon[68591]: pgmap v254: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-09-17T09:20:33.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:33 smithi138 ceph-mon[49866]: pgmap v254: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-09-17T09:20:34.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:34.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:20:34.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi110.hbqklo"}]': finished 2024-09-17T09:20:34.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:20:34.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi138.cpylqb"}]': finished 2024-09-17T09:20:34.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi110.hbqklo"}]: dispatch 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi110.hbqklo"}]': finished 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi138.cpylqb"}]: dispatch 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi138.cpylqb"}]': finished 2024-09-17T09:20:34.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:34.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:34.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:20:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:20:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:35.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:35.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:35.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:35.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:35.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:35.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:35.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: pgmap v255: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all mds 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all rgw 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all rbd-mirror 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all ceph-exporter 2024-09-17T09:20:35.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:35 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all iscsi 2024-09-17T09:20:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:36.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:36.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:20:36.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:36.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:36.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:36.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:36.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:36.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:36.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:36.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:36.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:36.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:36.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:36.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:36.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:36.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:36.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:36.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:36.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:36.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:36.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:36.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:36.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:36.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:36.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:36.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:36.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:36.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:36.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:36.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:36.090 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:36.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:20:36.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:20:36.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:20:36.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:36.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:36.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:36.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:36.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:36.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:36.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:36.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:36.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:36.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:36.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:36.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:36.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:36.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:36.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:20:36.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:20:36.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: pgmap v255: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T09:20:36.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all mds 2024-09-17T09:20:36.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all rgw 2024-09-17T09:20:36.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all rbd-mirror 2024-09-17T09:20:36.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all ceph-exporter 2024-09-17T09:20:36.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:35 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all iscsi 2024-09-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: Upgrade: Updating nfs.foo.0.0.smithi110.ovgyxn (1/2) 2024-09-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: Creating key for client.nfs.foo.0.0.smithi110.ovgyxn 2024-09-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 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-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 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-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:37.037 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:20:37.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:20:37.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: Rados config object exists: conf-nfs.foo 2024-09-17T09:20:37.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: Creating key for client.nfs.foo.0.0.smithi110.ovgyxn-rgw 2024-09-17T09:20:37.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:20:37.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: Bind address in nfs.foo.0.0.smithi110.ovgyxn's ganesha conf is defaulting to empty 2024-09-17T09:20:37.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:37.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: Deploying daemon nfs.foo.0.0.smithi110.ovgyxn on smithi110 2024-09-17T09:20:37.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:36 smithi110 ceph-mon[68591]: pgmap v256: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:20:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: Upgrade: Updating nfs.foo.0.0.smithi110.ovgyxn (1/2) 2024-09-17T09:20:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: Creating key for client.nfs.foo.0.0.smithi110.ovgyxn 2024-09-17T09:20:37.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 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-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 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-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: Rados config object exists: conf-nfs.foo 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: Creating key for client.nfs.foo.0.0.smithi110.ovgyxn-rgw 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.ovgyxn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: Bind address in nfs.foo.0.0.smithi110.ovgyxn's ganesha conf is defaulting to empty 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:37.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: Deploying daemon nfs.foo.0.0.smithi110.ovgyxn on smithi110 2024-09-17T09:20:37.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:36 smithi138 ceph-mon[49866]: pgmap v256: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:20:39.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:39 smithi110 ceph-mon[68591]: pgmap v257: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2024-09-17T09:20:40.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:39 smithi138 ceph-mon[49866]: pgmap v257: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2024-09-17T09:20:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:40 smithi138 ceph-mon[49866]: Evicting (and blocklisting) client session 14768 (172.21.15.110:0/4130865350) 2024-09-17T09:20:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:40 smithi138 ceph-mon[49866]: from='mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060]' entity='mds.foofs.smithi110.hbqklo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.110:0/4130865350"}]: dispatch 2024-09-17T09:20:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:40 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:41.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:40 smithi110 ceph-mon[68591]: Evicting (and blocklisting) client session 14768 (172.21.15.110:0/4130865350) 2024-09-17T09:20:41.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:40 smithi110 ceph-mon[68591]: from='mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060]' entity='mds.foofs.smithi110.hbqklo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.110:0/4130865350"}]: dispatch 2024-09-17T09:20:41.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:41.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:40 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: pgmap v258: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 597 B/s wr, 1 op/s 2024-09-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060]' entity='mds.foofs.smithi110.hbqklo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.110:0/4130865350"}]': finished 2024-09-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: osdmap e118: 8 total, 8 up, 8 in 2024-09-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 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-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 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-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:20:41.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:20:41.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:20:41.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:41 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:41.853 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: pgmap v258: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 597 B/s wr, 1 op/s 2024-09-17T09:20:41.853 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060]' entity='mds.foofs.smithi110.hbqklo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.110:0/4130865350"}]': finished 2024-09-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: osdmap e118: 8 total, 8 up, 8 in 2024-09-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 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-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 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-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi138.vlzgbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:20:41.854 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:41 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:42.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:42 smithi138 ceph-mon[49866]: Upgrade: Updating nfs.foo.1.0.smithi138.vlzgbq (2/2) 2024-09-17T09:20:42.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:42 smithi138 ceph-mon[49866]: Creating key for client.nfs.foo.1.0.smithi138.vlzgbq 2024-09-17T09:20:42.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:42 smithi138 ceph-mon[49866]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T09:20:42.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:42 smithi138 ceph-mon[49866]: Rados config object exists: conf-nfs.foo 2024-09-17T09:20:42.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:42 smithi138 ceph-mon[49866]: Creating key for client.nfs.foo.1.0.smithi138.vlzgbq-rgw 2024-09-17T09:20:42.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:42 smithi138 ceph-mon[49866]: Bind address in nfs.foo.1.0.smithi138.vlzgbq's ganesha conf is defaulting to empty 2024-09-17T09:20:42.733 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:42 smithi138 ceph-mon[49866]: Deploying daemon nfs.foo.1.0.smithi138.vlzgbq on smithi138 2024-09-17T09:20:42.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:42 smithi110 ceph-mon[68591]: Upgrade: Updating nfs.foo.1.0.smithi138.vlzgbq (2/2) 2024-09-17T09:20:42.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:42 smithi110 ceph-mon[68591]: Creating key for client.nfs.foo.1.0.smithi138.vlzgbq 2024-09-17T09:20:42.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:42 smithi110 ceph-mon[68591]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T09:20:42.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:42 smithi110 ceph-mon[68591]: Rados config object exists: conf-nfs.foo 2024-09-17T09:20:42.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:42 smithi110 ceph-mon[68591]: Creating key for client.nfs.foo.1.0.smithi138.vlzgbq-rgw 2024-09-17T09:20:42.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:42 smithi110 ceph-mon[68591]: Bind address in nfs.foo.1.0.smithi138.vlzgbq's ganesha conf is defaulting to empty 2024-09-17T09:20:42.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:42 smithi110 ceph-mon[68591]: Deploying daemon nfs.foo.1.0.smithi138.vlzgbq on smithi138 2024-09-17T09:20:43.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:43 smithi138 ceph-mon[49866]: pgmap v260: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 511 B/s wr, 2 op/s 2024-09-17T09:20:43.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:43 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:44.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:43 smithi110 ceph-mon[68591]: pgmap v260: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 511 B/s wr, 2 op/s 2024-09-17T09:20:44.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:43 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:44.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:44 smithi138 ceph-mon[49866]: from='mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060]' entity='mds.foofs.smithi110.hbqklo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1269080225"}]: dispatch 2024-09-17T09:20:45.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:44 smithi110 ceph-mon[68591]: from='mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060]' entity='mds.foofs.smithi110.hbqklo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1269080225"}]: dispatch 2024-09-17T09:20:45.296 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:20:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:45 smithi110 ceph-mon[68591]: pgmap v261: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.0 KiB/s rd, 921 B/s wr, 4 op/s 2024-09-17T09:20:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:45 smithi110 ceph-mon[68591]: Evicting (and blocklisting) client session 24519 (172.21.15.138:0/1269080225) 2024-09-17T09:20:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:45 smithi110 ceph-mon[68591]: from='mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060]' entity='mds.foofs.smithi110.hbqklo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1269080225"}]': finished 2024-09-17T09:20:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:45 smithi110 ceph-mon[68591]: osdmap e119: 8 total, 8 up, 8 in 2024-09-17T09:20:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:45 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:45 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:45.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:45 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:45.966 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 53s ago 26m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (5m) 53s ago 26m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (5m) 25s ago 25m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 53s ago 26m 39.0M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (59s) 53s ago 21m 12.5M - 18.2.4-855-g19e2a2be 980a0bfcd684 bcc37ba57743 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (28s) 25s ago 21m 11.5M - 18.2.4-855-g19e2a2be 980a0bfcd684 e9d194a2a518 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (7m) 53s ago 28m 502M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (7m) 25s ago 25m 440M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (6m) 53s ago 28m 88.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (6m) 25s ago 25m 63.9M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 starting - - - - 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 starting - - - - 2024-09-17T09:20:45.967 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 unknown 53s ago 26m 17.1M - 0.18.1 e5a616e4b9cf 914b33489024 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 25s ago 25m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (4m) 53s ago 25m 219M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (4m) 53s ago 24m 195M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (3m) 53s ago 24m 173M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (3m) 53s ago 24m 205M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (2m) 25s ago 23m 217M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 db6533eae7ec 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (2m) 25s ago 23m 214M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0de5a9977e8b 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (118s) 25s ago 23m 201M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 2f84c9c19be8 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (91s) 25s ago 22m 248M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 ed4f33b83ca1 2024-09-17T09:20:45.968 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 53s ago 26m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:20:46.059 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:45 smithi138 ceph-mon[49866]: pgmap v261: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.0 KiB/s rd, 921 B/s wr, 4 op/s 2024-09-17T09:20:46.060 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:45 smithi138 ceph-mon[49866]: Evicting (and blocklisting) client session 24519 (172.21.15.138:0/1269080225) 2024-09-17T09:20:46.060 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:45 smithi138 ceph-mon[49866]: from='mds.? [v2:172.21.15.110:6834/3400853060,v1:172.21.15.110:6835/3400853060]' entity='mds.foofs.smithi110.hbqklo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1269080225"}]': finished 2024-09-17T09:20:46.060 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:45 smithi138 ceph-mon[49866]: osdmap e119: 8 total, 8 up, 8 in 2024-09-17T09:20:46.060 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:45 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:46.060 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:45 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:46.060 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:45 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:46.358 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:20:46.358 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:20:46.358 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:20:46.358 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:20:46.358 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:20:46.358 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 14 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:20:46.359 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:20:46.688 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "mds", 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "osd", 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr", 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "crash" 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:20:46.689 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "16/23 daemons upgraded", 2024-09-17T09:20:46.690 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading nfs daemons", 2024-09-17T09:20:46.690 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2024-09-17T09:20:46.690 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:20:46.966 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:46 smithi138 ceph-mon[49866]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:46.966 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:46 smithi138 ceph-mon[49866]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:46.966 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:46 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1192831158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:47.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:46 smithi110 ceph-mon[68591]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:47.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:46 smithi110 ceph-mon[68591]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:47.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:46 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1192831158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:20:47.093 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 5 failed cephadm daemon(s) 2024-09-17T09:20:47.093 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 5 failed cephadm daemon(s) 2024-09-17T09:20:47.094 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:20:47.094 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:20:47.094 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi110 on smithi110 is in unknown state 2024-09-17T09:20:47.094 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:20:47.094 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:20:47.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:47 smithi110 ceph-mon[68591]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:47.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:47 smithi110 ceph-mon[68591]: pgmap v263: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-17T09:20:47.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:47 smithi110 ceph-mon[68591]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:47.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:47 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1725423474' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:20:47.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:47.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:47 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:48.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:47 smithi138 ceph-mon[49866]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:47 smithi138 ceph-mon[49866]: pgmap v263: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-17T09:20:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:47 smithi138 ceph-mon[49866]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:47 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1725423474' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:20:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:48.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:47 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:49.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:48 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:49.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:48 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:49.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:48 smithi110 ceph-mon[68591]: pgmap v264: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-09-17T09:20:49.281 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:48 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:49.281 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:48 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:49.282 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:48 smithi138 ceph-mon[49866]: pgmap v264: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-09-17T09:20:51.289 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:51 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.289 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:51 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.289 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:51 smithi110 ceph-mon[68591]: pgmap v265: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2024-09-17T09:20:51.290 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:51 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.290 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:51 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.290 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:51 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.290 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:51 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:51 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:51 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:51 smithi138 ceph-mon[49866]: pgmap v265: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2024-09-17T09:20:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:51 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:51 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:51 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:51.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:51 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:53.812 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:53 smithi110 ceph-mon[68591]: pgmap v266: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-17T09:20:54.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:53 smithi138 ceph-mon[49866]: pgmap v266: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-17T09:20:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:20:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:20:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: pgmap v267: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-09-17T09:20:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: pgmap v268: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-09-17T09:20:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:54 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: pgmap v267: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: pgmap v268: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:54 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:20:56.189 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:55 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:20:56.189 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:55 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:20:56.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:55 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:20:56.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:55 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:20:57.148 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:56 smithi110 ceph-mon[68591]: pgmap v269: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 330 B/s wr, 1 op/s 2024-09-17T09:20:57.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:56 smithi138 ceph-mon[49866]: pgmap v269: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 330 B/s wr, 1 op/s 2024-09-17T09:20:58.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:58 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:58.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:58.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:58.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:58.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:58.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:58.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:20:58.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:58.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:58.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:58 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:20:58.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:58 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:20:58.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:58 smithi110 ceph-mon[68591]: pgmap v270: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:20:58.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:20:58 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:58 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:59.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:59.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:20:59.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:20:59.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:20:59.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:20:59.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:20:59.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:58 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:20:59.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:58 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:20:59.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:58 smithi138 ceph-mon[49866]: pgmap v270: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:20:59.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:20:58 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:01.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:00 smithi110 ceph-mon[68591]: pgmap v271: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 220 B/s rd, 0 op/s 2024-09-17T09:21:01.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:00 smithi138 ceph-mon[49866]: pgmap v271: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 220 B/s rd, 0 op/s 2024-09-17T09:21:02.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:01 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:02.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:02.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:02.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:02.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:02.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:02.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:01 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:01 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:01 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:21:02.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:02.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:02.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:01 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:21:02.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:01 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:21:02.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:01 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:02.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:02.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:02.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:02.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:02.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:02.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:02.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:01 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:01 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:01 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:02.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:02.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:02.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi110 ... 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:02.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:02.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:02.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:02.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:02.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:02.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:02.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:21:02.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:01 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:21:02.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:01 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:21:03.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:02 smithi110 ceph-mon[68591]: pgmap v272: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 220 B/s rd, 0 op/s 2024-09-17T09:21:03.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:02 smithi138 ceph-mon[49866]: pgmap v272: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 220 B/s rd, 0 op/s 2024-09-17T09:21:05.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:05.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: pgmap v273: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:05.173 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:05.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:05.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:05.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:05.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:05.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:05.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi110.ovgyxn"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi110.ovgyxn"}]': finished 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi138.vlzgbq"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi138.vlzgbq"}]': finished 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:04 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:05.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:05.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:05.331 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:05.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:05.333 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: pgmap v273: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:05.334 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:05.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:05.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:05.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi110.ovgyxn"}]: dispatch 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi110.ovgyxn"}]': finished 2024-09-17T09:21:05.339 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi138.vlzgbq"}]: dispatch 2024-09-17T09:21:05.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi138.vlzgbq"}]': finished 2024-09-17T09:21:05.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:05.340 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:04 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:06.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:05 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all nfs 2024-09-17T09:21:06.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:05 smithi110 ceph-mon[68591]: Upgrade: Setting container_image for all nvmeof 2024-09-17T09:21:06.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:05 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all nfs 2024-09-17T09:21:06.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:05 smithi138 ceph-mon[49866]: Upgrade: Setting container_image for all nvmeof 2024-09-17T09:21:07.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:06 smithi110 ceph-mon[68591]: Upgrade: Updating node-exporter.smithi110 (1/2) 2024-09-17T09:21:07.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:06 smithi110 ceph-mon[68591]: Deploying daemon node-exporter.smithi110 on smithi110 2024-09-17T09:21:07.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:06 smithi110 ceph-mon[68591]: pgmap v274: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:07.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:06 smithi138 ceph-mon[49866]: Upgrade: Updating node-exporter.smithi110 (1/2) 2024-09-17T09:21:07.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:06 smithi138 ceph-mon[49866]: Deploying daemon node-exporter.smithi110 on smithi110 2024-09-17T09:21:07.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:06 smithi138 ceph-mon[49866]: pgmap v274: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Redeploying daemon node-exporter.smithi110 on host smithi110 failed. 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: pgmap v275: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: pgmap v276: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: pgmap v277: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:08.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:08.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:21:08.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:07 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Redeploying daemon node-exporter.smithi110 on host smithi110 failed. 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: pgmap v275: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: pgmap v276: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: pgmap v277: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:21:08.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:07 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:21:09.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:08 smithi110 ceph-mon[68591]: Health check failed: Redeploying daemon node-exporter.smithi110 on host smithi110 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-09-17T09:21:09.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:08 smithi138 ceph-mon[49866]: Health check failed: Redeploying daemon node-exporter.smithi110 on host smithi110 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-09-17T09:21:10.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:09 smithi110 ceph-mon[68591]: pgmap v278: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 724 B/s wr, 2 op/s 2024-09-17T09:21:10.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:09 smithi138 ceph-mon[49866]: pgmap v278: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 724 B/s wr, 2 op/s 2024-09-17T09:21:11.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:10 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:11.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:11.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:21:11.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:21:11.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:11.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:11.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:11.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:11.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:11.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:11.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:11.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:10 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:21:11.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:10 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:21:11.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:10 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:11.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:11.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:21:11.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:21:11.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:11.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:11.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:11.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:11.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:11.244 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:11.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:11.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:11.247 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:10 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:21:11.247 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:10 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:21:12.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:11 smithi138 ceph-mon[49866]: pgmap v279: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 724 B/s wr, 2 op/s 2024-09-17T09:21:12.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:11 smithi110 ceph-mon[68591]: pgmap v279: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 724 B/s wr, 2 op/s 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:14 smithi110 ceph-mon[68591]: pgmap v280: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 724 B/s wr, 2 op/s 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:14 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:15.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:15.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:15.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:15.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:14 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:14 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:15.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:14 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:14 smithi138 ceph-mon[49866]: pgmap v280: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 724 B/s wr, 2 op/s 2024-09-17T09:21:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:14 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:15.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:15.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:15.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:15.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:15.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:15.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:14 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2024-09-17T09:21:15.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:14 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2024-09-17T09:21:15.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:15.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:14 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:17.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:16 smithi110 ceph-mon[68591]: pgmap v281: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 639 B/s wr, 1 op/s 2024-09-17T09:21:17.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:16 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:17.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:16 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:16 smithi138 ceph-mon[49866]: pgmap v281: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 639 B/s wr, 1 op/s 2024-09-17T09:21:17.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:16 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:17.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:16 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:17.449 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:21:17.778 INFO:teuthology.orchestra.run.smithi110.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Redeploying daemon node-exporter.smithi110 on host smithi110 failed." 2024-09-17T09:21:17.779 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:17 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:21:17.779 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:17 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:21:18.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:17 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:21:18.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:17 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:21:18.647 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph orch ps' 2024-09-17T09:21:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:18 smithi110 ceph-mon[68591]: pgmap v282: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 818 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T09:21:19.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:18 smithi110 ceph-mon[68591]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:19.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:18 smithi110 ceph-mon[68591]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:19.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:18 smithi138 ceph-mon[49866]: pgmap v282: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 818 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T09:21:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:18 smithi138 ceph-mon[49866]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:19.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:18 smithi138 ceph-mon[49866]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:20.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:20 smithi110 ceph-mon[68591]: pgmap v283: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2024-09-17T09:21:20.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:20 smithi138 ceph-mon[49866]: pgmap v283: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2024-09-17T09:21:21.799 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:21 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:21:21.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:21 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:22 smithi110 ceph-mon[68591]: pgmap v284: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:22 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:22.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:22.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:22.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:22 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:22 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:22 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:22.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:22.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:22.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:22.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:22.829 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:22.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:22 smithi138 ceph-mon[49866]: pgmap v284: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:22.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:22 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:22.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:22.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:22.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:22.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:22.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:22.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:22.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:22.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:22.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:22 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:22 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:22 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:22.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:22.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:22.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:22.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:22.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:22.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:22.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:22.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:22.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:22.837 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:22.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:22.838 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:22.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:22.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:22.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:22.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 32s ago 27m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (5m) 32s ago 27m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (5m) 35s ago 26m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 32s ago 27m 39.0M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (96s) 32s ago 21m 27.0M - 18.2.4-855-g19e2a2be 980a0bfcd684 bcc37ba57743 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (65s) 35s ago 21m 12.9M - 18.2.4-855-g19e2a2be 980a0bfcd684 e9d194a2a518 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (8m) 32s ago 28m 504M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (7m) 35s ago 26m 440M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (7m) 32s ago 28m 90.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:21:22.866 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (6m) 35s ago 26m 65.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (43s) 32s ago 19m 59.8M - 5.5 980a0bfcd684 76f6789d56f2 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (38s) 35s ago 19m 59.5M - 5.5 980a0bfcd684 ca9d71a879a0 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 starting - - - - 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 35s ago 26m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (5m) 32s ago 25m 220M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (4m) 32s ago 25m 197M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (4m) 32s ago 25m 175M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (3m) 32s ago 24m 207M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (3m) 35s ago 24m 218M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 db6533eae7ec 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (3m) 35s ago 24m 214M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0de5a9977e8b 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (2m) 35s ago 23m 201M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 2f84c9c19be8 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (2m) 35s ago 23m 248M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 ed4f33b83ca1 2024-09-17T09:21:22.867 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 32s ago 26m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:21:23.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:23 smithi110 ceph-mon[68591]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:24.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:23 smithi138 ceph-mon[49866]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:24.244 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph versions' 2024-09-17T09:21:24.815 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:24 smithi110 ceph-mon[68591]: pgmap v285: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:25.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:24 smithi138 ceph-mon[49866]: pgmap v285: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:27.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:26 smithi110 ceph-mon[68591]: pgmap v286: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:27.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:26 smithi138 ceph-mon[49866]: pgmap v286: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:27.114 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 14 2024-09-17T09:21:27.115 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:21:27.116 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:21:27.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:27 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3675736361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:27.880 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-17T09:21:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:27 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3675736361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:21:29.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:28 smithi110 ceph-mon[68591]: pgmap v287: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:29.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:28 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:29.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:28 smithi138 ceph-mon[49866]: pgmap v287: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:29.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:28 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:30.435 INFO:teuthology.orchestra.run.smithi110.stdout:wait for servicemap items w/ changing names to refresh 2024-09-17T09:21:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:30 smithi138 ceph-mon[49866]: pgmap v288: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:21:31.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:30 smithi110 ceph-mon[68591]: pgmap v288: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:21:31.748 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'sleep 60' 2024-09-17T09:21:33.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:32 smithi110 ceph-mon[68591]: pgmap v289: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:33.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:32 smithi138 ceph-mon[49866]: pgmap v289: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:34.791 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:34 smithi110 ceph-mon[68591]: pgmap v290: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:34.791 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:34.791 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:34.791 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:34.791 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:21:34.791 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:34.791 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:34 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:34 smithi138 ceph-mon[49866]: pgmap v290: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:21:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:35.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:34 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:21:35.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:35 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:21:35.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:35 smithi110 ceph-mon[68591]: pgmap v291: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-09-17T09:21:35.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:35 smithi110 ceph-mon[68591]: pgmap v292: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:35.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:35 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:21:35.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:35 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:21:35.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:35 smithi110 ceph-mon[68591]: Health check update: 4 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:21:36.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:35 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:21:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:35 smithi138 ceph-mon[49866]: pgmap v291: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-09-17T09:21:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:35 smithi138 ceph-mon[49866]: pgmap v292: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:35 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:21:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:35 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:21:36.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:35 smithi138 ceph-mon[49866]: Health check update: 4 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T09:21:37.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:37 smithi110 ceph-mon[68591]: pgmap v293: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:38.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:37 smithi138 ceph-mon[49866]: pgmap v293: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:38.900 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:38 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:38.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:38.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:38.903 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:38 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:21:38.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:38 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:21:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:38 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:21:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:21:39.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:39.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:39.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:39.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:21:39.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:21:39.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:21:39.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:39.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:39.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:39.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:39.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:39.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:39.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:39.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:21:39.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:38 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:21:39.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:38 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:21:40.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:39 smithi110 ceph-mon[68591]: pgmap v294: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:21:40.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:39 smithi138 ceph-mon[49866]: pgmap v294: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-17T09:21:40.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:40 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:40.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:40.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:40.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:40.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:40.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:40.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:40 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:40 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:40.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:21:40.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:40.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:21:40.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:40 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:21:41.939 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:41 smithi110 ceph-mon[68591]: pgmap v295: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:41.939 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:41 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:21:42.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:41 smithi138 ceph-mon[49866]: pgmap v295: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:42.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:41 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:21:44.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:43 smithi110 ceph-mon[68591]: pgmap v296: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:44.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:43 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:44.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:43 smithi138 ceph-mon[49866]: pgmap v296: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2024-09-17T09:21:44.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:43 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:44 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:45.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:45.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:45.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:45.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:45.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:45.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:44 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:44 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:44 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:45.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:45.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:45.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:45.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:45.081 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:44 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:45.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:45.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:45.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:45.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:45.086 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:44 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:44 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:44 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:45.087 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:45.088 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:21:45.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:21:45.090 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:21:45.091 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:21:45.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:45 smithi110 ceph-mon[68591]: pgmap v297: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:21:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:45 smithi138 ceph-mon[49866]: pgmap v297: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:21:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:47 smithi110 ceph-mon[68591]: pgmap v298: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:48.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:47 smithi138 ceph-mon[49866]: pgmap v298: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:50.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:49 smithi110 ceph-mon[68591]: pgmap v299: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:50.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:49 smithi138 ceph-mon[49866]: pgmap v299: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:52.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:51 smithi110 ceph-mon[68591]: pgmap v300: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:21:52.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:51 smithi138 ceph-mon[49866]: pgmap v300: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:21:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:53 smithi110 ceph-mon[68591]: pgmap v301: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:53 smithi138 ceph-mon[49866]: pgmap v301: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:55.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:55 smithi110 ceph-mon[68591]: pgmap v302: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:56.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:55 smithi138 ceph-mon[49866]: pgmap v302: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:58.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:57 smithi110 ceph-mon[68591]: pgmap v303: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:58.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:57 smithi138 ceph-mon[49866]: pgmap v303: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:21:59.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:58 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:59.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:58 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:00.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:21:59 smithi110 ceph-mon[68591]: pgmap v304: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:21:59 smithi138 ceph-mon[49866]: pgmap v304: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:02.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:01 smithi110 ceph-mon[68591]: pgmap v305: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:02.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:01 smithi138 ceph-mon[49866]: pgmap v305: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:04.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:03 smithi110 ceph-mon[68591]: pgmap v306: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:03 smithi138 ceph-mon[49866]: pgmap v306: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:05.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:05 smithi110 ceph-mon[68591]: pgmap v307: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:05 smithi138 ceph-mon[49866]: pgmap v307: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:08.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:07 smithi110 ceph-mon[68591]: pgmap v308: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:08.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:07 smithi138 ceph-mon[49866]: pgmap v308: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:10.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:09 smithi110 ceph-mon[68591]: pgmap v309: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:10.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:09 smithi138 ceph-mon[49866]: pgmap v309: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:11 smithi110 ceph-mon[68591]: pgmap v310: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:12.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:11 smithi138 ceph-mon[49866]: pgmap v310: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:13 smithi110 ceph-mon[68591]: pgmap v311: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:14.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:13 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:14.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:13 smithi138 ceph-mon[49866]: pgmap v311: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:14.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:13 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:15.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:15 smithi110 ceph-mon[68591]: pgmap v312: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:16.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:15 smithi138 ceph-mon[49866]: pgmap v312: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:18.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:17 smithi110 ceph-mon[68591]: pgmap v313: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:18.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:17 smithi138 ceph-mon[49866]: pgmap v313: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:20.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:19 smithi110 ceph-mon[68591]: pgmap v314: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:20.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:19 smithi138 ceph-mon[49866]: pgmap v314: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:22.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:21 smithi110 ceph-mon[68591]: pgmap v315: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:22.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:21 smithi138 ceph-mon[49866]: pgmap v315: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:24.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:23 smithi110 ceph-mon[68591]: pgmap v316: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:24.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:23 smithi138 ceph-mon[49866]: pgmap v316: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:25 smithi110 ceph-mon[68591]: pgmap v317: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:26.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:25 smithi138 ceph-mon[49866]: pgmap v317: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:28.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:27 smithi110 ceph-mon[68591]: pgmap v318: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:28.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:27 smithi138 ceph-mon[49866]: pgmap v318: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:29.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:28 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:29.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:28 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:30.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:29 smithi110 ceph-mon[68591]: pgmap v319: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:30.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:29 smithi138 ceph-mon[49866]: pgmap v319: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:32.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:31 smithi110 ceph-mon[68591]: pgmap v320: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:32.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:31 smithi138 ceph-mon[49866]: pgmap v320: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:34.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:33 smithi110 ceph-mon[68591]: pgmap v321: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:34.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:33 smithi138 ceph-mon[49866]: pgmap v321: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:34.532 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph orch ps' 2024-09-17T09:22:35.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:35 smithi110 ceph-mon[68591]: pgmap v322: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:36.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:35 smithi138 ceph-mon[49866]: pgmap v322: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:36.543 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 unknown 62s ago 28m 19.0M - 0.20.0 0881eb8f169f 2fd2128623ce 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (7m) 62s ago 28m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 ba0b954a99e5 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi138 smithi138 running (7m) 109s ago 27m 6899k - 18.2.4-855-g19e2a2be 980a0bfcd684 92940e9126c6 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 unknown 62s ago 28m 39.0M - 6.7.4 557c83e11646 95a3b2d8bdec 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.hbqklo smithi110 running (2m) 62s ago 23m 27.2M - 18.2.4-855-g19e2a2be 980a0bfcd684 bcc37ba57743 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi138.cpylqb smithi138 running (2m) 109s ago 23m 12.9M - 18.2.4-855-g19e2a2be 980a0bfcd684 e9d194a2a518 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.pyeest smithi110 *:8443,9283,8765 running (9m) 62s ago 29m 504M - 18.2.4-855-g19e2a2be 980a0bfcd684 e27328663b17 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi138.yorhtj smithi138 *:8443,9283,8765 running (8m) 109s ago 27m 440M - 18.2.4-855-g19e2a2be 980a0bfcd684 b4ca34280dbb 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (8m) 62s ago 30m 91.2M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 cdfea7e9d9be 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi138 smithi138 running (7m) 109s ago 27m 65.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 322717b21964 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.ovgyxn smithi110 *:2049 running (117s) 62s ago 20m 74.7M - 5.5 980a0bfcd684 76f6789d56f2 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi138.vlzgbq smithi138 *:2049 running (112s) 109s ago 20m 59.5M - 5.5 980a0bfcd684 ca9d71a879a0 2024-09-17T09:22:36.544 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (80s) 62s ago 28m 8108k - 1.5.0 0da6a335fe13 899550053a2a 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi138 smithi138 *:9100 unknown 109s ago 27m 17.2M - 0.18.1 e5a616e4b9cf 99938726d1be 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (6m) 62s ago 27m 220M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 327e7ae00f98 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (6m) 62s ago 26m 197M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0f63be811642 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (5m) 62s ago 26m 175M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 50ca93868dab 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (5m) 62s ago 25m 207M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 68f0dc89cf4b 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi138 running (4m) 109s ago 25m 218M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 db6533eae7ec 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi138 running (4m) 109s ago 25m 214M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 0de5a9977e8b 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi138 running (3m) 109s ago 25m 201M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 2f84c9c19be8 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi138 running (3m) 109s ago 24m 248M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 ed4f33b83ca1 2024-09-17T09:22:36.545 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 unknown 62s ago 28m 42.7M - 2.18.1 de242295e225 05b922d16b42 2024-09-17T09:22:37.391 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph orch upgrade status' 2024-09-17T09:22:37.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:37 smithi110 ceph-mon[68591]: pgmap v323: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:37.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:37 smithi110 ceph-mon[68591]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:22:38.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:37 smithi138 ceph-mon[49866]: pgmap v323: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:38.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:37 smithi138 ceph-mon[49866]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:22:39.406 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:22:39.406 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [ 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "nfs", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "mon", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "mds", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "osd", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "crash" 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "18/23 daemons upgraded", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Redeploying daemon node-exporter.smithi110 on host smithi110 failed.", 2024-09-17T09:22:39.407 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": true 2024-09-17T09:22:39.408 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:22:40.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:39 smithi110 ceph-mon[68591]: pgmap v324: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:40.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:39 smithi138 ceph-mon[49866]: pgmap v324: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:40.190 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph health detail' 2024-09-17T09:22:40.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:40 smithi138 ceph-mon[49866]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:22:41.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:40 smithi110 ceph-mon[68591]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:22:42.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:41 smithi110 ceph-mon[68591]: pgmap v325: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:42.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:41 smithi138 ceph-mon[49866]: pgmap v325: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:22:42.234 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN 4 failed cephadm daemon(s); Redeploying daemon node-exporter.smithi110 on host smithi110 failed. 2024-09-17T09:22:42.234 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] CEPHADM_FAILED_DAEMON: 4 failed cephadm daemon(s) 2024-09-17T09:22:42.234 INFO:teuthology.orchestra.run.smithi110.stdout: daemon alertmanager.smithi110 on smithi110 is in unknown state 2024-09-17T09:22:42.234 INFO:teuthology.orchestra.run.smithi110.stdout: daemon grafana.smithi110 on smithi110 is in unknown state 2024-09-17T09:22:42.234 INFO:teuthology.orchestra.run.smithi110.stdout: daemon prometheus.smithi110 on smithi110 is in unknown state 2024-09-17T09:22:42.234 INFO:teuthology.orchestra.run.smithi110.stdout: daemon node-exporter.smithi138 on smithi138 is in unknown state 2024-09-17T09:22:42.234 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Redeploying daemon node-exporter.smithi110 on host smithi110 failed. 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout: Upgrade daemon: node-exporter.smithi110: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi110 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout:Redeploy daemon node-exporter.smithi110 ... 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout:Failed to trim old cgroups /sys/fs/cgroup/system.slice/system-ceph\x2d1a0d3656\x2d74d2\x2d11ef\x2dbceb\x2dc7b262605968.slice/ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl start ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout:Traceback (most recent call last): 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:42.235 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:42.236 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:42.236 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:42.236 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:42.236 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4030, in deploy_daemon 2024-09-17T09:22:42.236 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4274, in deploy_daemon_units 2024-09-17T09:22:42.236 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:42.236 INFO:teuthology.orchestra.run.smithi110.stdout:RuntimeError: Failed command: systemctl start ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:42.236 INFO:teuthology.orchestra.run.smithi110.stdout:See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi110.service" for details. 2024-09-17T09:22:42.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:42 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3499566953' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:22:42.986 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph versions' 2024-09-17T09:22:43.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:42 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3499566953' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:22:43.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:43 smithi110 ceph-mon[68591]: pgmap v326: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:43.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:43 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:44.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:43 smithi138 ceph-mon[49866]: pgmap v326: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:44.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:43 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:45.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:22:45.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:22:45.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:22:45.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:22:45.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:44 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:22:45.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:22:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:22:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:22:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:22:45.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:44 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' 2024-09-17T09:22:45.244 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-17T09:22:45.244 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-09-17T09:22:45.244 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-09-17T09:22:45.245 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 14 2024-09-17T09:22:45.246 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:22:45.246 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-17T09:22:45.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:45 smithi110 ceph-mon[68591]: pgmap v327: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:45.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:45 smithi110 ceph-mon[68591]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:22:45.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:45 smithi110 ceph-mon[68591]: pgmap v328: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-09-17T09:22:45.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:45 smithi110 ceph-mon[68591]: pgmap v329: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:45.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:45 smithi110 ceph-mon[68591]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:22:45.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:45 smithi110 ceph-mon[68591]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:22:45.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:45 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1538337751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:22:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:45 smithi138 ceph-mon[49866]: pgmap v327: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:45 smithi138 ceph-mon[49866]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T09:22:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:45 smithi138 ceph-mon[49866]: pgmap v328: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-09-17T09:22:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:45 smithi138 ceph-mon[49866]: pgmap v329: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:45 smithi138 ceph-mon[49866]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-09-17T09:22:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:45 smithi138 ceph-mon[49866]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-09-17T09:22:46.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:45 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1538337751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:22:46.621 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-17T09:22:48.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:47 smithi110 ceph-mon[68591]: pgmap v330: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:48.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:47 smithi138 ceph-mon[49866]: pgmap v330: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:49 smithi110 ceph-mon[68591]: pgmap v331: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:49 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:50.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:22:50.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:22:50.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:50.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:50.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:50.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:50.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:22:50.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:50.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:50.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:22:50.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:49 smithi110 ceph-mon[68591]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:22:50.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:49 smithi110 ceph-mon[68591]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:49 smithi138 ceph-mon[49866]: pgmap v331: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:49 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:50.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:22:50.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:22:50.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-alertmanager-smithi110 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon alertmanager.smithi110 ... 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:50.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@alertmanager.smithi110.service" for details. 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:49 smithi138 ceph-mon[49866]: Reconfiguring grafana.smithi110 (dependencies changed)... 2024-09-17T09:22:50.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:49 smithi138 ceph-mon[49866]: Reconfiguring daemon grafana.smithi110 on smithi110 2024-09-17T09:22:50.562 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-09-17T09:22:50.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:50 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/542226964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:22:51.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:50 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/542226964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:22:51.887 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:51 smithi110 ceph-mon[68591]: pgmap v332: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:52.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:51 smithi138 ceph-mon[49866]: pgmap v332: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:52.187 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-17T09:22:53.820 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:53 smithi110 ceph-mon[68591]: pgmap v333: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:54.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:53 smithi138 ceph-mon[49866]: pgmap v333: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-17T09:22:54.992 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)" 2024-09-17T09:22:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:54 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:22:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:22:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:22:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:22:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:22:55.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:55.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:22:55.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:22:55.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:55.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:55.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:22:55.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:55.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:55.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:22:55.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:54 smithi110 ceph-mon[68591]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:22:55.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:54 smithi110 ceph-mon[68591]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:54 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:55.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:55.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:22:55.081 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-grafana-smithi110 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon grafana.smithi110 ... 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:55.082 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service failed because the control process exited with error code. 2024-09-17T09:22:55.083 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@grafana.smithi110.service" for details. 2024-09-17T09:22:55.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:54 smithi138 ceph-mon[49866]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-09-17T09:22:55.084 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:54 smithi138 ceph-mon[49866]: Reconfiguring daemon prometheus.smithi110 on smithi110 2024-09-17T09:22:56.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:55 smithi110 ceph-mon[68591]: pgmap v334: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:22:56.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:55 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/1434534091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:22:56.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:55 smithi138 ceph-mon[49866]: pgmap v334: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T09:22:56.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:55 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/1434534091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:22:56.360 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-09-17T09:22:56.361 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-17T09:22:56.362 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T09:22:57.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:57 smithi110 ceph-mon[68591]: pgmap v335: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:58.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:57 smithi138 ceph-mon[49866]: pgmap v335: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:59.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:58 smithi110 ceph-mon[68591]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:59.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:58 smithi138 ceph-mon[49866]: from='mgr.34104 172.21.15.110:0/419523507' entity='mgr.smithi110.pyeest' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:23:00.012 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-17T09:23:00.012 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:53:19.344948Z", "last_refresh": "2024-09-17T09:21:33.991317Z", "ports": [9093, 9094], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:53:06.190854Z", "last_refresh": "2024-09-17T09:20:47.407600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:53:16.149060Z", "last_refresh": "2024-09-17T09:21:33.991443Z", "ports": [3000], "running": 0, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-17T08:59:18.826905Z", "last_refresh": "2024-09-17T09:20:47.408119Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:53:04.348497Z", "last_refresh": "2024-09-17T09:20:47.407676Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi138:172.21.15.138=smithi138"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:53:51.809341Z", "last_refresh": "2024-09-17T09:20:47.407770Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:22:44.552867Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-09-17T09:02:04.324546Z", "last_refresh": "2024-09-17T09:20:47.408173Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:53:18.041404Z", "last_refresh": "2024-09-17T09:20:47.407830Z", "ports": [9100], "running": 1, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", "last_refresh": "2024-09-17T09:20:47.407887Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:53:14.618377Z", "last_refresh": "2024-09-17T09:21:33.991551Z", "ports": [9095], "running": 0, "size": 1}}] 2024-09-17T09:23:00.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:22:59 smithi110 ceph-mon[68591]: pgmap v336: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:23:00.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:22:59 smithi138 ceph-mon[49866]: pgmap v336: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:23:00.789 INFO:tasks.cephadm:nfs.foo has 2/2 2024-09-17T09:23:00.790 DEBUG:teuthology.parallel:result is None 2024-09-17T09:23:00.790 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T09:23:00.800 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T09:23:00.801 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-09-17T09:23:00.827 INFO:teuthology.orchestra.run.smithi110.stderr:+ umount /mnt/foo 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:00 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:23:00.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:23:00.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:23:00.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:23:00.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:00 smithi138 ceph-mon[49866]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:00 smithi138 ceph-mon[49866]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:00 smithi138 ceph-mon[49866]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:23:00.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:23:00.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.wait_async( 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return future.result(timeout) 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return self.__get_result() 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise self._exception 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:23:00.835 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: raise OrchestratorError( 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Traceback (most recent call last): 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: exec(code, run_globals) 2024-09-17T09:23:00.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:23:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:23:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:23:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:23:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:23:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:23:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:23:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:23:00.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:23:00.838 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:23:00.848 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T09:23:00.848 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:00 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:23:01.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:23:01.072 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:23:01.073 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-prometheus-smithi110 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon prometheus.smithi110 ... 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:23:01.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service failed because the control process exited with error code. 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@prometheus.smithi110.service" for details. 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:00 smithi110 ceph-mon[68591]: Reconfiguring node-exporter.smithi138 (dependencies changed)... 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:00 smithi110 ceph-mon[68591]: Reconfiguring daemon node-exporter.smithi138 on smithi138 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:00 smithi110 ceph-mon[68591]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:23:01.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:23:01.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1110, in _check_daemons 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2396, in _daemon_action 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.wait_async( 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 734, in wait_async 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return future.result(timeout) 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return self.__get_result() 2024-09-17T09:23:01.077 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise self._exception 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1345, in _create_daemon 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: out, err, code = await self._run_cephadm( 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1646, in _run_cephadm 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: raise OrchestratorError( 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.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-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: /usr/bin/podman: stderr Error: no such container ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-node-exporter-smithi138 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Reconfig daemon node-exporter.smithi138 ... 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Non-zero exit code 1 from systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: systemctl: stderr See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Traceback (most recent call last): 2024-09-17T09:23:01.078 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: return _run_code(code, main_globals, None, 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: exec(code, run_globals) 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10998, in 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 10986, in main 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6857, in command_deploy_from 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6875, in _common_deploy 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 6927, in _dispatch_deploy 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 4058, in deploy_daemon 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: File "/tmp/tmp4210jdd6.cephadm.build/__main__.py", line 2283, in call_throws 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: RuntimeError: Failed command: systemctl restart ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138: Job for ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service failed because the control process exited with error code. 2024-09-17T09:23:01.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: See "systemctl status ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" and "journalctl -xeu ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@node-exporter.smithi138.service" for details. 2024-09-17T09:23:02.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:01 smithi110 ceph-mon[68591]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:23:02.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:01 smithi110 ceph-mon[68591]: pgmap v337: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:23:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:01 smithi138 ceph-mon[49866]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:23:02.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:01 smithi138 ceph-mon[49866]: pgmap v337: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:23:02.836 INFO:teuthology.orchestra.run.smithi110.stdout: "foo" 2024-09-17T09:23:03.523 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-09-17T09:23:04.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:03 smithi110 ceph-mon[68591]: pgmap v338: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:23:04.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:03 smithi110 ceph-mon[68591]: from='client.34558 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:03 smithi138 ceph-mon[49866]: pgmap v338: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:23:04.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:03 smithi138 ceph-mon[49866]: from='client.34558 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:05.661 INFO:teuthology.orchestra.run.smithi110.stdout:[ 2024-09-17T09:23:05.661 INFO:teuthology.orchestra.run.smithi110.stdout: { 2024-09-17T09:23:05.661 INFO:teuthology.orchestra.run.smithi110.stdout: "access_type": "RW", 2024-09-17T09:23:05.661 INFO:teuthology.orchestra.run.smithi110.stdout: "clients": [], 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "cluster_id": "foo", 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "export_id": 1, 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "fsal": { 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "fs_name": "foofs", 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "name": "CEPH", 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "user_id": "nfs.foo.1" 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "path": "/", 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "protocols": [ 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: 4 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: ], 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "pseudo": "/fake", 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "security_label": true, 2024-09-17T09:23:05.662 INFO:teuthology.orchestra.run.smithi110.stdout: "squash": "no_root_squash", 2024-09-17T09:23:05.663 INFO:teuthology.orchestra.run.smithi110.stdout: "transports": [ 2024-09-17T09:23:05.663 INFO:teuthology.orchestra.run.smithi110.stdout: "TCP" 2024-09-17T09:23:05.663 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2024-09-17T09:23:05.663 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-17T09:23:05.663 INFO:teuthology.orchestra.run.smithi110.stdout:] 2024-09-17T09:23:06.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:05 smithi138 ceph-mon[49866]: pgmap v339: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:23:06.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:05 smithi110 ceph-mon[68591]: pgmap v339: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:23:06.374 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-09-17T09:23:07.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:06 smithi110 ceph-mon[68591]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:07.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:06 smithi110 ceph-mon[68591]: mgrmap e48: smithi110.pyeest(active, since 8m), standbys: smithi138.yorhtj 2024-09-17T09:23:07.078 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:06 smithi138 ceph-mon[49866]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:07.079 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:06 smithi138 ceph-mon[49866]: mgrmap e48: smithi110.pyeest(active, since 8m), standbys: smithi138.yorhtj 2024-09-17T09:23:07.874 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:07 smithi110 ceph-mon[68591]: pgmap v340: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:23:08.210 INFO:teuthology.orchestra.run.smithi110.stdout:foo rec-0000000000000004:nfs.foo.1 2024-09-17T09:23:08.210 INFO:teuthology.orchestra.run.smithi110.stdout:foo grace 2024-09-17T09:23:08.210 INFO:teuthology.orchestra.run.smithi110.stdout:foo rec-0000000000000004:nfs.foo.0 2024-09-17T09:23:08.210 INFO:teuthology.orchestra.run.smithi110.stdout:foo conf-nfs.foo 2024-09-17T09:23:08.210 INFO:teuthology.orchestra.run.smithi110.stdout:foo export-1 2024-09-17T09:23:08.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:07 smithi138 ceph-mon[49866]: pgmap v340: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:23:08.788 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-09-17T09:23:10.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:09 smithi110 ceph-mon[68591]: pgmap v341: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-09-17T09:23:10.328 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:09 smithi138 ceph-mon[49866]: pgmap v341: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-09-17T09:23:10.970 INFO:teuthology.orchestra.run.smithi110.stdout:6 2024-09-17T09:23:11.830 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T09:23:11.843 INFO:tasks.cephadm:Teardown begin 2024-09-17T09:23:11.843 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:23:11.874 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:23:11.903 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T09:23:11.903 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:23:11.929 DEBUG:teuthology.orchestra.run.smithi138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:23:11.958 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T09:23:11.958 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2024-09-17T09:23:11.959 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110 2024-09-17T09:23:12.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:11 smithi110 ceph-mon[68591]: pgmap v342: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:23:12.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:11 smithi110 ceph-mon[68591]: from='client.? 172.21.15.110:0/3306740642' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-17T09:23:12.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:12 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:23:12.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:11 smithi138 ceph-mon[49866]: pgmap v342: 129 pgs: 129 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:23:12.527 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:11 smithi138 ceph-mon[49866]: from='client.? 172.21.15.110:0/3306740642' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-17T09:23:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110[68587]: 2024-09-17T09:23:12.275+0000 7f17ca483640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi110 -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-17T09:23:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:12 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110[68587]: 2024-09-17T09:23:12.275+0000 7f17ca483640 -1 mon.smithi110@0(leader) e3 *** Got Signal Terminated *** 2024-09-17T09:23:12.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:12 smithi110 podman[110117]: 2024-09-17 09:23:12.45827174 +0000 UTC m=+0.303929651 container died cdfea7e9d9bed877188a78c6cab7bce8dee55eb6301df8e37e06615a9a88c477 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b) 2024-09-17T09:23:13.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:12 smithi110 podman[110117]: 2024-09-17 09:23:12.875674247 +0000 UTC m=+0.721332201 container cleanup cdfea7e9d9bed877188a78c6cab7bce8dee55eb6301df8e37e06615a9a88c477 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD) 2024-09-17T09:23:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:12 smithi110 bash[110117]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110 2024-09-17T09:23:13.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 17 09:23:13 smithi110 podman[110197]: 2024-09-17 09:23:13.102195967 +0000 UTC m=+0.640897881 container remove cdfea7e9d9bed877188a78c6cab7bce8dee55eb6301df8e37e06615a9a88c477 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi110, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:23:13.353 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi110.service' 2024-09-17T09:23:13.396 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:13.396 INFO:tasks.cephadm.mon.smithi110:Stopped mon.smithi110 2024-09-17T09:23:13.397 INFO:tasks.cephadm.mon.smithi138:Stopping mon.smithi138... 2024-09-17T09:23:13.397 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi138 2024-09-17T09:23:13.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:13 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:23:14.325 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi138[49862]: 2024-09-17T09:23:13.874+0000 7fec5ad7f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi138 -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-17T09:23:14.325 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi138[49862]: 2024-09-17T09:23:13.874+0000 7fec5ad7f640 -1 mon.smithi138@1(peon) e3 *** Got Signal Terminated *** 2024-09-17T09:23:14.325 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:14 smithi138 podman[74143]: 2024-09-17 09:23:14.058672677 +0000 UTC m=+0.464435077 container died 322717b219647b674ee5e2c660a8649309a20ce7ee4cb5f8d90026c8eda5ae0c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi138, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-17T09:23:14.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:14 smithi138 podman[74143]: 2024-09-17 09:23:14.490849703 +0000 UTC m=+0.896612061 container cleanup 322717b219647b674ee5e2c660a8649309a20ce7ee4cb5f8d90026c8eda5ae0c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi138, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731) 2024-09-17T09:23:14.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Sep 17 09:23:14 smithi138 bash[74143]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-mon-smithi138 2024-09-17T09:23:14.918 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@mon.smithi138.service' 2024-09-17T09:23:14.981 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:14.982 INFO:tasks.cephadm.mon.smithi138:Stopped mon.smithi138 2024-09-17T09:23:14.982 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T09:23:14.982 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.0 2024-09-17T09:23:15.281 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:15 smithi110 systemd[1]: Stopping Ceph osd.0 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:23:15.570 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0[76827]: 2024-09-17T09:23:15.279+0000 7f24725e1640 -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-17T09:23:15.571 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0[76827]: 2024-09-17T09:23:15.279+0000 7f24725e1640 -1 osd.0 119 *** Got signal Terminated *** 2024-09-17T09:23:15.571 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:15 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0[76827]: 2024-09-17T09:23:15.279+0000 7f24725e1640 -1 osd.0 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:23:21.008 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:20 smithi110 podman[110341]: 2024-09-17 09:23:20.69347418 +0000 UTC m=+5.522813167 container died 327e7ae00f98b7c841a561633ed2e4d927dcf70cae50cd580e58430acaadcd04 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:23:21.320 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:21 smithi110 podman[110341]: 2024-09-17 09:23:21.089148357 +0000 UTC m=+5.918487336 container cleanup 327e7ae00f98b7c841a561633ed2e4d927dcf70cae50cd580e58430acaadcd04 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:23:21.320 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:21 smithi110 bash[110341]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0 2024-09-17T09:23:21.715 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:21 smithi110 podman[110365]: 2024-09-17 09:23:21.348986127 +0000 UTC m=+0.653570059 container remove 327e7ae00f98b7c841a561633ed2e4d927dcf70cae50cd580e58430acaadcd04 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:23:21.970 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:21 smithi110 podman[110457]: 2024-09-17 09:23:21.617536025 +0000 UTC m=+0.017156428 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:23:21.970 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:21 smithi110 podman[110457]: 2024-09-17 09:23:21.733670166 +0000 UTC m=+0.133290551 container create 332f4f502d2da5fe135a6fca151586d29a047656f9adf5f2e9ba2edd8049e9a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:23:21.970 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:21 smithi110 podman[110457]: 2024-09-17 09:23:21.969562536 +0000 UTC m=+0.369182939 container init 332f4f502d2da5fe135a6fca151586d29a047656f9adf5f2e9ba2edd8049e9a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-17T09:23:22.321 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:21 smithi110 podman[110457]: 2024-09-17 09:23:21.97431797 +0000 UTC m=+0.373938356 container start 332f4f502d2da5fe135a6fca151586d29a047656f9adf5f2e9ba2edd8049e9a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-17T09:23:22.322 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:22 smithi110 podman[110457]: 2024-09-17 09:23:22.086358436 +0000 UTC m=+0.485978835 container attach 332f4f502d2da5fe135a6fca151586d29a047656f9adf5f2e9ba2edd8049e9a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-17T09:23:22.322 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 17 09:23:22 smithi110 podman[110457]: 2024-09-17 09:23:22.161763658 +0000 UTC m=+0.561384058 container died 332f4f502d2da5fe135a6fca151586d29a047656f9adf5f2e9ba2edd8049e9a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2) 2024-09-17T09:23:22.837 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T09:23:22.878 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:22.878 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T09:23:22.878 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T09:23:22.878 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.1 2024-09-17T09:23:23.071 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:22 smithi110 systemd[1]: Stopping Ceph osd.1 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:23:23.570 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1[80179]: 2024-09-17T09:23:23.226+0000 7f3874264640 -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-17T09:23:23.571 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1[80179]: 2024-09-17T09:23:23.226+0000 7f3874264640 -1 osd.1 119 *** Got signal Terminated *** 2024-09-17T09:23:23.571 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:23 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1[80179]: 2024-09-17T09:23:23.226+0000 7f3874264640 -1 osd.1 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:23:28.895 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:28 smithi110 podman[110561]: 2024-09-17 09:23:28.602368442 +0000 UTC m=+5.494229922 container died 0f63be8116420c94cf445b749571757d74b203852e1b2ce24d48c71ae2e67d56 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-17T09:23:29.229 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:28 smithi110 podman[110561]: 2024-09-17 09:23:28.993307318 +0000 UTC m=+5.885168796 container cleanup 0f63be8116420c94cf445b749571757d74b203852e1b2ce24d48c71ae2e67d56 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-17T09:23:29.229 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:28 smithi110 bash[110561]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1 2024-09-17T09:23:29.550 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:29 smithi110 podman[110612]: 2024-09-17 09:23:29.22819096 +0000 UTC m=+0.619016316 container remove 0f63be8116420c94cf445b749571757d74b203852e1b2ce24d48c71ae2e67d56 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-17T09:23:29.803 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:29 smithi110 podman[110702]: 2024-09-17 09:23:29.452909942 +0000 UTC m=+0.016422230 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:23:29.803 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:29 smithi110 podman[110702]: 2024-09-17 09:23:29.554272781 +0000 UTC m=+0.117785063 container create c91c319ddd851303f7d1f76526b91ae22f778ab3003c02317a72adff1a92b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b) 2024-09-17T09:23:29.803 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:29 smithi110 podman[110702]: 2024-09-17 09:23:29.798783397 +0000 UTC m=+0.362295689 container init c91c319ddd851303f7d1f76526b91ae22f778ab3003c02317a72adff1a92b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, 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, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b) 2024-09-17T09:23:29.803 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:29 smithi110 podman[110702]: 2024-09-17 09:23:29.802152386 +0000 UTC m=+0.365664672 container start c91c319ddd851303f7d1f76526b91ae22f778ab3003c02317a72adff1a92b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , ceph=True, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-17T09:23:30.071 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:29 smithi110 podman[110702]: 2024-09-17 09:23:29.898948114 +0000 UTC m=+0.462460426 container attach c91c319ddd851303f7d1f76526b91ae22f778ab3003c02317a72adff1a92b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0) 2024-09-17T09:23:30.071 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 17 09:23:29 smithi110 podman[110702]: 2024-09-17 09:23:29.990811639 +0000 UTC m=+0.554323925 container died c91c319ddd851303f7d1f76526b91ae22f778ab3003c02317a72adff1a92b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-17T09:23:30.676 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T09:23:30.715 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:30.716 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T09:23:30.716 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T09:23:30.716 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.2 2024-09-17T09:23:31.065 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:30 smithi110 systemd[1]: Stopping Ceph osd.2 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:23:31.320 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2[83592]: 2024-09-17T09:23:31.064+0000 7f1cbe05a640 -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-17T09:23:31.320 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2[83592]: 2024-09-17T09:23:31.064+0000 7f1cbe05a640 -1 osd.2 119 *** Got signal Terminated *** 2024-09-17T09:23:31.321 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:31 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2[83592]: 2024-09-17T09:23:31.064+0000 7f1cbe05a640 -1 osd.2 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:23:36.909 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:36 smithi110 podman[110811]: 2024-09-17 09:23:36.596971636 +0000 UTC m=+5.657953841 container died 50ca93868dabfb4399fa6473592fb2c7d8a56b605c9ac7d0c8d875b04988df7e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-17T09:23:37.316 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:37 smithi110 podman[110811]: 2024-09-17 09:23:37.064789129 +0000 UTC m=+6.125771336 container cleanup 50ca93868dabfb4399fa6473592fb2c7d8a56b605c9ac7d0c8d875b04988df7e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-17T09:23:37.316 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:37 smithi110 bash[110811]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2 2024-09-17T09:23:37.570 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:37 smithi110 podman[110830]: 2024-09-17 09:23:37.316177895 +0000 UTC m=+0.715272090 container remove 50ca93868dabfb4399fa6473592fb2c7d8a56b605c9ac7d0c8d875b04988df7e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-17T09:23:37.946 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:37 smithi110 podman[110919]: 2024-09-17 09:23:37.577492645 +0000 UTC m=+0.016828250 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:23:37.946 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:37 smithi110 podman[110919]: 2024-09-17 09:23:37.700653115 +0000 UTC m=+0.139988757 container create 8d9950b48e82b492395ad6c9b1d41eb63558d76bd8d588355e0abbd864aeee0a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True) 2024-09-17T09:23:37.946 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:37 smithi110 podman[110919]: 2024-09-17 09:23:37.945104962 +0000 UTC m=+0.384440570 container init 8d9950b48e82b492395ad6c9b1d41eb63558d76bd8d588355e0abbd864aeee0a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-17T09:23:38.321 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:37 smithi110 podman[110919]: 2024-09-17 09:23:37.948575803 +0000 UTC m=+0.387911400 container start 8d9950b48e82b492395ad6c9b1d41eb63558d76bd8d588355e0abbd864aeee0a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:23:38.321 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:38 smithi110 podman[110919]: 2024-09-17 09:23:38.036641567 +0000 UTC m=+0.475977173 container attach 8d9950b48e82b492395ad6c9b1d41eb63558d76bd8d588355e0abbd864aeee0a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-17T09:23:38.321 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 17 09:23:38 smithi110 podman[110919]: 2024-09-17 09:23:38.137605582 +0000 UTC m=+0.576941187 container died 8d9950b48e82b492395ad6c9b1d41eb63558d76bd8d588355e0abbd864aeee0a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-17T09:23:38.861 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T09:23:38.900 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:38.900 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T09:23:38.901 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-17T09:23:38.901 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.3 2024-09-17T09:23:39.211 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:38 smithi110 systemd[1]: Stopping Ceph osd.3 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:23:39.570 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3[87029]: 2024-09-17T09:23:39.210+0000 7f6b15a18640 -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-17T09:23:39.570 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3[87029]: 2024-09-17T09:23:39.210+0000 7f6b15a18640 -1 osd.3 119 *** Got signal Terminated *** 2024-09-17T09:23:39.570 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:39 smithi110 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3[87029]: 2024-09-17T09:23:39.210+0000 7f6b15a18640 -1 osd.3 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:23:41.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:41.290+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:42.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:41 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:41.947+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:42.829 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:42.335+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:43.321 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:42 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:42.911+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:43.578 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:43.320+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:44.299 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:43.900+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:44.299 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:43 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:43.936+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:44.578 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:44.297+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:45.030 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:44 smithi110 podman[111021]: 2024-09-17 09:23:44.726065933 +0000 UTC m=+5.609158979 container died 68f0dc89cf4b92dcba6f541d7d7664de65f23dd859ff0848e0b36cda97c98a54 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2) 2024-09-17T09:23:45.321 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:45 smithi110 podman[111021]: 2024-09-17 09:23:45.110451073 +0000 UTC m=+5.993544117 container cleanup 68f0dc89cf4b92dcba6f541d7d7664de65f23dd859ff0848e0b36cda97c98a54 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:23:45.321 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:45 smithi110 bash[111021]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3 2024-09-17T09:23:45.328 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:44.904+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:45.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:44 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:44.942+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:45.676 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:45 smithi110 podman[111042]: 2024-09-17 09:23:45.353546417 +0000 UTC m=+0.623767582 container remove 68f0dc89cf4b92dcba6f541d7d7664de65f23dd859ff0848e0b36cda97c98a54 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-17T09:23:45.829 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:45.332+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:45.928 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:45 smithi110 podman[111163]: 2024-09-17 09:23:45.578702039 +0000 UTC m=+0.016326231 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:23:45.928 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:45 smithi110 podman[111163]: 2024-09-17 09:23:45.695979988 +0000 UTC m=+0.133604175 container create 5dc6b00e7ef16f6fa0c13b576eafa1a7a1f956c302957018131c2a64f490fd77 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:23:45.928 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:45 smithi110 podman[111163]: 2024-09-17 09:23:45.92376002 +0000 UTC m=+0.361384216 container init 5dc6b00e7ef16f6fa0c13b576eafa1a7a1f956c302957018131c2a64f490fd77 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-17T09:23:45.928 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:45 smithi110 podman[111163]: 2024-09-17 09:23:45.92774489 +0000 UTC m=+0.365369080 container start 5dc6b00e7ef16f6fa0c13b576eafa1a7a1f956c302957018131c2a64f490fd77 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:23:46.320 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:46 smithi110 podman[111163]: 2024-09-17 09:23:46.032292948 +0000 UTC m=+0.469917142 container attach 5dc6b00e7ef16f6fa0c13b576eafa1a7a1f956c302957018131c2a64f490fd77 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-17T09:23:46.321 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 17 09:23:46 smithi110 podman[111163]: 2024-09-17 09:23:46.115644095 +0000 UTC m=+0.553268292 container died 5dc6b00e7ef16f6fa0c13b576eafa1a7a1f956c302957018131c2a64f490fd77 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:23:46.328 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:45.896+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:46.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:45 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:45.979+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:46.720 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.3.service' 2024-09-17T09:23:46.759 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:46.759 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-17T09:23:46.759 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-17T09:23:46.759 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.4 2024-09-17T09:23:46.787 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:46.372+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:46.788 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:46.392+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:47.044 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:46 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:46.915+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:47.044 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:47.015+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:47.044 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:46 smithi138 systemd[1]: Stopping Ceph osd.4 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:23:47.045 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:47.043+0000 7f1d2eff5640 -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-17T09:23:47.045 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:47.043+0000 7f1d2eff5640 -1 osd.4 119 *** Got signal Terminated *** 2024-09-17T09:23:47.837 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:47.043+0000 7f1d2eff5640 -1 osd.4 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:23:47.838 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:47.385+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:47.838 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:47.361+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:48.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:47 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:47.959+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:48.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:48.051+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:48.829 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:48.427+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:48.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:48.409+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:49.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:48 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:48.966+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:49.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:49.050+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:49.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:49.420+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:49.829 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:49.431+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:49.829 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:49.431+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:25.878013+0000 front 2024-09-17T09:23:25.878091+0000 (oldest deadline 2024-09-17T09:23:49.377892+0000) 2024-09-17T09:23:50.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:50.053+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:50.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:49.958+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:50.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:49 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:49.958+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:50.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:50.406+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:50.829 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:50.405+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:50.829 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:50.405+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:25.878013+0000 front 2024-09-17T09:23:25.878091+0000 (oldest deadline 2024-09-17T09:23:49.377892+0000) 2024-09-17T09:23:51.251 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:51.027+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:51.251 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:50.966+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:51.251 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:50 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:50.966+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:51.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:51.402+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:16.275569+0000 front 2024-09-17T09:23:16.275443+0000 (oldest deadline 2024-09-17T09:23:40.875667+0000) 2024-09-17T09:23:51.579 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4[55612]: 2024-09-17T09:23:51.402+0000 7f1d2b609640 -1 osd.4 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:25.878013+0000 front 2024-09-17T09:23:25.878091+0000 (oldest deadline 2024-09-17T09:23:49.377892+0000) 2024-09-17T09:23:51.579 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:51.382+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:52.079 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:51.995+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:52.079 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:51 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:51.995+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:52.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:52.060+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:52.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:52.060+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:23:52.794 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:52 smithi138 podman[74354]: 2024-09-17 09:23:52.525987407 +0000 UTC m=+5.568222106 container died db6533eae7ec62910542bfd9c3dd8e08a2fcbcb50e695c6d60b8b6729ecab3d7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4, io.buildah.version=1.37.2, 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, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-17T09:23:52.795 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:52.402+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:52.795 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:52 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:52.402+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.240077+0000 front 2024-09-17T09:23:26.240239+0000 (oldest deadline 2024-09-17T09:23:51.540015+0000) 2024-09-17T09:23:53.079 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:52 smithi138 podman[74354]: 2024-09-17 09:23:52.969229953 +0000 UTC m=+6.011464711 container cleanup db6533eae7ec62910542bfd9c3dd8e08a2fcbcb50e695c6d60b8b6729ecab3d7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, 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, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-17T09:23:53.079 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:52 smithi138 bash[74354]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4 2024-09-17T09:23:53.079 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:53.037+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:53.079 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:53.037+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:53.437 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:53 smithi138 podman[74370]: 2024-09-17 09:23:53.145805617 +0000 UTC m=+0.619190015 container remove db6533eae7ec62910542bfd9c3dd8e08a2fcbcb50e695c6d60b8b6729ecab3d7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True) 2024-09-17T09:23:53.438 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:53.078+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:53.438 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:53.078+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:23:53.767 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:53.436+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:53.767 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:53 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:53.436+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.240077+0000 front 2024-09-17T09:23:26.240239+0000 (oldest deadline 2024-09-17T09:23:51.540015+0000) 2024-09-17T09:23:53.767 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:53 smithi138 podman[74456]: 2024-09-17 09:23:53.530574646 +0000 UTC m=+0.098546760 container create 2d81d03e70f2e2991bbff3f8f983cfe231df3382d5f54defaa3ac3c8fa3e987b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-17T09:23:53.767 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:53 smithi138 podman[74456]: 2024-09-17 09:23:53.447937453 +0000 UTC m=+0.015909573 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:23:53.767 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:53 smithi138 podman[74456]: 2024-09-17 09:23:53.766343315 +0000 UTC m=+0.334315432 container init 2d81d03e70f2e2991bbff3f8f983cfe231df3382d5f54defaa3ac3c8fa3e987b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:23:54.039 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:53 smithi138 podman[74456]: 2024-09-17 09:23:53.769791006 +0000 UTC m=+0.337763115 container start 2d81d03e70f2e2991bbff3f8f983cfe231df3382d5f54defaa3ac3c8fa3e987b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0) 2024-09-17T09:23:54.039 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:53 smithi138 podman[74456]: 2024-09-17 09:23:53.833070308 +0000 UTC m=+0.401042415 container attach 2d81d03e70f2e2991bbff3f8f983cfe231df3382d5f54defaa3ac3c8fa3e987b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-17T09:23:54.040 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:53 smithi138 podman[74456]: 2024-09-17 09:23:53.952375655 +0000 UTC m=+0.520347775 container died 2d81d03e70f2e2991bbff3f8f983cfe231df3382d5f54defaa3ac3c8fa3e987b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-17T09:23:54.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:54.038+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:54.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:54.038+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:54.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:54.055+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:54.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:54.055+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:23:54.631 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.4.service' 2024-09-17T09:23:54.697 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:54.392+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:54.697 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:54 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:54.392+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.240077+0000 front 2024-09-17T09:23:26.240239+0000 (oldest deadline 2024-09-17T09:23:51.540015+0000) 2024-09-17T09:23:54.698 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:54 smithi138 podman[74479]: 2024-09-17 09:23:54.59570074 +0000 UTC m=+0.637793641 container remove 2d81d03e70f2e2991bbff3f8f983cfe231df3382d5f54defaa3ac3c8fa3e987b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-17T09:23:54.698 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:54 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-17T09:23:54.698 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:54 smithi138 systemd[1]: Stopped Ceph osd.4 for 1a0d3656-74d2-11ef-bceb-c7b262605968. 2024-09-17T09:23:54.698 INFO:journalctl@ceph.osd.4.smithi138.stdout:Sep 17 09:23:54 smithi138 systemd[1]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.4.service: Consumed 9.396s CPU time. 2024-09-17T09:23:54.715 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:54.715 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-17T09:23:54.715 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-17T09:23:54.715 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.5 2024-09-17T09:23:55.025 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:54 smithi138 systemd[1]: Stopping Ceph osd.5 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:23:55.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:55.040+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:55.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:55.040+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:55.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:55.021+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:55.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:55.021+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:23:55.330 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:55.044+0000 7f5b26e42640 -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-17T09:23:55.330 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:55.044+0000 7f5b26e42640 -1 osd.5 119 *** Got signal Terminated *** 2024-09-17T09:23:55.330 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:55.044+0000 7f5b26e42640 -1 osd.5 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:23:55.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:55.371+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:55.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:55.371+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.240077+0000 front 2024-09-17T09:23:26.240239+0000 (oldest deadline 2024-09-17T09:23:51.540015+0000) 2024-09-17T09:23:56.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:56.036+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:56.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:56.036+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:56.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:55.986+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:56.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:55 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:55.986+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:23:56.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:56.370+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:56.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:56.370+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.240077+0000 front 2024-09-17T09:23:26.240239+0000 (oldest deadline 2024-09-17T09:23:51.540015+0000) 2024-09-17T09:23:57.328 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:56.999+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:57.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:56 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:56.999+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:23:57.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:57.000+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:57.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:57.000+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:57.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:57.368+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:57.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:57.368+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.240077+0000 front 2024-09-17T09:23:26.240239+0000 (oldest deadline 2024-09-17T09:23:51.540015+0000) 2024-09-17T09:23:57.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:57 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:57.368+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:32.041018+0000 front 2024-09-17T09:23:32.041120+0000 (oldest deadline 2024-09-17T09:23:56.740959+0000) 2024-09-17T09:23:58.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:58.009+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:58.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:58.009+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:58.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:58.009+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:23:58.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:58.042+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:58.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:58.042+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:23:58.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:58.043+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:23:58.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:58.386+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:58.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:58.386+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.240077+0000 front 2024-09-17T09:23:26.240239+0000 (oldest deadline 2024-09-17T09:23:51.540015+0000) 2024-09-17T09:23:58.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:58 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:58.386+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:32.041018+0000 front 2024-09-17T09:23:32.041120+0000 (oldest deadline 2024-09-17T09:23:56.740959+0000) 2024-09-17T09:23:59.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:59.055+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:23:59.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:59.055+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:23:59.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:23:59.055+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:23:59.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:59.091+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:23:59.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:59.091+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:23:59.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:23:59.091+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:23:59.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:59.405+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:18.639307+0000 front 2024-09-17T09:23:18.639195+0000 (oldest deadline 2024-09-17T09:23:46.239599+0000) 2024-09-17T09:23:59.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:59.405+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.240077+0000 front 2024-09-17T09:23:26.240239+0000 (oldest deadline 2024-09-17T09:23:51.540015+0000) 2024-09-17T09:23:59.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:23:59 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5[58039]: 2024-09-17T09:23:59.405+0000 7f5b1f44e640 -1 osd.5 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:32.041018+0000 front 2024-09-17T09:23:32.041120+0000 (oldest deadline 2024-09-17T09:23:56.740959+0000) 2024-09-17T09:24:00.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:00.055+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:00.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:00.055+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:00.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:00.055+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:00.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:00.084+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:00.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:00.084+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:00.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:00 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:00.084+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:00.829 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:00 smithi138 podman[74558]: 2024-09-17 09:24:00.593125827 +0000 UTC m=+5.657163436 container died 0de5a9977e8bdf5bc9092a9a3fc1624588347d78512426ed0db1394d6a6ae105 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2) 2024-09-17T09:24:01.201 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:01 smithi138 podman[74558]: 2024-09-17 09:24:01.032245275 +0000 UTC m=+6.096282876 container cleanup 0de5a9977e8bdf5bc9092a9a3fc1624588347d78512426ed0db1394d6a6ae105 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b) 2024-09-17T09:24:01.201 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:01 smithi138 bash[74558]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5 2024-09-17T09:24:01.202 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:01.018+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:01.202 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:01.018+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:01.202 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:01.018+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:01.202 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:01.067+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:01.202 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:01.067+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:01.202 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:01.067+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:01.579 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:01 smithi138 podman[74576]: 2024-09-17 09:24:01.200246848 +0000 UTC m=+0.604584622 container remove 0de5a9977e8bdf5bc9092a9a3fc1624588347d78512426ed0db1394d6a6ae105 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-17T09:24:01.955 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:01 smithi138 podman[74663]: 2024-09-17 09:24:01.548185363 +0000 UTC m=+0.015976666 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:24:01.955 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:01 smithi138 podman[74663]: 2024-09-17 09:24:01.651367827 +0000 UTC m=+0.119159157 container create 42c3dfb548fa5eb6e4b035a74cbf3f7dc1823992c5650d74bda96acbf654afb9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=reef-19e2a2b) 2024-09-17T09:24:01.955 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:01 smithi138 podman[74663]: 2024-09-17 09:24:01.879061674 +0000 UTC m=+0.346852966 container init 42c3dfb548fa5eb6e4b035a74cbf3f7dc1823992c5650d74bda96acbf654afb9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD) 2024-09-17T09:24:01.955 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:01 smithi138 podman[74663]: 2024-09-17 09:24:01.882328201 +0000 UTC m=+0.350119488 container start 42c3dfb548fa5eb6e4b035a74cbf3f7dc1823992c5650d74bda96acbf654afb9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-17T09:24:01.955 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:01 smithi138 podman[74663]: 2024-09-17 09:24:01.954242308 +0000 UTC m=+0.422033601 container attach 42c3dfb548fa5eb6e4b035a74cbf3f7dc1823992c5650d74bda96acbf654afb9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True) 2024-09-17T09:24:02.329 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:02 smithi138 podman[74663]: 2024-09-17 09:24:02.064649287 +0000 UTC m=+0.532440581 container died 42c3dfb548fa5eb6e4b035a74cbf3f7dc1823992c5650d74bda96acbf654afb9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b) 2024-09-17T09:24:02.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:01.989+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:02.330 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:01.989+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:02.330 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:01 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:01.989+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:02.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:02.069+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:02.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:02.069+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:02.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:02 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:02.069+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:02.619 INFO:journalctl@ceph.osd.5.smithi138.stdout:Sep 17 09:24:02 smithi138 podman[74686]: 2024-09-17 09:24:02.615992536 +0000 UTC m=+0.545792110 container remove 42c3dfb548fa5eb6e4b035a74cbf3f7dc1823992c5650d74bda96acbf654afb9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True) 2024-09-17T09:24:02.642 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.5.service' 2024-09-17T09:24:02.681 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:24:02.682 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-17T09:24:02.682 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-17T09:24:02.682 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.6 2024-09-17T09:24:03.011 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:02 smithi138 systemd[1]: Stopping Ceph osd.6 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:24:03.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:03.075+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:03.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:03.075+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:03.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:03.075+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:03.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:03.009+0000 7fcbe0599640 -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-17T09:24:03.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:03.009+0000 7fcbe0599640 -1 osd.6 119 *** Got signal Terminated *** 2024-09-17T09:24:03.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:03.009+0000 7fcbe0599640 -1 osd.6 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:24:03.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:03.026+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:03.330 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:03.026+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:03.330 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:03 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:03.026+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:04.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:04.017+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:04.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:04.017+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:04.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:04.017+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:04.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:04.056+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:04.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:04.057+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:04.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:04.057+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:05.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:04.977+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:05.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:04.977+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:05.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:04 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:04.977+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:05.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:05.042+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:05.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:05.042+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:05.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:05.042+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:05.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:05.042+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:06.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:05.928+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:06.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:05.928+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:06.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:05 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:05.928+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:06.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:06.064+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:06.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:06.064+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:06.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:06.064+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:06.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:06.064+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:07.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:07.014+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:07.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:07.014+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:07.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:07.014+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:07.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:07.014+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:07.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:06.901+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:07.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:06.901+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:07.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:06.901+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:07.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:06 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:06.901+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.320581+0000 front 2024-09-17T09:23:43.320589+0000 (oldest deadline 2024-09-17T09:24:06.220553+0000) 2024-09-17T09:24:08.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:07.934+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:19.216192+0000 front 2024-09-17T09:23:19.216183+0000 (oldest deadline 2024-09-17T09:23:43.316043+0000) 2024-09-17T09:24:08.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:07.934+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:23.816949+0000 front 2024-09-17T09:23:23.816890+0000 (oldest deadline 2024-09-17T09:23:49.116801+0000) 2024-09-17T09:24:08.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:07.934+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:34.918296+0000 front 2024-09-17T09:23:34.918248+0000 (oldest deadline 2024-09-17T09:23:57.218133+0000) 2024-09-17T09:24:08.329 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:07 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6[60487]: 2024-09-17T09:24:07.934+0000 7fcbd8ba5640 -1 osd.6 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.320581+0000 front 2024-09-17T09:23:43.320589+0000 (oldest deadline 2024-09-17T09:24:06.220553+0000) 2024-09-17T09:24:08.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:08.006+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:08.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:08.006+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:08.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:08.006+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:08.330 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:08.006+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:08.829 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:08 smithi138 podman[74765]: 2024-09-17 09:24:08.561815233 +0000 UTC m=+5.649657310 container died 2f84c9c19be837e36c6f943466a46dcfae2bbbc64eb652b9e053888d4483a8a4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-17T09:24:09.333 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:09 smithi138 podman[74765]: 2024-09-17 09:24:09.001995077 +0000 UTC m=+6.089837189 container cleanup 2f84c9c19be837e36c6f943466a46dcfae2bbbc64eb652b9e053888d4483a8a4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:24:09.333 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:09 smithi138 bash[74765]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6 2024-09-17T09:24:09.333 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:08.990+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:09.333 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:08.990+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:09.333 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:08.990+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:09.333 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:08 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:08.990+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:09.755 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:09 smithi138 podman[74812]: 2024-09-17 09:24:09.362733295 +0000 UTC m=+0.804213063 container remove 2f84c9c19be837e36c6f943466a46dcfae2bbbc64eb652b9e053888d4483a8a4 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-17T09:24:10.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:09.995+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:10.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:09.995+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:10.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:09.995+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:10.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:09 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:09.995+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:10.079 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:09 smithi138 podman[74902]: 2024-09-17 09:24:09.755175523 +0000 UTC m=+0.099668235 container create 93509dd81d6cb2d502e8054a0b4c1d016880e77c39ea307f6587d3cf7092857a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_CLEAN=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.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b) 2024-09-17T09:24:10.079 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:09 smithi138 podman[74902]: 2024-09-17 09:24:09.671434369 +0000 UTC m=+0.015927043 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:24:10.079 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:09 smithi138 podman[74902]: 2024-09-17 09:24:09.990799535 +0000 UTC m=+0.335292208 container init 93509dd81d6cb2d502e8054a0b4c1d016880e77c39ea307f6587d3cf7092857a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b) 2024-09-17T09:24:10.079 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:09 smithi138 podman[74902]: 2024-09-17 09:24:09.994388691 +0000 UTC m=+0.338881371 container start 93509dd81d6cb2d502e8054a0b4c1d016880e77c39ea307f6587d3cf7092857a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-17T09:24:10.528 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:10 smithi138 podman[74902]: 2024-09-17 09:24:10.082559081 +0000 UTC m=+0.427051746 container attach 93509dd81d6cb2d502e8054a0b4c1d016880e77c39ea307f6587d3cf7092857a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2) 2024-09-17T09:24:10.528 INFO:journalctl@ceph.osd.6.smithi138.stdout:Sep 17 09:24:10 smithi138 podman[74902]: 2024-09-17 09:24:10.18609731 +0000 UTC m=+0.530589982 container died 93509dd81d6cb2d502e8054a0b4c1d016880e77c39ea307f6587d3cf7092857a (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:24:10.837 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.6.service' 2024-09-17T09:24:10.874 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:24:10.874 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-17T09:24:10.875 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-17T09:24:10.875 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.7 2024-09-17T09:24:11.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:10 smithi138 systemd[1]: Stopping Ceph osd.7 for 1a0d3656-74d2-11ef-bceb-c7b262605968... 2024-09-17T09:24:11.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:11.017+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:11.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:11.017+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:11.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:11.017+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:11.079 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:11.017+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:11.578 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:11.205+0000 7f997273b640 -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-17T09:24:11.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:11.205+0000 7f997273b640 -1 osd.7 119 *** Got signal Terminated *** 2024-09-17T09:24:11.579 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:11 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:11.205+0000 7f997273b640 -1 osd.7 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:24:12.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:12.019+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:12.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:12.019+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:12.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:12.019+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:12.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:12 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:12.019+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:13.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:13.026+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:13.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:13.026+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:13.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:13.026+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:13.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:13 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:13.026+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:14.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:14.006+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:14.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:14.006+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:14.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:14.006+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:14.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:14 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:14.006+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:15.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:15.002+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:15.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:15.002+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:15.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:15.002+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:15.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:15 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:15.002+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:16.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:16.024+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-09-17T09:23:15.260137+0000 front 2024-09-17T09:23:15.260261+0000 (oldest deadline 2024-09-17T09:23:41.160321+0000) 2024-09-17T09:24:16.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:16.024+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2024-09-17T09:23:26.362070+0000 front 2024-09-17T09:23:26.362137+0000 (oldest deadline 2024-09-17T09:23:51.661975+0000) 2024-09-17T09:24:16.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:16.024+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2024-09-17T09:23:31.662545+0000 front 2024-09-17T09:23:31.662517+0000 (oldest deadline 2024-09-17T09:23:57.562335+0000) 2024-09-17T09:24:16.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:16 smithi138 ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7[62884]: 2024-09-17T09:24:16.024+0000 7f996ed4f640 -1 osd.7 119 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2024-09-17T09:23:43.864062+0000 front 2024-09-17T09:23:43.863987+0000 (oldest deadline 2024-09-17T09:24:04.864223+0000) 2024-09-17T09:24:17.057 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:16 smithi138 podman[75015]: 2024-09-17 09:24:16.805129384 +0000 UTC m=+5.699323564 container died ed4f33b83ca18b46b8c5177b1728eeebf92449c1459f4b36925733306fd6073e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-17T09:24:17.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:17 smithi138 podman[75015]: 2024-09-17 09:24:17.223061443 +0000 UTC m=+6.117255654 container cleanup ed4f33b83ca18b46b8c5177b1728eeebf92449c1459f4b36925733306fd6073e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-17T09:24:17.329 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:17 smithi138 bash[75015]: ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7 2024-09-17T09:24:17.829 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:17 smithi138 podman[75031]: 2024-09-17 09:24:17.424361193 +0000 UTC m=+0.612249769 container remove ed4f33b83ca18b46b8c5177b1728eeebf92449c1459f4b36925733306fd6073e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:24:18.103 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:17 smithi138 podman[75121]: 2024-09-17 09:24:17.751727899 +0000 UTC m=+0.015590344 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:24:18.103 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:17 smithi138 podman[75121]: 2024-09-17 09:24:17.858436893 +0000 UTC m=+0.122299322 container create 63ee6be3cb63ff14f8ed5ba613d3bad9268d0451d7dac064ff64b291fef4b3b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T09:24:18.103 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:18 smithi138 podman[75121]: 2024-09-17 09:24:18.10277546 +0000 UTC m=+0.366637899 container init 63ee6be3cb63ff14f8ed5ba613d3bad9268d0451d7dac064ff64b291fef4b3b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-17T09:24:18.573 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:18 smithi138 podman[75121]: 2024-09-17 09:24:18.105925039 +0000 UTC m=+0.369787470 container start 63ee6be3cb63ff14f8ed5ba613d3bad9268d0451d7dac064ff64b291fef4b3b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-17T09:24:18.573 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:18 smithi138 podman[75121]: 2024-09-17 09:24:18.17779919 +0000 UTC m=+0.441661630 container attach 63ee6be3cb63ff14f8ed5ba613d3bad9268d0451d7dac064ff64b291fef4b3b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-17T09:24:18.573 INFO:journalctl@ceph.osd.7.smithi138.stdout:Sep 17 09:24:18 smithi138 podman[75121]: 2024-09-17 09:24:18.28923623 +0000 UTC m=+0.553098664 container died 63ee6be3cb63ff14f8ed5ba613d3bad9268d0451d7dac064ff64b291fef4b3b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-1a0d3656-74d2-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b) 2024-09-17T09:24:18.849 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1a0d3656-74d2-11ef-bceb-c7b262605968@osd.7.service' 2024-09-17T09:24:18.889 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:24:18.889 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-17T09:24:18.889 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:27:10.336 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:27:30.438 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:27:30.473 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:27:30.500 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T09:27:30.502 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252/remote/smithi110/crash 2024-09-17T09:27:30.503 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:27:30.553 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T09:27:30.553 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2024-09-17T09:27:30.555 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252/remote/smithi138/crash 2024-09-17T09:27:30.556 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:27:30.589 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T09:27:30.589 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2024-09-17T09:27:30.590 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T09:27:30.590 DEBUG:teuthology.orchestra.run.smithi110:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_REFRESH_FAILED | head -n 1 2024-09-17T09:27:30.623 INFO:teuthology.orchestra.run.smithi110.stderr:grep: /var/log/ceph/1a0d3656-74d2-11ef-bceb-c7b262605968/ceph.log: No such file or directory 2024-09-17T09:27:30.625 INFO:tasks.cephadm:Compressing logs... 2024-09-17T09:27:30.625 DEBUG:teuthology.orchestra.run.smithi110:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:27:30.667 DEBUG:teuthology.orchestra.run.smithi138:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:27:30.690 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-17T09:27:30.691 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-17T09:28:46.660 INFO:tasks.cephadm:Archiving logs... 2024-09-17T09:28:46.661 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252/remote/smithi110/log 2024-09-17T09:28:46.662 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:28:54.365 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252/remote/smithi138/log 2024-09-17T09:28:54.365 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:29:03.173 INFO:tasks.cephadm:Removing cluster... 2024-09-17T09:29:03.174 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 --force 2024-09-17T09:29:03.513 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1a0d3656-74d2-11ef-bceb-c7b262605968 --force 2024-09-17T09:29:03.862 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T09:29:03.862 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:29:03.879 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:29:03.894 INFO:tasks.cephadm:Teardown complete 2024-09-17T09:29:03.894 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T09:29:03.905 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T09:29:03.905 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:29:03.924 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:29:03.934 INFO:teuthology.orchestra.run.smithi110.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:29:03.939 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:29:03.939 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-09-17T09:29:03.939 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv01.front.sepia.ceph.com 3 6 377 18 -256us[ -252us] +/- 38ms 2024-09-17T09:29:03.939 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 18 -966us[ -963us] +/- 59ms 2024-09-17T09:29:03.939 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 +1860us[+1860us] +/- 79ms 2024-09-17T09:29:03.939 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:29:03.948 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:29:03.953 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:29:03.953 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-09-17T09:29:03.953 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv01.front.sepia.ceph.com 3 6 377 17 -257us[ -246us] +/- 38ms 2024-09-17T09:29:03.953 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 18 -968us[ -957us] +/- 59ms 2024-09-17T09:29:03.953 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 16 +1851us[+1851us] +/- 79ms 2024-09-17T09:29:03.953 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:29:03.954 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T09:29:03.963 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T09:29:03.964 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T09:29:03.977 DEBUG:teuthology.orchestra.run.smithi110:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T09:29:04.061 DEBUG:teuthology.orchestra.run.smithi138:> 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-17T09:29:04.131 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-17T09:29:04.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:29:04.160 DEBUG:teuthology.orchestra.run.smithi138:> 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 2024-09-17T09:29:04.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:29:04.188 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T09:29:04.198 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T09:29:04.208 INFO:teuthology.task.internal:Duration was 2450.744517 seconds 2024-09-17T09:29:04.208 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T09:29:04.218 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T09:29:04.218 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:29:04.220 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:29:04.256 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:29:04.266 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:29:04.623 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T09:29:04.623 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-09-17T09:29:04.624 DEBUG:teuthology.orchestra.run.smithi110:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T09:29:04.645 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2024-09-17T09:29:04.645 DEBUG:teuthology.orchestra.run.smithi138:> 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-17T09:29:04.692 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T09:29:04.692 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:29:04.695 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:29:04.763 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T09:29:04.763 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:29:04.765 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:29:05.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T09:29:05.391 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T09:29:05.391 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:29:05.416 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:29:05.443 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T09:29:05.454 DEBUG:teuthology.orchestra.run.smithi110:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:29:05.459 DEBUG:teuthology.orchestra.run.smithi138:> 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-17T09:29:05.480 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-09-17T09:29:05.506 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2024-09-17T09:29:05.526 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:29:05.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:29:05.561 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:29:05.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:29:05.581 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T09:29:05.591 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T09:29:05.592 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252/remote/smithi110 2024-09-17T09:29:05.593 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:29:05.654 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908252/remote/smithi138 2024-09-17T09:29:05.654 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:29:05.693 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T09:29:05.693 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:29:05.695 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:29:05.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T09:29:05.753 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T09:29:05.753 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T09:29:05.763 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T09:29:05.763 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:29:05.765 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:29:05.778 INFO:teuthology.orchestra.run.smithi110.stdout: 265852 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:29 /home/ubuntu/cephtest 2024-09-17T09:29:05.795 INFO:teuthology.orchestra.run.smithi138.stdout: 265539 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:29 /home/ubuntu/cephtest 2024-09-17T09:29:05.796 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T09:29:05.808 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T09:29:05.831 INFO:teuthology.run:Summary data: description: orch/cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2450.7445166110992 owner: scheduled_teuthology@teuthology success: true 2024-09-17T09:29:05.831 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T09:29:05.944 INFO:teuthology.run:pass